Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1521 error = USB_CR_DEV_NOT_RESP; in ehci_parse_itd_error()
1602 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()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h142 USB_CR_DEV_NOT_RESP = 5, /* device not responding */ enumerator
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c394 case USB_CR_DEV_NOT_RESP: in usba_hcdi_update_error_stats()
H A Dusbai_util.c1790 { USB_CR_DEV_NOT_RESP, "<Device not responding>" },
H A Dusba_ugen.c4225 { USB_CR_DEV_NOT_RESP, USB_LC_STAT_DEV_NOT_RESP },
H A Dhubdi.c3468 case USB_CR_DEV_NOT_RESP: in hubd_exception_cb()
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8630 error = USB_CR_DEV_NOT_RESP; in ohci_check_for_error()