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

/linux-master/drivers/input/joystick/
H A Dxpad.c720 bool irq_out_active; /* we must not use an active URB */ member in struct:usb_xpad
1268 if (!xpad->irq_out_active && xpad_prepare_next_out_packet(xpad)) {
1279 xpad->irq_out_active = true;
1298 xpad->irq_out_active = xpad_prepare_next_out_packet(xpad);
1307 xpad->irq_out_active = false;
1316 if (xpad->irq_out_active) {
1324 xpad->irq_out_active = false;

Completed in 136 milliseconds