Searched refs:usb_pipeint (Results 1 - 5 of 5) sorted by last modified time

/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c902 else if (usb_pipeint(qtd->urb->pipe))
924 if (usb_pipeint(qtd->urb->pipe) &&
1197 if (usb_pipeint(list_entry(qh->qtd_list.next, struct isp1760_qtd,
1234 if (usb_pipeint(qtd->urb->pipe))
1465 if (usb_pipeint(qtd->urb->pipe) &&
/u-boot/drivers/usb/host/
H A Dr8a66597-hcd.c550 if (usb_pipeint(pipe)) {
H A Dohci-hcd.c265 (usb_pipeint(pipe)? "INTR": "ISOC"): \
1144 if (ed->state != ED_NEW && (!usb_pipeint(lurb_priv->pipe))) {
1239 if (usb_pipeint(pipe)) {
1517 ohci_dev = ohci_get_ohci_dev(ohci, dev->devnum, usb_pipeint(pipe));
1560 if (!usb_pipeint(pipe))
H A Ddwc2.c794 if (usb_pipeint(pipe)) {
/u-boot/include/
H A Dusb.h418 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT) macro

Completed in 70 milliseconds