Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dxpad.c614 struct usb_anchor irq_out_anchor; member
1070 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1118 usb_anchor_urb(urb, &xpad->irq_out_anchor); in xpad_irq_out()
1140 init_usb_anchor(&xpad->irq_out_anchor); in xpad_init_output()
1172 if (!usb_wait_anchor_empty_timeout(&xpad->irq_out_anchor, in xpad_stop_output()
1176 usb_kill_anchored_urbs(&xpad->irq_out_anchor); in xpad_stop_output()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dxpad.c701 struct usb_anchor irq_out_anchor; member
1251 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1299 usb_anchor_urb(urb, &xpad->irq_out_anchor); in xpad_irq_out()
1321 init_usb_anchor(&xpad->irq_out_anchor); in xpad_init_output()
1353 if (!usb_wait_anchor_empty_timeout(&xpad->irq_out_anchor, in xpad_stop_output()
1357 usb_kill_anchored_urbs(&xpad->irq_out_anchor); in xpad_stop_output()

Completed in 7 milliseconds