Home
last modified time | relevance | path

Searched refs:USB_ERR_NOT_CONFIGURED (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_error.c74 [USB_ERR_NOT_CONFIGURED] = "USB_ERR_NOT_CONFIGURED",
H A Dusbdi.h63 USB_ERR_NOT_CONFIGURED, /* 19 */ enumerator
H A Dusb_request.c453 return (USB_ERR_NOT_CONFIGURED); in usbd_do_request_flags()
H A Dusb_device.c485 return (USB_ERR_NOT_CONFIGURED); in usbd_interface_count()
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_reg.c77 if (err == USB_ERR_NOT_CONFIGURED) in rtwn_do_request()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c138 [USB_ERR_NOT_CONFIGURED] = "NOT_CONFIGURED",
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c327 [USB_ERR_NOT_CONFIGURED] = XHCI_TRB_ERROR_ENDP_NOT_ON,
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c665 if (err == 0 || err == USB_ERR_NOT_CONFIGURED) in rsu_do_request()