Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c117 uhcip->uhci_root_hub.rh_pipe_state = in uhci_hcdi_pipe_open()
340 ASSERT(uhcip->uhci_root_hub.rh_pipe_state == in uhci_hcdi_pipe_close()
349 uhcip->uhci_root_hub.rh_pipe_state = in uhci_hcdi_pipe_close()
498 uhcip->uhci_root_hub.rh_pipe_state = in uhci_hcdi_pipe_reset()
980 uint_t pipe_state = uhcip->uhci_root_hub.rh_pipe_state; in uhci_start_periodic_pipe_polling()
1001 uhcip->uhci_root_hub.rh_pipe_state = USB_PIPE_STATE_ACTIVE; in uhci_start_periodic_pipe_polling()
1100 if (uhcip->uhci_root_hub.rh_pipe_state == in uhci_stop_periodic_pipe_polling()
1102 uhcip->uhci_root_hub.rh_pipe_state = in uhci_stop_periodic_pipe_polling()
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()
879 uhcip->uhci_root_hub.rh_pipe_state = in uhci_root_hub_allocate_intr_pipe_resource()
916 uhcip->uhci_root_hub.rh_pipe_state = in uhci_root_hub_intr_pipe_cleanup()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h106 uint_t rh_pipe_state; /* RH intr pipe state */ member