Searched refs:HID_RESET_PENDING (Results 1 – 2 of 2) sorted by relevance
44 #define HID_RESET_PENDING 4 macro
135 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_reset()139 if (test_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_reset()173 && !test_and_set_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_io_error()199 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_out_queue()238 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_ctrl_queue()1438 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io()1472 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_pre_reset()1515 clear_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_post_reset()1547 if (!test_bit(HID_RESET_PENDING, &usbhid->iofl) in hid_suspend()