Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcore.c401 urb_append(&endpoint->done, tx_urb); in usbd_tx_complete()
505 void urb_append (urb_link * hd, struct urb *urb) in urb_append() function
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h632 void urb_append (urb_link * hd, struct urb *urb);
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c835 urb_append (&endpoint->tx, current_urb); in next_urb()