Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c158 uhcip->uhci_root_hub.rh_num_ports = MAX_RH_PORTS; in uhci_init_root_hub()
186 uhcip->uhci_root_hub.rh_port_status[i] = 0; in uhci_init_root_hub()
187 uhcip->uhci_root_hub.rh_port_changes[i] = 0; in uhci_init_root_hub()
525 uhcip->uhci_root_hub.rh_status = port + 1; in uhci_handle_port_reset()
595 uhcip->uhci_root_hub.rh_port_status[port]; in uhci_handle_get_port_status()
773 uhcip->uhci_root_hub.rh_intr_pipe_handle, in uhci_handle_root_hub_status_change()
845 ph = uhcip->uhci_root_hub.rh_intr_pipe_handle; in uhci_root_hub_allocate_intr_pipe_resource()
858 uhcip->uhci_root_hub.rh_client_intr_req, in uhci_root_hub_allocate_intr_pipe_resource()
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()
[all …]
H A Duhcitgt.c111 uhcip->uhci_root_hub.rh_intr_pipe_handle = ph; in uhci_hcdi_pipe_open()
117 uhcip->uhci_root_hub.rh_pipe_state = in uhci_hcdi_pipe_open()
124 uhcip->uhci_root_hub.rh_curr_intr_reqp = NULL; 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()
1008 if (uhcip->uhci_root_hub.rh_status) { in uhci_start_periodic_pipe_polling()
1010 uhcip->uhci_root_hub.rh_status - 1); in uhci_start_periodic_pipe_polling()
1012 uhcip->uhci_root_hub.rh_status = 0; in uhci_start_periodic_pipe_polling()
1100 if (uhcip->uhci_root_hub.rh_pipe_state == in uhci_stop_periodic_pipe_polling()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h198 uhci_root_hub_info_t uhci_root_hub; /* Root hub info */ member