Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_error.c62 [USB_ERR_BAD_BUFSIZE] = "USB_ERR_BAD_BUFSIZE",
H A Dusbdi.h51 USB_ERR_BAD_BUFSIZE, /* 7 */ enumerator
H A Dusb_transfer.c1026 error = USB_ERR_BAD_BUFSIZE; in usbd_transfer_setup()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c126 [USB_ERR_BAD_BUFSIZE] = "BAD_BUFSIZE",
/freebsd/sys/dev/usb/input/
H A Dwmt.c964 return (USB_ERR_BAD_BUFSIZE); in wmt_set_input_mode()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c2337 return (USB_ERR_BAD_BUFSIZE); in xhci_configure_endpoint()
2342 return (USB_ERR_BAD_BUFSIZE); in xhci_configure_endpoint()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c315 [USB_ERR_BAD_BUFSIZE] = XHCI_TRB_ERROR_PARAMETER,