Searched refs:mgr_ops (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
D | output.c | 58 const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops() argument 61 if (dss->mgr_ops) in dss_install_mgr_ops() 64 dss->mgr_ops = mgr_ops; in dss_install_mgr_ops() 73 dss->mgr_ops = NULL; in dss_uninstall_mgr_ops() 81 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings() 89 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config() 96 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable() 103 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable() 110 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update() 120 return dss->mgr_ops->register_framedone_handler(dss->mgr_ops_priv, in dss_mgr_register_framedone_handler() [all …]
|
D | dss.h | 261 const struct dss_mgr_ops *mgr_ops; member
|
D | omapdss.h | 541 const struct dss_mgr_ops *mgr_ops,
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | output.c | 181 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() argument 186 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
|
D | dss.h | 523 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 264 static const struct dss_mgr_ops mgr_ops = { variable 770 dss_install_mgr_ops(priv->dss, &mgr_ops, priv); in omap_crtc_pre_init()
|