Home
last modified time | relevance | path

Searched refs:ehci_hc_soft_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c243 ehcip->ehci_hc_soft_state = EHCI_CTLR_INIT_STATE; in ehci_attach()
640 if (ehcip->ehci_hc_soft_state == EHCI_CTLR_SUSPEND_STATE) { in ehci_intr()
674 if (ehcip->ehci_hc_soft_state == EHCI_CTLR_ERROR_STATE) { in ehci_intr()
H A Dehci_util.c1056 if (ehcip->ehci_hc_soft_state == EHCI_CTLR_INIT_STATE) { in ehci_init_hardware()
1299 ehcip->ehci_hc_soft_state = EHCI_CTLR_OPERATIONAL_STATE; in ehci_init_ctlr()
1338 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_init_ctlr()
1346 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_init_ctlr()
2088 ehcip->ehci_hc_soft_state = EHCI_CTLR_SUSPEND_STATE; in ehci_cpr_suspend()
3670 switch (ehcip->ehci_hc_soft_state) { in ehci_state_is_operational()
4016 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_wait_for_sof()
H A Dehci_intr.c188 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_handle_ue()
H A Dehci_xfer.c828 ehcip->ehci_hc_soft_state = EHCI_CTLR_ERROR_STATE; in ehci_modify_qh_status_bit()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h232 uint_t ehci_hc_soft_state; member