Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h82 typedef struct hub_power_struct { struct
83 void *hubp_hubd; /* points back to hubd_t */
85 uint8_t hubp_wakeup_enabled; /* remote wakeup enabled? */
88 uint8_t hubp_pwr_states;
90 int hubp_busy_pm; /* device busy accounting */
93 uint8_t hubp_pm_capabilities;
95 uint8_t hubp_current_power; /* current power level */
97 hrtime_t hubp_time_at_full_power; /* timestamp 0->3 */
99 hrtime_t hubp_min_pm_threshold; /* in nanoseconds */
102 uint8_t *hubp_child_pwrstate;
[all …]