Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/joystick/
Dxpad.c699 bool irq_out_active; /* we must not use an active URB */ member
1247 if (!xpad->irq_out_active && xpad_prepare_next_out_packet(xpad)) { in xpad_try_sending_next_out_packet()
1258 xpad->irq_out_active = true; in xpad_try_sending_next_out_packet()
1277 xpad->irq_out_active = xpad_prepare_next_out_packet(xpad); in xpad_irq_out()
1286 xpad->irq_out_active = false; in xpad_irq_out()
1295 if (xpad->irq_out_active) { in xpad_irq_out()
1303 xpad->irq_out_active = false; in xpad_irq_out()