Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c388 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()
404 rh_intr_pipe_state != EHCI_PIPE_STATE_CLOSE); in ehci_handle_root_hub_pipe_close()
407 ehcip->ehci_root_hub.rh_intr_pipe_state = EHCI_PIPE_STATE_CLOSE; in ehci_handle_root_hub_pipe_close()
H A Dehci.c1047 pp->pp_state = EHCI_PIPE_STATE_CLOSE; in ehci_hcdi_pipe_close()
H A Dehci_isoch.c230 case EHCI_PIPE_STATE_CLOSE: in ehci_isoc_pipe_cleanup()
H A Dehci_xfer.c3701 case EHCI_PIPE_STATE_CLOSE: in ehci_pipe_cleanup()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h491 #define EHCI_PIPE_STATE_CLOSE 4 /* Pipe close */ macro