Home
last modified time | relevance | path

Searched refs:USB_CR_UNSPECIFIED_ERR (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c174 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_get_device_status()
181 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_get_device_status()
211 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_get_status()
253 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_handle_port_clear_feature()
255 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_handle_port_clear_feature()
334 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_handle_port_set_feature()
336 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_handle_port_set_feature()
456 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_handle_port_get_status()
462 return (USB_CR_UNSPECIFIED_ERR); in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c152 *cr = USB_CR_UNSPECIFIED_ERR; in _usba_check_req()
462 {USB_FAILURE, USB_CR_UNSPECIFIED_ERR},
465 {USB_NOT_SUPPORTED, USB_CR_UNSPECIFIED_ERR},
466 {USB_PIPE_ERROR, USB_CR_UNSPECIFIED_ERR},
467 {USB_INVALID_PIPE, USB_CR_UNSPECIFIED_ERR},
468 {USB_NO_FRAME_NUMBER, USB_CR_UNSPECIFIED_ERR},
474 {USB_INVALID_ARGS, USB_CR_UNSPECIFIED_ERR},
475 {USB_INVALID_PERM, USB_CR_UNSPECIFIED_ERR},
476 {USB_BUSY, USB_CR_UNSPECIFIED_ERR},
492 return (USB_CR_UNSPECIFIED_ERR); in usba_rval2cr()
[all …]
H A Dhcdi.c439 case USB_CR_UNSPECIFIED_ERR: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1801 { USB_CR_UNSPECIFIED_ERR, "<Unspecified usba or hcd error>" },
H A Dusba_ugen.c4262 { USB_CR_UNSPECIFIED_ERR, USB_LC_STAT_UNSPECIFIED_ERR },
H A Dhubdi.c3631 case USB_CR_UNSPECIFIED_ERR: in hubd_exception_cb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c584 error = USB_CR_UNSPECIFIED_ERR; in ehci_check_for_error()
589 error = USB_CR_UNSPECIFIED_ERR; in ehci_check_for_error()
H A Dehci_isoch_util.c1574 error = USB_CR_UNSPECIFIED_ERR; in ehci_parse_sitd_error()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1708 USB_CR_UNSPECIFIED_ERR); in uhci_handle_ctrl_td()
1838 return (USB_CR_UNSPECIFIED_ERR); in uhci_parse_td_error()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h153 USB_CR_UNSPECIFIED_ERR = 15, /* unspecified usba or hcd err */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8651 error = USB_CR_UNSPECIFIED_ERR; in ohci_check_for_error()