Home
last modified time | relevance | path

Searched defs:ehci_root_hub (Results 1 – 3 of 3) sorted by relevance

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