Home
last modified time | relevance | path

Searched refs:debug_wait (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/hid/
H A Dhid-debug.c3090 wake_up_interruptible(&hdev->debug_wait); in hid_debug_event()
3138 wake_up_interruptible(&hdev->debug_wait); in hid_dump_input()
3713 add_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
3746 remove_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
3768 poll_wait(file, &list->hdev->debug_wait, wait); in hid_debug_events_poll()
3817 wake_up_interruptible(&hdev->debug_wait); in hid_debug_unregister()
H A Dhid-picolcd_debugfs.c636 wake_up_interruptible(&hdev->debug_wait); in picolcd_debug_out_report()
833 wake_up_interruptible(&hdev->debug_wait); in picolcd_debug_raw_event()
H A Dhid-core.c2935 init_waitqueue_head(&hdev->debug_wait); in hid_allocate_device()
/linux-6.15/include/linux/
H A Dhid.h688 wait_queue_head_t debug_wait; member