Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h542 #define PIPE_INTERRUPT 1u macro
555 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
577 #define usb_sndintpipe(dev,endpoint) ((PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint))
578 #define usb_rcvintpipe(dev,endpoint) ((PIPE_INTERRUPT << 30) | __create_pipe(dev,endpoint) | USB…
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Durb.c345 case PIPE_INTERRUPT: in usb_submit_urb()
370 if (temp == PIPE_INTERRUPT) in usb_submit_urb()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c263 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) { in ehci_urb_done()
889 if (type == PIPE_INTERRUPT) { in qh_make()
966 if (type != PIPE_INTERRUPT) in qh_make()
A Dehci-hcd.c919 case PIPE_INTERRUPT: in ehci_urb_enqueue()
958 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) in ehci_urb_dequeue()
A Dohci-q.c68 case PIPE_INTERRUPT:
647 case PIPE_INTERRUPT:

Completed in 13 milliseconds