Home
last modified time | relevance | path

Searched refs:hub_power_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h109 } hub_power_t; typedef
112 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_hubd))
113 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_wakeup_enabled))
114 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_pwr_states))
115 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_time_at_full_power))
116 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_min_pm_threshold))
117 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_pm_capabilities))
118 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_pmcomp))
119 _NOTE(DATA_READABLE_WITHOUT_LOCK(hub_power_t::hubp_confpwr_descr))
147 hub_power_t *h_hubpm; /* pointer to power struct */
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c673 hub_power_t *hubpm; in hubd_set_child_pwrlvl()
736 hub_power_t *hubpm; in hubd_can_suspend()
1626 hub_power_t *hubpm; in hubd_pwrlvl0()
1700 hub_power_t *hubpm; in hubd_pwrlvl3()
1754 hub_power_t *hubpm; in usba_hubdi_power()
2784 hub_power_t *hubpm; in hubd_cleanup()
2941 kmem_free(hubpm, sizeof (hub_power_t)); in hubd_cleanup()
3813 hub_power_t *hubpm; in hubd_hotplug_thread()
7566 hub_power_t *hubpm; in hubd_create_pm_components()
7572 hubpm = kmem_zalloc(sizeof (hub_power_t), KM_SLEEP); in hubd_create_pm_components()
[all …]