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

/linux-master/drivers/input/joystick/
H A Dxpad.c719 struct usb_anchor irq_out_anchor; member in struct:usb_xpad
1269 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor);
1317 usb_anchor_urb(urb, &xpad->irq_out_anchor);
1339 init_usb_anchor(&xpad->irq_out_anchor);
1371 if (!usb_wait_anchor_empty_timeout(&xpad->irq_out_anchor,
1375 usb_kill_anchored_urbs(&xpad->irq_out_anchor);

Completed in 86 milliseconds