Searched refs:EHCI_PIPE_STATE_CLOSE (Results 1 – 5 of 5) sorted by relevance
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()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()
1062 pp->pp_state = EHCI_PIPE_STATE_CLOSE; in ehci_hcdi_pipe_close()
229 case EHCI_PIPE_STATE_CLOSE: in ehci_isoc_pipe_cleanup()
3705 case EHCI_PIPE_STATE_CLOSE: in ehci_pipe_cleanup()
491 #define EHCI_PIPE_STATE_CLOSE 4 /* Pipe close */ macro