Home
last modified time | relevance | path

Searched refs:rh_ctrl_pipe_state (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h74 uint_t rh_ctrl_pipe_state; member
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_hub.h73 uint_t rh_ctrl_pipe_state; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c344 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_root_hub_pipe_open()
404 rh_ctrl_pipe_state != OHCI_PIPE_STATE_CLOSE); in ohci_handle_root_hub_pipe_close()
407 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_CLOSE; in ohci_handle_root_hub_pipe_close()
473 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_root_hub_pipe_reset()
547 if (ohcip->ohci_root_hub.rh_ctrl_pipe_state != OHCI_PIPE_STATE_IDLE) { in ohci_handle_root_hub_request()
561 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_ACTIVE; in ohci_handle_root_hub_request()
1795 ohcip->ohci_root_hub.rh_ctrl_pipe_state = pipe_state; in ohci_root_hub_hcdi_callback()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c328 ehcip->ehci_root_hub.rh_ctrl_pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_handle_root_hub_pipe_open()
388 rh_ctrl_pipe_state != EHCI_PIPE_STATE_CLOSE); in ehci_handle_root_hub_pipe_close()
391 ehcip->ehci_root_hub.rh_ctrl_pipe_state = EHCI_PIPE_STATE_CLOSE; in ehci_handle_root_hub_pipe_close()
457 ehcip->ehci_root_hub.rh_ctrl_pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_handle_root_hub_pipe_reset()
532 rh_ctrl_pipe_state != EHCI_PIPE_STATE_IDLE) { in ehci_handle_root_hub_request()
546 ehcip->ehci_root_hub.rh_ctrl_pipe_state = EHCI_PIPE_STATE_ACTIVE; in ehci_handle_root_hub_request()
2104 ehcip->ehci_root_hub.rh_ctrl_pipe_state = pipe_state; in ehci_root_hub_hcdi_callback()