Home
last modified time | relevance | path

Searched refs:USB_CR_DEV_NOT_RESP (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c326 case USB_CR_DEV_NOT_RESP: in scsa2usb_cbi_handle_error()
H A Dusb_ms_bulkonly.c485 case USB_CR_DEV_NOT_RESP: in scsa2usb_bulk_only_handle_error()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1518 error = USB_CR_DEV_NOT_RESP; in ehci_parse_itd_error()
1599 error = USB_CR_DEV_NOT_RESP; in ehci_parse_sitd_error()
H A Dehci_intr.c543 error = USB_CR_DEV_NOT_RESP; in ehci_check_for_error()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c1574 if ((cr != USB_CR_FLUSHED) && (cr != USB_CR_DEV_NOT_RESP) && in keyspan_status_cb()
1902 (cr != USB_CR_FLUSHED) && (cr != USB_CR_DEV_NOT_RESP) && in keyspan_intr_ex_cb_usa49wg()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h143 USB_CR_DEV_NOT_RESP = 5, /* device not responding */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c409 case USB_CR_DEV_NOT_RESP: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1791 { USB_CR_DEV_NOT_RESP, "<Device not responding>" },
H A Dusba_ugen.c4252 { USB_CR_DEV_NOT_RESP, USB_LC_STAT_DEV_NOT_RESP },
H A Dhubdi.c3628 case USB_CR_DEV_NOT_RESP: in hubd_exception_cb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1830 return ((GetTD_PID(uhcip, td) == PID_IN) ? USB_CR_DEV_NOT_RESP : in uhci_parse_td_error()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c1651 xt->xt_cr = USB_CR_DEV_NOT_RESP; in xhci_endpoint_transfer_callback()
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c2423 (req->bulk_completion_reason == USB_CR_DEV_NOT_RESP)) { in usbprn_bulk_xfer_exc_cb()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8610 error = USB_CR_DEV_NOT_RESP; in ohci_check_for_error()