Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c523 if (uhcip->uhci_root_hub.rh_pipe_state != UHCI_PIPE_STATE_ACTIVE) { in uhci_handle_port_reset()
766 (uhcip->uhci_root_hub.rh_pipe_state == UHCI_PIPE_STATE_ACTIVE)) { in uhci_handle_root_hub_status_change()
777 if (uhcip->uhci_root_hub.rh_pipe_state == UHCI_PIPE_STATE_ACTIVE) { in uhci_handle_root_hub_status_change()
880 UHCI_PIPE_STATE_ACTIVE; in uhci_root_hub_allocate_intr_pipe_resource()
H A Duhcitgt.c1022 ASSERT(pp->pp_state != UHCI_PIPE_STATE_ACTIVE); in uhci_start_periodic_pipe_polling()
1075 pp->pp_state = UHCI_PIPE_STATE_ACTIVE; in uhci_start_periodic_pipe_polling()
1101 UHCI_PIPE_STATE_ACTIVE) { in uhci_stop_periodic_pipe_polling()
1122 if (pp->pp_state != UHCI_PIPE_STATE_ACTIVE) { in uhci_stop_periodic_pipe_polling()
H A Duhci.c1278 if (pp->pp_state == UHCI_PIPE_STATE_ACTIVE) { in uhci_handle_intr_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h324 #define UHCI_PIPE_STATE_ACTIVE 2 /* Polling the endpoint,busy state */ macro