Home
last modified time | relevance | path

Searched defs:ohci_root_hub (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h57 typedef struct ohci_root_hub { struct
58 usb_hub_descr_t rh_descr; /* Copy of rh descriptor */
59 uint_t rh_des_A; /* Descriptor reg A value */
60 uint_t rh_des_B; /* Descriptor reg B value */
61 uint_t rh_status; /* Last root hub status */
64 uint_t rh_port_status[OHCI_MAX_RH_PORTS];
88 } ohci_root_hub_t; argument
H A Dohcid.h209 ohci_root_hub_t ohci_root_hub; /* Root hub info */ member