Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddss.c1232 static int dss_runtime_suspend(struct device *dev) in dss_runtime_suspend() function
1264 .runtime_suspend = dss_runtime_suspend,
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/
Ddss.c1568 static __maybe_unused int dss_runtime_suspend(struct device *dev) in dss_runtime_suspend() function
1603 SET_RUNTIME_PM_OPS(dss_runtime_suspend, dss_runtime_resume, NULL)