Searched refs:pm_relax (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
H A Dpm_wakeup.h108 extern void pm_relax(struct device *dev);
183 static inline void pm_relax(struct device *dev) {} pm_relax() function
/linux-4.4.14/drivers/base/power/
H A Dwakeup.c498 * pm_relax(), balanced with each other, is supposed to be used in such
509 * It is valid to call pm_relax() after pm_wakeup_event(), in which case the
510 * "no suspend" period will be ended either by the pm_relax(), or by the timer
593 * Call this function after detecting of a wakeup event if pm_relax() is going
701 * pm_relax - Notify the PM core that processing of a wakeup event has ended.
706 void pm_relax(struct device *dev) pm_relax() function
717 EXPORT_SYMBOL_GPL(pm_relax); variable
/linux-4.4.14/drivers/input/keyboard/
H A Dsnvs_pwrkey.c62 pm_relax(pdata->input->dev.parent); imx_imx_snvs_check_for_events()
H A Dgpio_keys.c369 pm_relax(bdata->input->dev.parent); gpio_keys_gpio_work_func()
/linux-4.4.14/drivers/input/touchscreen/
H A Dzforce_ts.c592 pm_relax(&client->dev); zforce_irq_thread()
/linux-4.4.14/drivers/power/
H A Dpower_supply_core.c108 pm_relax(&psy->dev); power_supply_changed_work()
/linux-4.4.14/drivers/rtc/
H A Dinterface.c883 pm_relax(rtc->dev.parent); rtc_timer_do_work()

Completed in 379 milliseconds