Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpm_clock.h24 extern int pm_clk_runtime_suspend(struct device *dev);
27 .runtime_suspend = pm_clk_runtime_suspend, \
/linux-4.4.14/drivers/base/power/
Dclock_ops.c372 int pm_clk_runtime_suspend(struct device *dev) in pm_clk_runtime_suspend() function