Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hid/
Dhid-debug.c576 wake_up_interruptible(&hdev->debug_wait); in hid_debug_event()
594 wake_up_interruptible(&hdev->debug_wait); in hid_dump_input()
959 add_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
985 remove_wait_queue(&list->hdev->debug_wait, &wait); in hid_debug_events_read()
1026 poll_wait(file, &list->hdev->debug_wait, wait); in hid_debug_events_poll()
1075 wake_up_interruptible(&hdev->debug_wait); in hid_debug_unregister()
Dhid-picolcd.c2103 wake_up_interruptible(&hdev->debug_wait); in picolcd_debug_out_report()
2299 wake_up_interruptible(&hdev->debug_wait); in picolcd_debug_raw_event()
Dhid-core.c1951 init_waitqueue_head(&hdev->debug_wait); in hid_allocate_device()
/linux-2.6.39/include/linux/
Dhid.h519 wait_queue_head_t debug_wait; member