Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c947 switch (hidp->hid_pm->hid_pm_strategy) { in hid_open()
1046 switch (hidp->hid_pm->hid_pm_strategy) { in hid_close()
1336 hidpm = hidp->hid_pm; in hid_power()
1784 hidp->hid_pm->hid_raise_power = B_FALSE; in hid_power_change_callback()
2096 hidpm = hidp->hid_pm; in hid_detach_cleanup()
2135 hidp->hid_pm = NULL; in hid_detach_cleanup()
2636 hidp->hid_pm = hidpm; in hid_create_pm_components()
2811 hidpm = hidp->hid_pm; in hid_restore_device_state()
3025 if (hid_statep->hid_pm != NULL) { in hid_pm_busy_component()
3027 hid_statep->hid_pm->hid_pm_busy++; in hid_pm_busy_component()
[all …]
/titanic_44/usr/src/uts/common/sys/usb/clients/hid/
H A Dhidvar.h182 hid_power_t *hid_pm; /* ptr to power struct */ member
231 _NOTE(DATA_READABLE_WITHOUT_LOCK(hid_state_t::hid_pm))