Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-debug.c677 wake_up_interruptible(&hdev->debug_wait); in hid_debug_event()
725 wake_up_interruptible(&hdev->debug_wait); in hid_dump_input()
1118 add_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
1145 remove_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
1192 poll_wait(file, &list->hdev->debug_wait, wait); in hid_debug_events_poll()
1244 wake_up_interruptible(&hdev->debug_wait); in hid_debug_unregister()
Dhid-picolcd_debugfs.c646 wake_up_interruptible(&hdev->debug_wait); in picolcd_debug_out_report()
843 wake_up_interruptible(&hdev->debug_wait); in picolcd_debug_raw_event()
Dhid-core.c2213 init_waitqueue_head(&hdev->debug_wait); in hid_allocate_device()
/Linux-v4.19/include/linux/
Dhid.h622 wait_queue_head_t debug_wait; member