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

/linux-master/drivers/input/joystick/
H A Dxpad.c717 struct usb_anchor irq_out_anchor; member in struct:usb_xpad
1267 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor);
1315 usb_anchor_urb(urb, &xpad->irq_out_anchor);
1337 init_usb_anchor(&xpad->irq_out_anchor);
1369 if (!usb_wait_anchor_empty_timeout(&xpad->irq_out_anchor,
1373 usb_kill_anchored_urbs(&xpad->irq_out_anchor);

Completed in 214 milliseconds