Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1133 switch (hidp->hid_pm->hid_pm_strategy) { in hid_open()
1232 switch (hidp->hid_pm->hid_pm_strategy) { in hid_close()
1522 hidpm = hidp->hid_pm; in hid_power()
1979 hidp->hid_pm->hid_raise_power = B_FALSE; in hid_power_change_callback()
2287 hidpm = hidp->hid_pm; in hid_detach_cleanup()
2326 hidp->hid_pm = NULL; in hid_detach_cleanup()
2832 hidp->hid_pm = hidpm; in hid_create_pm_components()
3007 hidpm = hidp->hid_pm; in hid_restore_device_state()
3221 if (hid_statep->hid_pm != NULL) { in hid_pm_busy_component()
3223 hid_statep->hid_pm->hid_pm_busy++; in hid_pm_busy_component()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h183 hid_power_t *hid_pm; /* ptr to power struct */ member
234 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_state_t::hid_pm))