Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1326 hid_power_t *hidpm; in hid_power() local
1336 hidpm = hidp->hid_pm; in hid_power()
1338 if (USB_DEV_PWRSTATE_OK(hidpm->hid_pwr_states, level)) { in hid_power()
1342 level, hidpm->hid_pwr_states); in hid_power()
2075 hid_power_t *hidpm; in hid_detach_cleanup() local
2096 hidpm = hidp->hid_pm; in hid_detach_cleanup()
2099 "hid_detach_cleanup: hidpm=0x%p", (void *)hidpm); in hid_detach_cleanup()
2101 if (hidpm && (hidp->hid_dev_state != USB_DEV_DISCONNECTED)) { in hid_detach_cleanup()
2107 if (hidpm->hid_wakeup_enabled) { in hid_detach_cleanup()
2132 if (hidpm) { in hid_detach_cleanup()
[all …]