Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Doutput.c97 int dss_install_mgr_ops(struct dss_device *dss, in dss_install_mgr_ops() function
109 EXPORT_SYMBOL(dss_install_mgr_ops);
Domapdss.h506 int dss_install_mgr_ops(struct dss_device *dss,
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/
Doutput.c181 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() function
190 EXPORT_SYMBOL(dss_install_mgr_ops);
Ddss.h503 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
Dapply.c1631 r = dss_install_mgr_ops(&apply_mgr_ops); in omapdss_compat_init()
/Linux-v5.10/drivers/gpu/drm/omapdrm/
Domap_crtc.c773 dss_install_mgr_ops(priv->dss, &mgr_ops, priv); in omap_crtc_pre_init()