Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c291 (usb_pipeint(pipe)? "INTR": "ISOC"): \ in pkt_print()
1171 if (ed->state != ED_NEW && (!usb_pipeint(lurb_priv->pipe))) { in takeback_td()
1266 if (usb_pipeint(pipe)) { in ohci_submit_rh_msg()
1544 ohci_dev = ohci_get_ohci_dev(ohci, dev->devnum, usb_pipeint(pipe)); in submit_common_msg()
1587 if (!usb_pipeint(pipe)) in submit_common_msg()
H A Dsl811-hcd.c544 if (usb_pipeint(pipe)) { in sl811_rh_submit_urb()
H A Dr8a66597-hcd.c577 if (usb_pipeint(pipe)) { in r8a66597_submit_rh_msg()
H A Ddwc2.c808 if (usb_pipeint(pipe)) { in dwc_otg_submit_rh_msg()
/rk3399_rockchip-uboot/include/
H A Dusb.h395 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c162 usb_pipetype (pipe) < 2? (usb_pipeint (pipe)? "INTR": "ISOC"): in pkt_print()
902 if (usb_pipeint(pipe)) { in ohci_submit_rh_msg()