Home
last modified time | relevance | path

Searched refs:dss_mgr_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Doutput.c190 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 …]
Dapply.c1583 static const struct dss_mgr_ops apply_mgr_ops = {
/linux-4.4.14/include/video/
Domapdss.h944 struct dss_mgr_ops { struct
963 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_crtc.c244 static const struct dss_mgr_ops mgr_ops = {