Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c561 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_ACTIVE; in ohci_handle_root_hub_request()
1344 case OHCI_PIPE_STATE_ACTIVE: in ohci_handle_root_hub_pipe_start_intr_polling()
1387 if (ohcip->ohci_root_hub.rh_intr_pipe_state == OHCI_PIPE_STATE_ACTIVE) { in ohci_handle_root_hub_pipe_stop_intr_polling()
1472 rh_intr_pipe_state = OHCI_PIPE_STATE_ACTIVE; in ohci_root_hub_allocate_intr_pipe_resource()
1717 if (ohcip->ohci_root_hub.rh_intr_pipe_state == OHCI_PIPE_STATE_ACTIVE) { in ohci_handle_root_hub_status_change()
H A Dohci.c5132 case OHCI_PIPE_STATE_ACTIVE: in ohci_start_periodic_pipe_polling()
5517 if (pp->pp_state != OHCI_PIPE_STATE_ACTIVE) { in ohci_stop_periodic_pipe_polling()
9172 if (pp->pp_state != OHCI_PIPE_STATE_ACTIVE) { in ohci_handle_intr_td()
9329 if (pp->pp_state != OHCI_PIPE_STATE_ACTIVE) { in ohci_handle_isoc_td()
9928 rh_intr_pipe_state = OHCI_PIPE_STATE_ACTIVE; in ohci_do_soft_reset()
10156 pp->pp_state = OHCI_PIPE_STATE_ACTIVE; in ohci_allocate_periodic_in_resource()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h487 #define OHCI_PIPE_STATE_ACTIVE 2 /* Pipe is in busy state */ macro