Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpm_clock.h23 extern int pm_clk_runtime_suspend(struct device *dev);
26 .runtime_suspend = pm_clk_runtime_suspend, \
/linux-6.15/drivers/base/power/
H A Dclock_ops.c591 int pm_clk_runtime_suspend(struct device *dev) in pm_clk_runtime_suspend() function
612 EXPORT_SYMBOL_GPL(pm_clk_runtime_suspend);