Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/musb-new/
Dmusb_host.c193 struct urb *urb = next_urb(qh); in musb_start_urb()
421 hw_ep->epnum, is_in ? 'R' : 'T', next_urb(qh)); in musb_advance_schedule()
977 urb = next_urb(qh); in musb_h_ep0_irq()
1112 struct urb *urb = next_urb(qh); in musb_host_tx()
1406 urb = next_urb(cur_qh); in musb_bulk_rx_nak_timeout()
1448 urb = next_urb(qh); in musb_host_rx()
1794 struct urb *urb = next_urb(qh); in musb_schedule()
2266 urb = next_urb(qh);
2279 urb = next_urb(qh);
2289 musb_giveback(musb, next_urb(qh), -ESHUTDOWN);
Dmusb_host.h74 static inline struct urb *next_urb(struct musb_qh *qh) in next_urb() function
/external/u-boot/drivers/serial/
Dusbtty.c808 static struct urb *next_urb (struct usb_device_instance *device, in next_urb() function
850 current_urb = next_urb (device_instance, endpoint); in write_buffer()