Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcore.c405 endpoint->tx_urb = first_urb_detached(&endpoint->tx); in usbd_tx_complete()
412 endpoint->tx_urb = first_urb_detached(&endpoint->done); in usbd_tx_complete()
490 struct urb *first_urb_detached (urb_link * hd) in first_urb_detached() function
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h631 struct urb *first_urb_detached (urb_link * hd);
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c830 current_urb = first_urb_detached (&endpoint->done); in next_urb()