Searched refs:irq_out_active (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/joystick/
H A Dxpad.c718 bool irq_out_active; /* we must not use an active URB */ member in struct:usb_xpad
1266 if (!xpad->irq_out_active && xpad_prepare_next_out_packet(xpad)) {
1277 xpad->irq_out_active = true;
1296 xpad->irq_out_active = xpad_prepare_next_out_packet(xpad);
1305 xpad->irq_out_active = false;
1314 if (xpad->irq_out_active) {
1322 xpad->irq_out_active = false;

Completed in 211 milliseconds