Searched refs:ehci_root_hub (Results 1 – 4 of 4) sorted by relevance
117 &ehcip->ehci_root_hub.rh_descr; in ehci_init_root_hub()157 ehcip->ehci_root_hub.rh_companion_controllers = (capability & in ehci_init_root_hub()215 ehcip->ehci_root_hub.rh_port_state[i] = port_state; in ehci_init_root_hub()216 ehcip->ehci_root_hub.rh_port_status[i] = 0; in ehci_init_root_hub()325 ehcip->ehci_root_hub.rh_ctrl_pipe_handle = ph; in ehci_handle_root_hub_pipe_open()328 ehcip->ehci_root_hub.rh_ctrl_pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_handle_root_hub_pipe_open()330 ehcip->ehci_root_hub.rh_curr_ctrl_reqp = NULL; in ehci_handle_root_hub_pipe_open()339 ehcip->ehci_root_hub.rh_intr_pipe_handle = ph; in ehci_handle_root_hub_pipe_open()342 ehcip->ehci_root_hub.rh_intr_pipe_state = EHCI_PIPE_STATE_IDLE; in ehci_handle_root_hub_pipe_open()344 ehcip->ehci_root_hub.rh_client_intr_reqp = NULL; in ehci_handle_root_hub_pipe_open()[all …]
55 typedef struct ehci_root_hub { struct
183 ehci_root_hub_t ehci_root_hub; /* Root hub info */ member
2508 boolean_t ehci_root_hub; in hubd_restore_device_state() local2537 ehci_root_hub = (strcmp(ddi_driver_name(dip), "ehci") == 0); in hubd_restore_device_state()2665 } else if (ehci_root_hub) { in hubd_restore_device_state()