Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-debug.c675 wake_up_interruptible(&hdev->debug_wait); in hid_debug_event()
723 wake_up_interruptible(&hdev->debug_wait); in hid_dump_input()
1116 add_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
1143 remove_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
1184 poll_wait(file, &list->hdev->debug_wait, wait); in hid_debug_events_poll()
1236 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.c2636 init_waitqueue_head(&hdev->debug_wait); in hid_allocate_device()
/linux-4.1.27/include/linux/
Dhid.h563 wait_queue_head_t debug_wait; member