Home
last modified time | relevance | path

Searched refs:dss_mgr_ops (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c179 static const struct dss_mgr_ops *dss_mgr_ops; variable
181 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops()
183 if (dss_mgr_ops) in dss_install_mgr_ops()
186 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
194 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops()
201 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect()
208 dss_mgr_ops->disconnect(mgr, dst); in dss_mgr_disconnect()
215 dss_mgr_ops->set_timings(mgr, timings); in dss_mgr_set_timings()
222 dss_mgr_ops in dss_mgr_set_lcd_config()
[all...]
H A Ddss.h484 struct dss_mgr_ops { struct
503 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
H A Dapply.c1572 static const struct dss_mgr_ops apply_mgr_ops = {
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c179 static const struct dss_mgr_ops *dss_mgr_ops; variable
181 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops()
183 if (dss_mgr_ops) in dss_install_mgr_ops()
186 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
194 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops()
201 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect()
208 dss_mgr_ops->disconnect(mgr, dst); in dss_mgr_disconnect()
215 dss_mgr_ops->set_timings(mgr, timings); in dss_mgr_set_timings()
222 dss_mgr_ops in dss_mgr_set_lcd_config()
[all...]
H A Ddss.h484 struct dss_mgr_ops { struct
503 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
H A Dapply.c1570 static const struct dss_mgr_ops apply_mgr_ops = {
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c98 const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops()
H A Domapdss.h485 struct dss_mgr_ops { struct
507 const struct dss_mgr_ops *mgr_ops,
H A Ddss.h261 const struct dss_mgr_ops *mgr_ops;
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c264 static const struct dss_mgr_ops mgr_ops = {

Completed in 11 milliseconds