Searched refs:OHCI_PIPE_STATE_CLOSE (Results 1 – 3 of 3) sorted by relevance
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()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()
2710 pp->pp_state = OHCI_PIPE_STATE_CLOSE; in ohci_hcdi_pipe_close()10294 case OHCI_PIPE_STATE_CLOSE: in ohci_pipe_cleanup()10357 case OHCI_PIPE_STATE_CLOSE: in ohci_pipe_cleanup()
491 #define OHCI_PIPE_STATE_CLOSE 4 /* Pipe close */ macro