Searched refs:dss_mgr_ops (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | output.c | 172 static const struct dss_mgr_ops *dss_mgr_ops; variable 175 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops() 178 if (dss_mgr_ops) in dss_install_mgr_ops() 181 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops() 190 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops() 197 return dss_mgr_ops->connect(dss_mgr_ops_priv, in dss_mgr_connect() 205 dss_mgr_ops->disconnect(dss_mgr_ops_priv, dssdev->dispc_channel, dst); in dss_mgr_disconnect() 212 dss_mgr_ops->set_timings(dss_mgr_ops_priv, dssdev->dispc_channel, vm); in dss_mgr_set_timings() 219 dss_mgr_ops->set_lcd_config(dss_mgr_ops_priv, in dss_mgr_set_lcd_config() 226 return dss_mgr_ops->enable(dss_mgr_ops_priv, dssdev->dispc_channel); in dss_mgr_enable() [all …]
|
D | omapdss.h | 640 struct dss_mgr_ops { struct 668 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops, argument
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | output.c | 190 static const struct dss_mgr_ops *dss_mgr_ops; variable 192 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() 194 if (dss_mgr_ops) in dss_install_mgr_ops() 197 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops() 205 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops() 212 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect() 219 dss_mgr_ops->disconnect(mgr, dst); in dss_mgr_disconnect() 226 dss_mgr_ops->set_timings(mgr, timings); in dss_mgr_set_timings() 233 dss_mgr_ops->set_lcd_config(mgr, config); in dss_mgr_set_lcd_config() 239 return dss_mgr_ops->enable(mgr); in dss_mgr_enable() [all …]
|
D | dss.h | 519 struct dss_mgr_ops { struct 538 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
|
D | apply.c | 1583 static const struct dss_mgr_ops apply_mgr_ops = {
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_crtc.c | 268 static const struct dss_mgr_ops mgr_ops = {
|