Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A 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()
H A Dsl811-hcd.c543 if (usb_pipeint(pipe)) { in sl811_rh_submit_urb()
H A Dr8a66597-hcd.c604 if (usb_pipeint(pipe)) { in r8a66597_submit_rh_msg()
H A Ddwc2.c793 if (usb_pipeint(pipe)) { in dwc_otg_submit_rh_msg()
/openbmc/u-boot/include/
H A Dusb.h394 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro