Home
last modified time | relevance | path

Searched refs:USB_ERR_STALL (Results 1 – 7 of 7) sorted by relevance

/components/drivers/usb/cherryusb/common/
A Dusb_errno.h16 #define USB_ERR_STALL 8 macro
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c879 urb->errorcode = -USB_ERR_STALL; in handle_ep0()
894 urb->errorcode = -USB_ERR_STALL; in handle_ep0()
1064 urb->errorcode = -USB_ERR_STALL; in USBH_IRQHandler()
1113 urb->errorcode = -USB_ERR_STALL; in USBH_IRQHandler()
/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.c100 if (ret == -USB_ERR_STALL) { in usbh_pl2303_get_chiptype()
/components/drivers/usb/cherryusb/class/msc/
A Dusbh_msc.c284 if (ret == -USB_ERR_STALL) { in usbh_msc_connect()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c1231 urb->errorcode = -USB_ERR_STALL; in dwc2_inchan_irq_handler()
1368 urb->errorcode = -USB_ERR_STALL; in dwc2_outchan_irq_handler()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c596 if (ret < 0 && (ret != -USB_ERR_STALL)) { in usbh_enumerate()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c699 urb->errorcode = -USB_ERR_STALL; in ehci_check_qh()

Completed in 16 milliseconds