Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c639 static int usbhid_wait_io(struct hid_device *hid) in usbhid_wait_io() function
768 ret = usbhid_wait_io(hid); in usbhid_init_reports()
775 ret = usbhid_wait_io(hid); in usbhid_init_reports()
1262 .wait = usbhid_wait_io,
1557 if (usbhid_wait_io(hid) < 0) in hid_suspend()