Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hid/usbhid/
Dhid-core.c642 static int usbhid_wait_io(struct hid_device *hid) in usbhid_wait_io() function
785 ret = usbhid_wait_io(hid); in usbhid_init_reports()
792 ret = usbhid_wait_io(hid); in usbhid_init_reports()
1313 .wait = usbhid_wait_io,
1594 if (usbhid_wait_io(hid) < 0) in hid_suspend()