Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h543 #define PIPE_CONTROL 2u macro
556 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
571 #define usb_sndctrlpipe(dev,endpoint) ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint))
572 #define usb_rcvctrlpipe(dev,endpoint) ((PIPE_CONTROL << 30) | __create_pipe(dev,endpoint) | USB_D…
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci-q.c204 case PIPE_CONTROL:
335 case PIPE_CONTROL:
451 if (ed->type != PIPE_CONTROL) {
695 case PIPE_CONTROL:
813 if ((type != PIPE_CONTROL || td->index != 0) && tdBE != 0) {
1179 case PIPE_CONTROL:
A Dehci-q.c968 if (type == PIPE_CONTROL) { in qh_make()
996 if (type == PIPE_CONTROL) { in qh_make()
A Dehci-hcd.c906 case PIPE_CONTROL: in ehci_urb_enqueue()
A Dohci-hcd.c167 case PIPE_CONTROL:
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Durb.c305 case PIPE_CONTROL: in usb_submit_urb()
A Dusb_gen_hub.c79 #define usb_sndaddr0pipe() (PIPE_CONTROL << 30)
80 #define usb_rcvaddr0pipe() ((PIPE_CONTROL << 30) | USB_DIR_IN)

Completed in 28 milliseconds