Home
last modified time | relevance | path

Searched refs:omap_dss_device (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/include/video/
H A Domapfb_dss.h49 struct omap_dss_device;
353 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl);
380 struct omap_dss_device *output;
394 struct omap_dss_device *output);
406 struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr);
438 int (*connect)(struct omap_dss_device *dssdev,
439 struct omap_dss_device *dst);
440 void (*disconnect)(struct omap_dss_device *dssdev,
441 struct omap_dss_device *dst);
443 int (*enable)(struct omap_dss_device *dssdev);
[all …]
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Domapdss.h57 struct omap_dss_device;
197 int (*update)(struct omap_dss_device *dssdev);
198 bool (*is_video_mode)(struct omap_dss_device *dssdev);
201 struct omap_dss_device { struct
239 void omapdss_device_register(struct omap_dss_device *dssdev); argument
240 void omapdss_device_unregister(struct omap_dss_device *dssdev);
241 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev);
242 void omapdss_device_put(struct omap_dss_device *dssdev);
243 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node);
245 struct omap_dss_device *dst);
[all …]
H A Dbase.c31 void omapdss_device_register(struct omap_dss_device *dssdev) in omapdss_device_register()
38 void omapdss_device_unregister(struct omap_dss_device *dssdev) in omapdss_device_unregister()
47 struct omap_dss_device *dssdev; in omapdss_device_is_registered()
63 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev) in omapdss_device_get()
71 void omapdss_device_put(struct omap_dss_device *dssdev) in omapdss_device_put()
76 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node) in omapdss_find_device_by_node()
78 struct omap_dss_device *dssdev; in omapdss_find_device_by_node()
92 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from) in omapdss_device_next_output()
94 struct omap_dss_device *dssdev; in omapdss_device_next_output()
136 static bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected()
[all …]
H A Doutput.c20 int omapdss_device_init_output(struct omap_dss_device *out, in omapdss_device_init_output()
77 void omapdss_device_cleanup_output(struct omap_dss_device *out) in omapdss_device_cleanup_output()
84 void dss_mgr_set_timings(struct omap_dss_device *dssdev, in dss_mgr_set_timings()
91 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev, in dss_mgr_set_lcd_config()
98 int dss_mgr_enable(struct omap_dss_device *dssdev) in dss_mgr_enable()
104 void dss_mgr_disable(struct omap_dss_device *dssdev) in dss_mgr_disable()
110 void dss_mgr_start_update(struct omap_dss_device *dssdev) in dss_mgr_start_update()
116 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_register_framedone_handler()
126 void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_unregister_framedone_handler()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-hdmi.c38 struct omap_dss_device dssdev;
39 struct omap_dss_device *in;
50 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
53 struct omap_dss_device *in = ddata->in; in hdmic_connect()
63 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
66 struct omap_dss_device *in = ddata->in; in hdmic_disconnect()
76 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
79 struct omap_dss_device *in = ddata->in; in hdmic_enable()
101 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
104 struct omap_dss_device *in = ddata->in; in hdmic_disable()
[all …]
H A Dencoder-tpd12s015.c20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
32 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
33 struct omap_dss_device *dst) in tpd_connect()
36 struct omap_dss_device *in = ddata->in; in tpd_connect()
55 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
56 struct omap_dss_device *dst) in tpd_disconnect()
59 struct omap_dss_device *in = ddata->in; in tpd_disconnect()
74 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
77 struct omap_dss_device *in = ddata->in; in tpd_enable()
[all …]
H A Dconnector-analog-tv.c17 struct omap_dss_device dssdev;
18 struct omap_dss_device *in;
45 static int tvc_connect(struct omap_dss_device *dssdev) in tvc_connect()
48 struct omap_dss_device *in = ddata->in; in tvc_connect()
58 static void tvc_disconnect(struct omap_dss_device *dssdev) in tvc_disconnect()
61 struct omap_dss_device *in = ddata->in; in tvc_disconnect()
71 static int tvc_enable(struct omap_dss_device *dssdev) in tvc_enable()
74 struct omap_dss_device *in = ddata->in; in tvc_enable()
103 static void tvc_disable(struct omap_dss_device *dssdev) in tvc_disable()
106 struct omap_dss_device *in = ddata->in; in tvc_disable()
[all …]
H A Dencoder-opa362.c23 struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
33 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect()
34 struct omap_dss_device *dst) in opa362_connect()
37 struct omap_dss_device *in = ddata->in; in opa362_connect()
55 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect()
56 struct omap_dss_device *dst) in opa362_disconnect()
59 struct omap_dss_device *in = ddata->in; in opa362_disconnect()
77 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable()
80 struct omap_dss_device *in = ddata->in; in opa362_enable()
[all …]
H A Dencoder-tfp410.c19 struct omap_dss_device dssdev;
20 struct omap_dss_device *in;
31 static int tfp410_connect(struct omap_dss_device *dssdev, in tfp410_connect()
32 struct omap_dss_device *dst) in tfp410_connect()
35 struct omap_dss_device *in = ddata->in; in tfp410_connect()
51 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
52 struct omap_dss_device *dst) in tfp410_disconnect()
55 struct omap_dss_device *in = ddata->in; in tfp410_disconnect()
71 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
74 struct omap_dss_device *in = ddata->in; in tfp410_enable()
[all …]
H A Dpanel-dpi.c19 struct omap_dss_device dssdev;
20 struct omap_dss_device *in;
31 static int panel_dpi_connect(struct omap_dss_device *dssdev) in panel_dpi_connect()
34 struct omap_dss_device *in = ddata->in; in panel_dpi_connect()
42 static void panel_dpi_disconnect(struct omap_dss_device *dssdev) in panel_dpi_disconnect()
45 struct omap_dss_device *in = ddata->in; in panel_dpi_disconnect()
53 static int panel_dpi_enable(struct omap_dss_device *dssdev) in panel_dpi_enable()
56 struct omap_dss_device *in = ddata->in; in panel_dpi_enable()
80 static void panel_dpi_disable(struct omap_dss_device *dssdev) in panel_dpi_disable()
83 struct omap_dss_device *in = ddata->in; in panel_dpi_disable()
[all …]
H A Dconnector-dvi.c40 struct omap_dss_device dssdev;
41 struct omap_dss_device *in;
50 static int dvic_connect(struct omap_dss_device *dssdev) in dvic_connect()
53 struct omap_dss_device *in = ddata->in; in dvic_connect()
61 static void dvic_disconnect(struct omap_dss_device *dssdev) in dvic_disconnect()
64 struct omap_dss_device *in = ddata->in; in dvic_disconnect()
72 static int dvic_enable(struct omap_dss_device *dssdev) in dvic_enable()
75 struct omap_dss_device *in = ddata->in; in dvic_enable()
95 static void dvic_disable(struct omap_dss_device *dssdev) in dvic_disable()
98 struct omap_dss_device *in = ddata->in; in dvic_disable()
[all …]
H A Dpanel-lgphilips-lb035q02.c40 struct omap_dss_device dssdev;
41 struct omap_dss_device *in;
114 static int lb035q02_connect(struct omap_dss_device *dssdev) in lb035q02_connect()
117 struct omap_dss_device *in = ddata->in; in lb035q02_connect()
132 static void lb035q02_disconnect(struct omap_dss_device *dssdev) in lb035q02_disconnect()
135 struct omap_dss_device *in = ddata->in; in lb035q02_disconnect()
143 static int lb035q02_enable(struct omap_dss_device *dssdev) in lb035q02_enable()
146 struct omap_dss_device *in = ddata->in; in lb035q02_enable()
171 static void lb035q02_disable(struct omap_dss_device *dssdev) in lb035q02_disable()
174 struct omap_dss_device *in = ddata->in; in lb035q02_disable()
[all …]
H A Dpanel-sharp-ls037v7dw01.c19 struct omap_dss_device dssdev;
20 struct omap_dss_device *in;
57 static int sharp_ls_connect(struct omap_dss_device *dssdev) in sharp_ls_connect()
60 struct omap_dss_device *in = ddata->in; in sharp_ls_connect()
68 static void sharp_ls_disconnect(struct omap_dss_device *dssdev) in sharp_ls_disconnect()
71 struct omap_dss_device *in = ddata->in; in sharp_ls_disconnect()
79 static int sharp_ls_enable(struct omap_dss_device *dssdev) in sharp_ls_enable()
82 struct omap_dss_device *in = ddata->in; in sharp_ls_enable()
121 static void sharp_ls_disable(struct omap_dss_device *dssdev) in sharp_ls_disable()
124 struct omap_dss_device *in = ddata->in; in sharp_ls_disable()
[all …]
H A Dpanel-nec-nl8048hl11.c20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
115 static int nec_8048_connect(struct omap_dss_device *dssdev) in nec_8048_connect()
118 struct omap_dss_device *in = ddata->in; in nec_8048_connect()
126 static void nec_8048_disconnect(struct omap_dss_device *dssdev) in nec_8048_disconnect()
129 struct omap_dss_device *in = ddata->in; in nec_8048_disconnect()
137 static int nec_8048_enable(struct omap_dss_device *dssdev) in nec_8048_enable()
140 struct omap_dss_device *in = ddata->in; in nec_8048_enable()
165 static void nec_8048_disable(struct omap_dss_device *dssdev) in nec_8048_disable()
168 struct omap_dss_device *in = ddata->in; in nec_8048_disable()
[all …]
H A Dpanel-tpo-td028ttec1.c22 struct omap_dss_device dssdev;
23 struct omap_dss_device *in;
157 static int td028ttec1_panel_connect(struct omap_dss_device *dssdev) in td028ttec1_panel_connect()
160 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_connect()
173 static void td028ttec1_panel_disconnect(struct omap_dss_device *dssdev) in td028ttec1_panel_disconnect()
176 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_disconnect()
184 static int td028ttec1_panel_enable(struct omap_dss_device *dssdev) in td028ttec1_panel_enable()
187 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_enable()
294 static void td028ttec1_panel_disable(struct omap_dss_device *dssdev) in td028ttec1_panel_disable()
297 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_disable()
[all …]
H A Dpanel-dsi-cm.c39 struct omap_dss_device dssdev;
40 struct omap_dss_device *in;
108 struct omap_dss_device *in = ddata->in; in dsicm_dcs_read_1()
124 struct omap_dss_device *in = ddata->in; in dsicm_dcs_write_0()
130 struct omap_dss_device *in = ddata->in; in dsicm_dcs_write_1()
139 struct omap_dss_device *in = ddata->in; in dsicm_sleep_in()
194 struct omap_dss_device *in = ddata->in; in dsicm_set_update_window()
241 struct omap_dss_device *in = ddata->in; in dsicm_enter_ulps()
275 struct omap_dss_device *in = ddata->in; in dsicm_exit_ulps()
332 struct omap_dss_device *in = ddata->in; in dsicm_bl_update_status()
[all …]
H A Dpanel-tpo-td043mtea1.c51 struct omap_dss_device dssdev;
52 struct omap_dss_device *in;
150 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable) in tpo_td043_set_hmirror()
159 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev) in tpo_td043_get_hmirror()
333 static int tpo_td043_connect(struct omap_dss_device *dssdev) in tpo_td043_connect()
336 struct omap_dss_device *in = ddata->in; in tpo_td043_connect()
344 static void tpo_td043_disconnect(struct omap_dss_device *dssdev) in tpo_td043_disconnect()
347 struct omap_dss_device *in = ddata->in; in tpo_td043_disconnect()
355 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable()
358 struct omap_dss_device *in = ddata->in; in tpo_td043_enable()
[all …]
H A Dpanel-sony-acx565akm.c55 struct omap_dss_device dssdev;
56 struct omap_dss_device *in;
504 static int acx565akm_connect(struct omap_dss_device *dssdev) in acx565akm_connect()
507 struct omap_dss_device *in = ddata->in; in acx565akm_connect()
515 static void acx565akm_disconnect(struct omap_dss_device *dssdev) in acx565akm_disconnect()
518 struct omap_dss_device *in = ddata->in; in acx565akm_disconnect()
526 static int acx565akm_panel_power_on(struct omap_dss_device *dssdev) in acx565akm_panel_power_on()
529 struct omap_dss_device *in = ddata->in; in acx565akm_panel_power_on()
582 static void acx565akm_panel_power_off(struct omap_dss_device *dssdev) in acx565akm_panel_power_off()
585 struct omap_dss_device *in = ddata->in; in acx565akm_panel_power_off()
[all …]
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doutput.c20 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device()
21 struct omap_dss_device *dssdev) in omapdss_output_set_device()
53 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device()
85 int omapdss_register_output(struct omap_dss_device *out) in omapdss_register_output()
92 void omapdss_unregister_output(struct omap_dss_device *out) in omapdss_unregister_output()
98 struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id) in omap_dss_get_output()
100 struct omap_dss_device *out; in omap_dss_get_output()
111 struct omap_dss_device *omap_dss_find_output(const char *name) in omap_dss_find_output()
113 struct omap_dss_device *out; in omap_dss_find_output()
124 struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port) in omap_dss_find_output_by_port_node()
[all …]
H A Ddisplay.c24 void omapdss_default_get_resolution(struct omap_dss_device *dssdev, in omapdss_default_get_resolution()
32 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev) in omapdss_default_get_recommended_bpp()
63 void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
72 struct omap_dss_device *dssdev = NULL; in dss_suspend_all_devices()
91 struct omap_dss_device *dssdev = NULL; in dss_resume_all_devices()
108 struct omap_dss_device *dssdev = NULL; in dss_disable_all_devices()
123 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
167 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
175 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
189 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
[all …]
H A Ddisplay-sysfs.c21 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf) in display_name_show()
28 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show()
34 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store()
61 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show()
68 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store()
88 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show()
103 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store()
141 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show()
150 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store()
169 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show()
[all …]
H A Dsdi.c34 struct omap_dss_device output;
104 static void sdi_config_lcd_manager(struct omap_dss_device *dssdev) in sdi_config_lcd_manager()
119 static int sdi_display_enable(struct omap_dss_device *dssdev) in sdi_display_enable()
121 struct omap_dss_device *out = &sdi.output; in sdi_display_enable()
206 static void sdi_display_disable(struct omap_dss_device *dssdev) in sdi_display_disable()
219 static void sdi_set_timings(struct omap_dss_device *dssdev, in sdi_set_timings()
225 static void sdi_get_timings(struct omap_dss_device *dssdev, in sdi_get_timings()
231 static int sdi_check_timings(struct omap_dss_device *dssdev, in sdi_check_timings()
245 static void sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs) in sdi_set_datapairs()
269 static int sdi_connect(struct omap_dss_device *dssdev, in sdi_connect()
[all …]
H A Dhdmi4.c109 static int hdmi_power_on_core(struct omap_dss_device *dssdev) in hdmi_power_on_core()
134 static void hdmi_power_off_core(struct omap_dss_device *dssdev) in hdmi_power_off_core()
142 static int hdmi_power_on_full(struct omap_dss_device *dssdev) in hdmi_power_on_full()
221 static void hdmi_power_off_full(struct omap_dss_device *dssdev) in hdmi_power_off_full()
238 static int hdmi_display_check_timing(struct omap_dss_device *dssdev, in hdmi_display_check_timing()
241 struct omap_dss_device *out = &hdmi.output; in hdmi_display_check_timing()
249 static void hdmi_display_set_timing(struct omap_dss_device *dssdev, in hdmi_display_set_timing()
261 static void hdmi_display_get_timings(struct omap_dss_device *dssdev, in hdmi_display_get_timings()
314 static int hdmi_display_enable(struct omap_dss_device *dssdev) in hdmi_display_enable()
316 struct omap_dss_device *out = &hdmi.output; in hdmi_display_enable()
[all …]
H A Dhdmi5.c126 static int hdmi_power_on_core(struct omap_dss_device *dssdev) in hdmi_power_on_core()
151 static void hdmi_power_off_core(struct omap_dss_device *dssdev) in hdmi_power_off_core()
159 static int hdmi_power_on_full(struct omap_dss_device *dssdev) in hdmi_power_on_full()
238 static void hdmi_power_off_full(struct omap_dss_device *dssdev) in hdmi_power_off_full()
255 static int hdmi_display_check_timing(struct omap_dss_device *dssdev, in hdmi_display_check_timing()
258 struct omap_dss_device *out = &hdmi.output; in hdmi_display_check_timing()
270 static void hdmi_display_set_timing(struct omap_dss_device *dssdev, in hdmi_display_set_timing()
282 static void hdmi_display_get_timings(struct omap_dss_device *dssdev, in hdmi_display_get_timings()
344 static int hdmi_display_enable(struct omap_dss_device *dssdev) in hdmi_display_enable()
346 struct omap_dss_device *out = &hdmi.output; in hdmi_display_enable()
[all …]
H A Ddpi.c45 struct omap_dss_device output;
50 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev) in dpi_get_data_from_dssdev()
325 struct omap_dss_device *out = &dpi->output; in dpi_set_mode()
358 struct omap_dss_device *out = &dpi->output; in dpi_config_lcd_manager()
373 static int dpi_display_enable(struct omap_dss_device *dssdev) in dpi_display_enable()
376 struct omap_dss_device *out = &dpi->output; in dpi_display_enable()
446 static void dpi_display_disable(struct omap_dss_device *dssdev) in dpi_display_disable()
468 static void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings()
482 static void dpi_get_timings(struct omap_dss_device *dssdev, in dpi_get_timings()
494 static int dpi_check_timings(struct omap_dss_device *dssdev, in dpi_check_timings()
[all …]

123