Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c5065 static __maybe_unused int dsi_runtime_suspend(struct device *dev) in dsi_runtime_suspend() function
5090 SET_RUNTIME_PM_OPS(dsi_runtime_suspend, dsi_runtime_resume, NULL)
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c5503 static int dsi_runtime_suspend(struct device *dev) in dsi_runtime_suspend() function
5537 .runtime_suspend = dsi_runtime_suspend,