Home
last modified time | relevance | path

Searched refs:msm_dsi_runtime_suspend (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.h98 int msm_dsi_runtime_suspend(struct device *dev);
H A Ddsi.c203 SET_RUNTIME_PM_OPS(msm_dsi_runtime_suspend, msm_dsi_runtime_resume, NULL)
H A Ddsi_host.c323 int msm_dsi_runtime_suspend(struct device *dev) in msm_dsi_runtime_suspend() function