Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci-hcd.c287 (usb_pipeint(pipe)? "INTR": "ISOC"): \ in pkt_print()
1166 if (ed->state != ED_NEW && (!usb_pipeint(lurb_priv->pipe))) { in takeback_td()
1261 if (usb_pipeint(pipe)) { in ohci_submit_rh_msg()
1539 ohci_dev = ohci_get_ohci_dev(ohci, dev->devnum, usb_pipeint(pipe)); in submit_common_msg()
1584 if (!usb_pipeint(pipe)) in submit_common_msg()
Dsl811-hcd.c543 if (usb_pipeint(pipe)) { in sl811_rh_submit_urb()
Dr8a66597-hcd.c604 if (usb_pipeint(pipe)) { in r8a66597_submit_rh_msg()
Ddwc2.c790 if (usb_pipeint(pipe)) { in dwc_otg_submit_rh_msg()
/external/u-boot/include/
Dusb.h394 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c161 usb_pipetype (pipe) < 2? (usb_pipeint (pipe)? "INTR": "ISOC"): in pkt_print()
901 if (usb_pipeint(pipe)) { in ohci_submit_rh_msg()