Home
last modified time | relevance | path

Searched refs:OHCI_PIPE_STATE_IDLE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c344 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()
H A Dohci.c2575 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_hcdi_pipe_open()
5105 case OHCI_PIPE_STATE_IDLE: in ohci_start_periodic_pipe_polling()
5824 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_insert_isoc_req()
9233 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_one_xfer_completion()
9777 OHCI_PIPE_STATE_IDLE; in ohci_do_soft_reset()
10358 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_pipe_cleanup()
10846 pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_hcdi_callback()
H A Dohci_polled.c711 pp->pp_state = OHCI_PIPE_STATE_IDLE; in ohci_polled_init()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h486 #define OHCI_PIPE_STATE_IDLE 1 /* Pipe is in ready state */ macro