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.h159 } hid_power_t; typedef in typeref:struct:hid_power
161 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_state))
162 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_pm_strategy))
163 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_wakeup_enabled))
164 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_pwr_states))
165 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_power_t::hid_pm_capabilities))
182 hid_power_t *hid_pm; /* ptr to power struct */
229 _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.c1326 hid_power_t *hidpm;
2075 hid_power_t *hidpm;
2134 kmem_free(hidpm, sizeof (hid_power_t));
2628 hid_power_t *hidpm;
2635 hidpm = kmem_zalloc(sizeof (hid_power_t), KM_SLEEP);
2799 hid_power_t *hidpm;
3081 hid_power_t *hidpm;
3201 hid_power_t *hidpm;

Completed in 58 milliseconds