Searched refs:HID_RESET_PENDING (Results 1 – 2 of 2) sorted by relevance
31 #define HID_RESET_PENDING 4 macro
132 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_reset()136 if (test_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_reset()170 && !test_and_set_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_io_error()196 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_out_queue()235 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_ctrl_queue()1478 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io()1512 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_pre_reset()1555 clear_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_post_reset()1587 if (!test_bit(HID_RESET_PENDING, &usbhid->iofl) in hid_suspend()