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

/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h74 static inline struct urb *next_urb(struct musb_qh *qh) function
H A Dmusb_host.c198 struct urb *urb = next_urb(qh);
426 hw_ep->epnum, is_in ? 'R' : 'T', next_urb(qh));
982 urb = next_urb(qh);
1117 struct urb *urb = next_urb(qh);
1411 urb = next_urb(cur_qh);
1453 urb = next_urb(qh);
1799 struct urb *urb = next_urb(qh);
2271 urb = next_urb(qh);
2284 urb = next_urb(qh);
2294 musb_giveback(musb, next_urb(q
[all...]
/u-boot/drivers/serial/
H A Dusbtty.c786 static struct urb *next_urb (struct usb_device_instance *device, function
849 current_urb = next_urb (device_instance, endpoint);

Completed in 96 milliseconds