Searched refs:HID_RESET_PENDING (Results 1 – 2 of 2) sorted by relevance
48 #define HID_RESET_PENDING 4 macro
130 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_reset()134 if (test_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_reset()168 && !test_and_set_bit(HID_RESET_PENDING, &usbhid->iofl)) { in hid_io_error()194 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_out_queue()233 if (!hid || test_bit(HID_RESET_PENDING, &usbhid->iofl) || in usbhid_restart_ctrl_queue()1403 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io()1437 set_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_pre_reset()1481 clear_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_post_reset()1528 if (!test_bit(HID_RESET_PENDING, &usbhid->iofl) in hid_suspend()