Searched refs:hid_wait (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c91 ret = wait_event_interruptible_timeout(hid_data->hid_wait,
111 wake_up_interruptible(&hid_data->hid_wait);
147 init_waitqueue_head(&hid_data->hid_wait);
H A Damd_sfh_hid.h65 * @hid_wait: Completion waitq
72 wait_queue_head_t hid_wait; member in struct:amdtp_hid_data
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid.h148 * @hid_wait: Completion waitq
159 wait_queue_head_t hid_wait; member in struct:ishtp_hid_data
H A Dishtp-hid.c157 wait_event_interruptible_timeout(hid_data->hid_wait,
183 wake_up_interruptible(&hid_data->hid_wait);
225 init_waitqueue_head(&hid_data->hid_wait);

Completed in 135 milliseconds