Searched refs:USB_ERR_STALLED (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_error.c77 [USB_ERR_STALLED] = "USB_ERR_STALLED",
H A Dusb_dynamic.c103 return (USB_ERR_STALLED);
H A Dusb_handle_request.c175 err = USB_ERR_STALLED;
180 err = USB_ERR_STALLED;
373 return (USB_ERR_STALLED);
806 return (USB_ERR_STALLED);
H A Dusb_request.c322 if (error == USB_ERR_STALLED)
728 case USB_ERR_STALLED:
1131 return (USB_ERR_STALLED);
1461 if (err == USB_ERR_STALLED && iface->num_altsetting == 1) {
2338 err = USB_ERR_STALLED;
H A Dusb_msctest.c301 bbb_done(sc, USB_ERR_STALLED);
961 return (USB_ERR_STALLED);
H A Dusbdi.h66 USB_ERR_STALLED, /* 22 */ enumerator in enum:__anon4770
H A Dusb_transfer.c1851 usbd_transfer_done(xfer, USB_ERR_STALLED);
3069 case USB_ERR_STALLED:
/freebsd-current/usr.sbin/bhyve/
H A Dusb_mouse.c388 err = USB_ERR_STALLED;
403 err = USB_ERR_STALLED;
472 err = USB_ERR_STALLED;
496 err = USB_ERR_STALLED;
507 err = USB_ERR_STALLED;
578 err = USB_ERR_STALLED;
617 err = USB_ERR_STALLED;
659 err = USB_ERR_STALLED;
733 err = USB_ERR_STALLED;
755 err = USB_ERR_STALLED;
[all...]
H A Dpci_xhci.c330 [USB_ERR_STALLED] = XHCI_TRB_ERROR_STALL,
/freebsd-current/sys/dev/usb/controller/
H A Datmegadci.c1022 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
1099 atmegadci_device_done(xfer, USB_ERR_STALLED);
1941 err = USB_ERR_STALLED;
H A Davr32dci.c999 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
1073 avr32dci_device_done(xfer, USB_ERR_STALLED);
1895 err = USB_ERR_STALLED;
H A Duss820dci.c1171 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
1243 uss820dci_device_done(xfer, USB_ERR_STALLED);
2202 err = USB_ERR_STALLED;
H A Ddwc_otg.c3536 USB_ERR_STALLED : USB_ERR_IOERROR);
3645 dwc_otg_device_done(xfer, USB_ERR_STALLED);
4763 err = USB_ERR_STALLED;
H A Dmusb_otg.c2755 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
2829 musbotg_device_done(xfer, USB_ERR_STALLED);
4000 err = USB_ERR_STALLED;
H A Duhci.c1174 return (USB_ERR_STALLED);
H A Dohci.c887 (cc == OHCI_CC_STALL) ? USB_ERR_STALLED : USB_ERR_IOERROR);
H A Dehci.c1184 return (USB_ERR_STALLED);
H A Dxhci.c756 return ((status == XHCI_TRB_ERROR_STALL) ? USB_ERR_STALLED :
/freebsd-current/lib/libusb/
H A Dlibusb20_ugen20.c778 } else if (fsep->status == USB_ERR_STALLED) {
/freebsd-current/usr.sbin/usbdump/
H A Dusbdump.c141 [USB_ERR_STALLED] = "STALLED",
/freebsd-current/sys/dev/usb/storage/
H A Dumass.c1840 if ((error == USB_ERR_STALLED) ||
/freebsd-current/sys/dev/usb/wlan/
H A Dif_ural.c832 if (error == USB_ERR_STALLED) {

Completed in 503 milliseconds