Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c117 &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 …]
/titanic_50/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_hub.h55 typedef struct ehci_root_hub { struct
H A Dehcid.h183 ehci_root_hub_t ehci_root_hub; /* Root hub info */ member
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2508 boolean_t ehci_root_hub; in hubd_restore_device_state() local
2537 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()