Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Doutput.c175 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops() function
186 EXPORT_SYMBOL(dss_install_mgr_ops);
Domapdss.h668 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops,
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doutput.c192 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() function
201 EXPORT_SYMBOL(dss_install_mgr_ops);
Ddss.h538 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
Dapply.c1642 r = dss_install_mgr_ops(&apply_mgr_ops); in omapdss_compat_init()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_crtc.c686 dss_install_mgr_ops(&mgr_ops, priv); in omap_crtc_pre_init()