Searched refs:HID_RESET_PENDING (Results 1 – 2 of 2) sorted by relevance
134 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_reset()138 if (test_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_reset()172 && !test_and_set_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_io_error()198 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_out_queue()237 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_ctrl_queue()1484 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io()1518 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_pre_reset()1561 clear_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_post_reset()1592 if (!test_bit(HID_RESET_PENDING, &usbhid->iofl) in hid_suspend()
31 #define HID_RESET_PENDING 4 macro
Completed in 7 milliseconds