Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c664 int is_input; in qh_urb_transaction() local
683 is_input = usb_pipein (urb->pipe); in qh_urb_transaction()
728 if (is_input) in qh_urb_transaction()
732 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction()
753 if (is_input) in qh_urb_transaction()
855 int is_input, type; in qh_make() local
869 is_input = usb_pipein (urb->pipe); in qh_make()
871 maxp = usb_maxpacket (urb->dev, urb->pipe, !is_input); in qh_make()
927 if (is_input) { // SPLIT, gap, CSPLIT+DATA in qh_make()
1031 qh->is_out = !is_input; in qh_make()
[all …]
A Dehci-sched.c1050 int is_input; in iso_stream_init() local
1058 is_input = usb_pipein(urb->pipe) ? USB_DIR_IN : 0; in iso_stream_init()
1060 buf1 = is_input ? 1 << 11 : 0; in iso_stream_init()
1110 if (is_input) { in iso_stream_init()
1144 stream->bEndpointAddress = is_input | epnum; in iso_stream_init()

Completed in 11 milliseconds