Home
last modified time | relevance | path

Searched refs:runtime_put (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_irq.c274 priv->dispc_ops->runtime_put(priv->dispc); in omap_drm_irq_install()
Domap_drv.c116 priv->dispc_ops->runtime_put(priv->dispc); in omap_atomic_commit_tail()
/Linux-v4.19/drivers/media/platform/ti-vpe/
Dvpe.c2540 goto runtime_put; in vpe_probe()
2546 goto runtime_put; in vpe_probe()
2552 goto runtime_put; in vpe_probe()
2556 runtime_put: in vpe_probe()
/Linux-v4.19/drivers/clk/
Dclk.c756 goto runtime_put; in clk_core_prepare()
784 runtime_put: in clk_core_prepare()
2252 goto runtime_put; in clk_core_set_parent_nolock()
2265 runtime_put: in clk_core_set_parent_nolock()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h700 void (*runtime_put)(struct dispc_device *dispc); member
Ddispc.c4728 .runtime_put = dispc_runtime_put,