Searched defs:ehci_root_hub (Results 1 – 3 of 3) sorted by relevance
55 typedef struct ehci_root_hub { struct57 usb_hub_descr_t rh_descr;60 uint_t rh_companion_controllers;63 uint_t rh_port_status[EHCI_MAX_RH_PORTS];64 uint_t rh_port_state[EHCI_MAX_RH_PORTS];88 } ehci_root_hub_t; argument
183 ehci_root_hub_t ehci_root_hub; /* Root hub info */ member
2508 boolean_t ehci_root_hub; in hubd_restore_device_state() local