Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dxpad.c608 bool irq_out_active; /* we must not use an active URB */ member
1062 if (!xpad->irq_out_active && xpad_prepare_next_out_packet(xpad)) { in xpad_try_sending_next_out_packet()
1073 xpad->irq_out_active = true; in xpad_try_sending_next_out_packet()
1092 xpad->irq_out_active = xpad_prepare_next_out_packet(xpad); in xpad_irq_out()
1101 xpad->irq_out_active = false; in xpad_irq_out()
1110 if (xpad->irq_out_active) { in xpad_irq_out()
1118 xpad->irq_out_active = false; in xpad_irq_out()