Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c639 static int usbhid_wait_io(struct hid_device *hid) in usbhid_wait_io() function
767 ret = usbhid_wait_io(hid); in usbhid_init_reports()
774 ret = usbhid_wait_io(hid); in usbhid_init_reports()
1261 .wait = usbhid_wait_io,
1556 if (usbhid_wait_io(hid) < 0) in hid_suspend()