Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h64 struct omap_dss_device;
300 int (*connect)(struct omap_dss_device *dssdev,
301 struct omap_dss_device *dst);
302 void (*disconnect)(struct omap_dss_device *dssdev,
303 struct omap_dss_device *dst);
305 int (*enable)(struct omap_dss_device *dssdev);
306 void (*disable)(struct omap_dss_device *dssdev);
308 int (*check_timings)(struct omap_dss_device *dssdev,
310 void (*set_timings)(struct omap_dss_device *dssdev,
312 void (*get_timings)(struct omap_dss_device *dssdev,
[all …]
Doutput.c29 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device()
30 struct omap_dss_device *dssdev) in omapdss_output_set_device()
63 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device()
97 int omapdss_register_output(struct omap_dss_device *out) in omapdss_register_output()
104 void omapdss_unregister_output(struct omap_dss_device *out) in omapdss_unregister_output()
112 struct omap_dss_device *out; in omapdss_component_is_output()
123 struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id) in omap_dss_get_output()
125 struct omap_dss_device *out; in omap_dss_get_output()
136 struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port) in omap_dss_find_output_by_port_node()
139 struct omap_dss_device *out; in omap_dss_find_output_by_port_node()
[all …]
Ddisplay.c31 static void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
41 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
68 struct omap_dss_device *ldev = list_entry(cur, in omapdss_register_display()
69 struct omap_dss_device, in omapdss_register_display()
80 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
90 struct omap_dss_device *dssdev; in omapdss_component_is_display()
106 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
120 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
131 struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from) in omap_dss_get_next_device()
134 struct omap_dss_device *dssdev; in omap_dss_get_next_device()
[all …]
/Linux-v4.19/include/video/
Domapfb_dss.h53 struct omap_dss_device;
383 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl);
410 struct omap_dss_device *output;
424 struct omap_dss_device *output);
436 struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr);
468 int (*connect)(struct omap_dss_device *dssdev,
469 struct omap_dss_device *dst);
470 void (*disconnect)(struct omap_dss_device *dssdev,
471 struct omap_dss_device *dst);
473 int (*enable)(struct omap_dss_device *dssdev);
[all …]
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/displays/
Dconnector-hdmi.c40 struct omap_dss_device dssdev;
41 struct omap_dss_device *in;
52 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
55 struct omap_dss_device *in = ddata->in; in hdmic_connect()
70 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
73 struct omap_dss_device *in = ddata->in; in hdmic_disconnect()
83 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
86 struct omap_dss_device *in = ddata->in; in hdmic_enable()
108 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
111 struct omap_dss_device *in = ddata->in; in hdmic_disable()
[all …]
Dencoder-tpd12s015.c23 struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
35 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
36 struct omap_dss_device *dst) in tpd_connect()
39 struct omap_dss_device *in = ddata->in; in tpd_connect()
58 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
59 struct omap_dss_device *dst) in tpd_disconnect()
62 struct omap_dss_device *in = ddata->in; in tpd_disconnect()
77 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
80 struct omap_dss_device *in = ddata->in; in tpd_enable()
[all …]
Dconnector-analog-tv.c21 struct omap_dss_device dssdev;
22 struct omap_dss_device *in;
49 static int tvc_connect(struct omap_dss_device *dssdev) in tvc_connect()
52 struct omap_dss_device *in = ddata->in; in tvc_connect()
67 static void tvc_disconnect(struct omap_dss_device *dssdev) in tvc_disconnect()
70 struct omap_dss_device *in = ddata->in; in tvc_disconnect()
80 static int tvc_enable(struct omap_dss_device *dssdev) in tvc_enable()
83 struct omap_dss_device *in = ddata->in; in tvc_enable()
112 static void tvc_disable(struct omap_dss_device *dssdev) in tvc_disable()
115 struct omap_dss_device *in = ddata->in; in tvc_disable()
[all …]
Dencoder-opa362.c26 struct omap_dss_device dssdev;
27 struct omap_dss_device *in;
36 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect()
37 struct omap_dss_device *dst) in opa362_connect()
40 struct omap_dss_device *in = ddata->in; in opa362_connect()
58 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect()
59 struct omap_dss_device *dst) in opa362_disconnect()
62 struct omap_dss_device *in = ddata->in; in opa362_disconnect()
80 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable()
83 struct omap_dss_device *in = ddata->in; in opa362_enable()
[all …]
Dencoder-tfp410.c21 struct omap_dss_device dssdev;
22 struct omap_dss_device *in;
32 static int tfp410_connect(struct omap_dss_device *dssdev, in tfp410_connect()
33 struct omap_dss_device *dst) in tfp410_connect()
36 struct omap_dss_device *in = ddata->in; in tfp410_connect()
52 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
53 struct omap_dss_device *dst) in tfp410_disconnect()
56 struct omap_dss_device *in = ddata->in; in tfp410_disconnect()
72 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
75 struct omap_dss_device *in = ddata->in; in tfp410_enable()
[all …]
Dconnector-dvi.c43 struct omap_dss_device dssdev;
44 struct omap_dss_device *in;
53 static int dvic_connect(struct omap_dss_device *dssdev) in dvic_connect()
56 struct omap_dss_device *in = ddata->in; in dvic_connect()
69 static void dvic_disconnect(struct omap_dss_device *dssdev) in dvic_disconnect()
72 struct omap_dss_device *in = ddata->in; in dvic_disconnect()
80 static int dvic_enable(struct omap_dss_device *dssdev) in dvic_enable()
83 struct omap_dss_device *in = ddata->in; in dvic_enable()
103 static void dvic_disable(struct omap_dss_device *dssdev) in dvic_disable()
106 struct omap_dss_device *in = ddata->in; in dvic_disable()
[all …]
Dpanel-dpi.c24 struct omap_dss_device dssdev;
25 struct omap_dss_device *in;
39 static int panel_dpi_connect(struct omap_dss_device *dssdev) in panel_dpi_connect()
42 struct omap_dss_device *in = ddata->in; in panel_dpi_connect()
55 static void panel_dpi_disconnect(struct omap_dss_device *dssdev) in panel_dpi_disconnect()
58 struct omap_dss_device *in = ddata->in; in panel_dpi_disconnect()
66 static int panel_dpi_enable(struct omap_dss_device *dssdev) in panel_dpi_enable()
69 struct omap_dss_device *in = ddata->in; in panel_dpi_enable()
96 static void panel_dpi_disable(struct omap_dss_device *dssdev) in panel_dpi_disable()
99 struct omap_dss_device *in = ddata->in; in panel_dpi_disable()
[all …]
Dpanel-sharp-ls037v7dw01.c23 struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
61 static int sharp_ls_connect(struct omap_dss_device *dssdev) in sharp_ls_connect()
64 struct omap_dss_device *in = ddata->in; in sharp_ls_connect()
77 static void sharp_ls_disconnect(struct omap_dss_device *dssdev) in sharp_ls_disconnect()
80 struct omap_dss_device *in = ddata->in; in sharp_ls_disconnect()
88 static int sharp_ls_enable(struct omap_dss_device *dssdev) in sharp_ls_enable()
91 struct omap_dss_device *in = ddata->in; in sharp_ls_enable()
130 static void sharp_ls_disable(struct omap_dss_device *dssdev) in sharp_ls_disable()
133 struct omap_dss_device *in = ddata->in; in sharp_ls_disable()
[all …]
Dpanel-lgphilips-lb035q02.c43 struct omap_dss_device dssdev;
44 struct omap_dss_device *in;
120 static int lb035q02_connect(struct omap_dss_device *dssdev) in lb035q02_connect()
123 struct omap_dss_device *in = ddata->in; in lb035q02_connect()
138 static void lb035q02_disconnect(struct omap_dss_device *dssdev) in lb035q02_disconnect()
141 struct omap_dss_device *in = ddata->in; in lb035q02_disconnect()
149 static int lb035q02_enable(struct omap_dss_device *dssdev) in lb035q02_enable()
152 struct omap_dss_device *in = ddata->in; in lb035q02_enable()
180 static void lb035q02_disable(struct omap_dss_device *dssdev) in lb035q02_disable()
183 struct omap_dss_device *in = ddata->in; in lb035q02_disable()
[all …]
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dencoder-tpd12s015.c23 struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
39 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
40 struct omap_dss_device *dst) in tpd_connect()
43 struct omap_dss_device *in; in tpd_connect()
71 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
72 struct omap_dss_device *dst) in tpd_disconnect()
75 struct omap_dss_device *in = ddata->in; in tpd_disconnect()
94 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
97 struct omap_dss_device *in = ddata->in; in tpd_enable()
[all …]
Dconnector-analog-tv.c20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
45 static int tvc_connect(struct omap_dss_device *dssdev) in tvc_connect()
48 struct omap_dss_device *in; in tvc_connect()
72 static void tvc_disconnect(struct omap_dss_device *dssdev) in tvc_disconnect()
75 struct omap_dss_device *in = ddata->in; in tvc_disconnect()
88 static int tvc_enable(struct omap_dss_device *dssdev) in tvc_enable()
91 struct omap_dss_device *in = ddata->in; in tvc_enable()
113 static void tvc_disable(struct omap_dss_device *dssdev) in tvc_disable()
116 struct omap_dss_device *in = ddata->in; in tvc_disable()
[all …]
Dconnector-hdmi.c39 struct omap_dss_device dssdev;
40 struct omap_dss_device *in;
55 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
58 struct omap_dss_device *in; in hdmic_connect()
82 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
85 struct omap_dss_device *in = ddata->in; in hdmic_disconnect()
98 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
101 struct omap_dss_device *in = ddata->in; in hdmic_enable()
123 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
126 struct omap_dss_device *in = ddata->in; in hdmic_disable()
[all …]
Dencoder-opa362.c25 struct omap_dss_device dssdev;
26 struct omap_dss_device *in;
35 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect()
36 struct omap_dss_device *dst) in opa362_connect()
39 struct omap_dss_device *in; in opa362_connect()
66 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect()
67 struct omap_dss_device *dst) in opa362_disconnect()
70 struct omap_dss_device *in = ddata->in; in opa362_disconnect()
91 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable()
94 struct omap_dss_device *in = ddata->in; in opa362_enable()
[all …]
Dencoder-tfp410.c21 struct omap_dss_device dssdev;
22 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; in tfp410_connect()
60 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
61 struct omap_dss_device *dst) in tfp410_disconnect()
64 struct omap_dss_device *in = ddata->in; in tfp410_disconnect()
83 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
86 struct omap_dss_device *in = ddata->in; in tfp410_enable()
[all …]
Dpanel-dpi.c25 struct omap_dss_device dssdev;
26 struct omap_dss_device *in;
38 static int panel_dpi_connect(struct omap_dss_device *dssdev) in panel_dpi_connect()
41 struct omap_dss_device *in; in panel_dpi_connect()
63 static void panel_dpi_disconnect(struct omap_dss_device *dssdev) in panel_dpi_disconnect()
66 struct omap_dss_device *in = ddata->in; in panel_dpi_disconnect()
77 static int panel_dpi_enable(struct omap_dss_device *dssdev) in panel_dpi_enable()
80 struct omap_dss_device *in = ddata->in; in panel_dpi_enable()
109 static void panel_dpi_disable(struct omap_dss_device *dssdev) in panel_dpi_disable()
112 struct omap_dss_device *in = ddata->in; in panel_dpi_disable()
[all …]
Dconnector-dvi.c42 struct omap_dss_device dssdev;
43 struct omap_dss_device *in;
60 static int dvic_connect(struct omap_dss_device *dssdev) in dvic_connect()
63 struct omap_dss_device *in; in dvic_connect()
85 static void dvic_disconnect(struct omap_dss_device *dssdev) in dvic_disconnect()
88 struct omap_dss_device *in = ddata->in; in dvic_disconnect()
99 static int dvic_enable(struct omap_dss_device *dssdev) in dvic_enable()
102 struct omap_dss_device *in = ddata->in; in dvic_enable()
122 static void dvic_disable(struct omap_dss_device *dssdev) in dvic_disable()
125 struct omap_dss_device *in = ddata->in; in dvic_disable()
[all …]
Dpanel-lgphilips-lb035q02.c47 struct omap_dss_device dssdev;
48 struct omap_dss_device *in;
119 static int lb035q02_connect(struct omap_dss_device *dssdev) in lb035q02_connect()
122 struct omap_dss_device *in; in lb035q02_connect()
146 static void lb035q02_disconnect(struct omap_dss_device *dssdev) in lb035q02_disconnect()
149 struct omap_dss_device *in = ddata->in; in lb035q02_disconnect()
160 static int lb035q02_enable(struct omap_dss_device *dssdev) in lb035q02_enable()
163 struct omap_dss_device *in = ddata->in; in lb035q02_enable()
186 static void lb035q02_disable(struct omap_dss_device *dssdev) in lb035q02_disable()
189 struct omap_dss_device *in = ddata->in; in lb035q02_disable()
[all …]
Dpanel-sharp-ls037v7dw01.c23 struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
61 static int sharp_ls_connect(struct omap_dss_device *dssdev) in sharp_ls_connect()
64 struct omap_dss_device *in; in sharp_ls_connect()
86 static void sharp_ls_disconnect(struct omap_dss_device *dssdev) in sharp_ls_disconnect()
89 struct omap_dss_device *in = ddata->in; in sharp_ls_disconnect()
100 static int sharp_ls_enable(struct omap_dss_device *dssdev) in sharp_ls_enable()
103 struct omap_dss_device *in = ddata->in; in sharp_ls_enable()
140 static void sharp_ls_disable(struct omap_dss_device *dssdev) in sharp_ls_disable()
143 struct omap_dss_device *in = ddata->in; in sharp_ls_disable()
[all …]
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doutput.c31 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device()
32 struct omap_dss_device *dssdev) in omapdss_output_set_device()
64 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device()
96 int omapdss_register_output(struct omap_dss_device *out) in omapdss_register_output()
103 void omapdss_unregister_output(struct omap_dss_device *out) in omapdss_unregister_output()
109 struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id) in omap_dss_get_output()
111 struct omap_dss_device *out; in omap_dss_get_output()
122 struct omap_dss_device *omap_dss_find_output(const char *name) in omap_dss_find_output()
124 struct omap_dss_device *out; in omap_dss_find_output()
135 struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port) in omap_dss_find_output_by_port_node()
[all …]
Ddisplay.c35 void omapdss_default_get_resolution(struct omap_dss_device *dssdev, in omapdss_default_get_resolution()
43 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev) in omapdss_default_get_recommended_bpp()
74 void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
83 struct omap_dss_device *dssdev = NULL; in dss_suspend_all_devices()
102 struct omap_dss_device *dssdev = NULL; in dss_resume_all_devices()
119 struct omap_dss_device *dssdev = NULL; in dss_disable_all_devices()
134 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
178 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
186 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
200 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
[all …]
Ddisplay-sysfs.c31 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf) in display_name_show()
38 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show()
44 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store()
71 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show()
78 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store()
98 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show()
113 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store()
151 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show()
160 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store()
179 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show()
[all …]

123