Searched refs:hidpm (Results 1 – 1 of 1) sorted by relevance
1512 hid_power_t *hidpm; in hid_power() local1522 hidpm = hidp->hid_pm; in hid_power()1524 if (USB_DEV_PWRSTATE_OK(hidpm->hid_pwr_states, level)) { in hid_power()1528 level, hidpm->hid_pwr_states); in hid_power()2266 hid_power_t *hidpm; in hid_detach_cleanup() local2287 hidpm = hidp->hid_pm; in hid_detach_cleanup()2290 "hid_detach_cleanup: hidpm=0x%p", (void *)hidpm); in hid_detach_cleanup()2292 if (hidpm && (hidp->hid_dev_state != USB_DEV_DISCONNECTED)) { in hid_detach_cleanup()2298 if (hidpm->hid_wakeup_enabled) { in hid_detach_cleanup()2323 if (hidpm) { in hid_detach_cleanup()[all …]