Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h83 typedef struct hub_power_struct { struct
84 void *hubp_hubd; /* points back to hubd_t */
86 uint8_t hubp_wakeup_enabled; /* remote wakeup enabled? */
89 uint8_t hubp_pwr_states;
91 int hubp_busy_pm; /* device busy accounting */
94 uint8_t hubp_pm_capabilities;
96 uint8_t hubp_current_power; /* current power level */
98 hrtime_t hubp_time_at_full_power; /* timestamp 0->3 */
100 hrtime_t hubp_min_pm_threshold; /* in nanoseconds */
103 uint8_t *hubp_child_pwrstate;
[all …]