Searched refs:OHCI_PIPE_STATE_IDLE (Results 1 – 4 of 4) sorted by relevance
344 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_root_hub_pipe_open()358 ohcip->ohci_root_hub.rh_intr_pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_root_hub_pipe_open()473 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_root_hub_pipe_reset()485 OHCI_PIPE_STATE_IDLE)) { in ohci_handle_root_hub_pipe_reset()496 rh_intr_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()1315 case OHCI_PIPE_STATE_IDLE: in ohci_handle_root_hub_pipe_start_intr_polling()1396 rh_intr_pipe_state == OHCI_PIPE_STATE_IDLE); in ohci_handle_root_hub_pipe_stop_intr_polling()1766 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_root_hub_hcdi_callback()1779 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_root_hub_hcdi_callback()
2591 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_hcdi_pipe_open()5123 case OHCI_PIPE_STATE_IDLE: in ohci_start_periodic_pipe_polling()5842 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_insert_isoc_req()9253 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_one_xfer_completion()9797 OHCI_PIPE_STATE_IDLE; in ohci_do_soft_reset()10378 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_pipe_cleanup()10866 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_hcdi_callback()
709 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_polled_init()
486 #define OHCI_PIPE_STATE_IDLE 1 /* Pipe is in ready state */ macro