Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dcore.c404 endpoint->tx_urb = first_urb_detached(&endpoint->tx); in usbd_tx_complete()
411 endpoint->tx_urb = first_urb_detached(&endpoint->done); in usbd_tx_complete()
489 struct urb *first_urb_detached (urb_link * hd) in first_urb_detached() function
/openbmc/u-boot/include/
H A Dusbdevice.h630 struct urb *first_urb_detached (urb_link * hd);
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c829 current_urb = first_urb_detached (&endpoint->done); in next_urb()