Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Doutput.c57 int dss_install_mgr_ops(struct dss_device *dss, in dss_install_mgr_ops() function
69 EXPORT_SYMBOL(dss_install_mgr_ops);
Domapdss.h540 int dss_install_mgr_ops(struct dss_device *dss,
/Linux-v5.4/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.h523 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.4/drivers/gpu/drm/omapdrm/
Domap_crtc.c770 dss_install_mgr_ops(priv->dss, &mgr_ops, priv); in omap_crtc_pre_init()