Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb.c234 dev->status = USB_ST_NOT_PROC; /*not yet processed */ in usb_control_msg()
248 if (!((volatile unsigned long)dev->status & USB_ST_NOT_PROC)) in usb_control_msg()
269 dev->status = USB_ST_NOT_PROC; /*not yet processed */ in usb_bulk_msg()
273 if (!((volatile unsigned long)dev->status & USB_ST_NOT_PROC)) in usb_bulk_msg()
/openbmc/u-boot/include/
H A Dusb_defs.h200 #define USB_ST_NOT_PROC 0x80000000L /* Not yet processed */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c733 return (udev->status != USB_ST_NOT_PROC) ? 0 : -1; in xhci_bulk_tx()
937 return (udev->status != USB_ST_NOT_PROC) ? 0 : -1; in xhci_ctrl_tx()
H A Dehci-hcd.c660 return (dev->status != USB_ST_NOT_PROC) ? 0 : -1; in ehci_submit_async()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c28 urb->dev->status &= ~USB_ST_NOT_PROC; in musb_host_complete_urb()