Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dusbtty.c811 struct urb *current_urb = NULL; in next_urb() local
816 current_urb = endpoint->tx_urb; in next_urb()
819 current_urb = in next_urb()
824 space = current_urb->buffer_length - current_urb->actual_length; in next_urb()
826 return current_urb; in next_urb()
829 current_urb = first_urb_detached (&endpoint->done); in next_urb()
830 if (!current_urb) { in next_urb()
831 current_urb = usbd_alloc_urb (device, endpoint); in next_urb()
834 urb_append (&endpoint->tx, current_urb); in next_urb()
837 return current_urb; in next_urb()
[all …]