Home
last modified time | relevance | path

Searched refs:USB_CR_NOT_SUPPORTED (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dhcdi.c436 case USB_CR_NOT_SUPPORTED: in usba_hcdi_update_error_stats()
703 case USB_CR_NOT_SUPPORTED: in hcdi_do_cb()
H A Dusbai_util.c1804 { USB_CR_NOT_SUPPORTED, "<Command not supported>" },
H A Dusba_ugen.c4239 { USB_CR_NOT_SUPPORTED, USB_LC_STAT_UNSPECIFIED_ERR },
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c606 completion_reason = (error) ? USB_CR_NOT_SUPPORTED : USB_CR_OK; in ohci_handle_root_hub_request()
1774 case USB_CR_NOT_SUPPORTED: in ohci_root_hub_hcdi_callback()
H A Dohci.c10863 case USB_CR_NOT_SUPPORTED: in ohci_hcdi_callback()
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c587 completion_reason = (error) ? USB_CR_NOT_SUPPORTED : USB_CR_OK; in ehci_handle_root_hub_request()
2083 case USB_CR_NOT_SUPPORTED: in ehci_root_hub_hcdi_callback()
H A Dehci_isoch.c1421 case USB_CR_NOT_SUPPORTED: in ehci_hcdi_isoc_callback()
H A Dehci_xfer.c4131 case USB_CR_NOT_SUPPORTED: in ehci_hcdi_callback()
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c260 USB_CR_NOT_SUPPORTED : USB_CR_OK; in uhci_handle_root_hub_request()
/titanic_44/usr/src/uts/common/sys/usb/
H A Dusbai.h156 USB_CR_NOT_SUPPORTED = 19, /* command not supported */ enumerator