Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h160 } hid_power_t; typedef
162 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_state))
163 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_pm_strategy))
164 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_wakeup_enabled))
165 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_pwr_states))
166 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_pm_capabilities))
183 hid_power_t *hid_pm; /* ptr to power struct */
232 _NOTE(MUTEX_PROTECTS_DATA(hid_state_t::hid_mutex, hid_power_t))
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1512 hid_power_t *hidpm; in hid_power()
2266 hid_power_t *hidpm; in hid_detach_cleanup()
2325 kmem_free(hidpm, sizeof (hid_power_t)); in hid_detach_cleanup()
2824 hid_power_t *hidpm; in hid_create_pm_components()
2831 hidpm = kmem_zalloc(sizeof (hid_power_t), KM_SLEEP); in hid_create_pm_components()
2995 hid_power_t *hidpm; in hid_restore_device_state()
3277 hid_power_t *hidpm; in hid_pwrlvl0()
3397 hid_power_t *hidpm; in hid_pwrlvl3()