Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/joystick/
Dxpad.c698 struct usb_anchor irq_out_anchor; member
1248 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1296 usb_anchor_urb(urb, &xpad->irq_out_anchor); in xpad_irq_out()
1318 init_usb_anchor(&xpad->irq_out_anchor); in xpad_init_output()
1350 if (!usb_wait_anchor_empty_timeout(&xpad->irq_out_anchor, in xpad_stop_output()
1354 usb_kill_anchored_urbs(&xpad->irq_out_anchor); in xpad_stop_output()