Home
last modified time | relevance | path

Searched refs:OHCI_PIPE_STATE_CLOSE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c404 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()
420 rh_intr_pipe_state != OHCI_PIPE_STATE_CLOSE); in ohci_handle_root_hub_pipe_close()
423 ohcip->ohci_root_hub.rh_intr_pipe_state = OHCI_PIPE_STATE_CLOSE; in ohci_handle_root_hub_pipe_close()
H A Dohci.c2694 pp->pp_state = OHCI_PIPE_STATE_CLOSE; in ohci_hcdi_pipe_close()
10274 case OHCI_PIPE_STATE_CLOSE: in ohci_pipe_cleanup()
10337 case OHCI_PIPE_STATE_CLOSE: in ohci_pipe_cleanup()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h491 #define OHCI_PIPE_STATE_CLOSE 4 /* Pipe close */ macro