drivers/gpu/drm/omapdrm/dss/base.c
136
static bool omapdss_device_is_connected(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/base.c
142
struct omap_dss_device *dst)
drivers/gpu/drm/omapdrm/dss/base.c
159
struct omap_dss_device *dst)
drivers/gpu/drm/omapdrm/dss/base.c
31
void omapdss_device_register(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/base.c
38
void omapdss_device_unregister(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/base.c
47
struct omap_dss_device *dssdev;
drivers/gpu/drm/omapdrm/dss/base.c
63
struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/base.c
71
void omapdss_device_put(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/base.c
76
struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node)
drivers/gpu/drm/omapdrm/dss/base.c
78
struct omap_dss_device *dssdev;
drivers/gpu/drm/omapdrm/dss/base.c
92
struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from)
drivers/gpu/drm/omapdrm/dss/base.c
94
struct omap_dss_device *dssdev;
drivers/gpu/drm/omapdrm/dss/dpi.c
44
struct omap_dss_device output;
drivers/gpu/drm/omapdrm/dss/dpi.c
618
struct omap_dss_device *out = &dpi->output;
drivers/gpu/drm/omapdrm/dss/dpi.c
660
struct omap_dss_device *out = &dpi->output;
drivers/gpu/drm/omapdrm/dss/dsi.c
1896
static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int vc,
drivers/gpu/drm/omapdrm/dss/dsi.c
2019
static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int vc)
drivers/gpu/drm/omapdrm/dss/dsi.c
2194
static int dsi_vc_write_common(struct omap_dss_device *dssdev, int vc,
drivers/gpu/drm/omapdrm/dss/dsi.c
2339
static int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int vc,
drivers/gpu/drm/omapdrm/dss/dsi.c
2373
static int dsi_vc_generic_read(struct omap_dss_device *dssdev, int vc,
drivers/gpu/drm/omapdrm/dss/dsi.c
3046
static void dsi_enable_video_output(struct omap_dss_device *dssdev, int vc)
drivers/gpu/drm/omapdrm/dss/dsi.c
3080
static void dsi_disable_video_output(struct omap_dss_device *dssdev, int vc)
drivers/gpu/drm/omapdrm/dss/dsi.c
3251
static int dsi_update_channel(struct omap_dss_device *dssdev, int vc)
drivers/gpu/drm/omapdrm/dss/dsi.c
3298
static int dsi_update_all(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/dsi.c
4053
static bool dsi_is_video_mode(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/dsi.c
4093
static int dsi_set_config(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/dsi.c
4191
struct omap_dss_device *dssdev = &dsi->output;
drivers/gpu/drm/omapdrm/dss/dsi.c
4660
struct omap_dss_device *dssdev = &dsi->output;
drivers/gpu/drm/omapdrm/dss/dsi.c
4679
struct omap_dss_device *dssdev = &dsi->output;
drivers/gpu/drm/omapdrm/dss/dsi.c
4721
struct omap_dss_device *out = &dsi->output;
drivers/gpu/drm/omapdrm/dss/dsi.c
4752
struct omap_dss_device *out = &dsi->output;
drivers/gpu/drm/omapdrm/dss/dsi.c
76
static inline struct dsi_data *to_dsi_data(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/dsi.h
445
struct omap_dss_device output;
drivers/gpu/drm/omapdrm/dss/hdmi.h
367
struct omap_dss_device output;
drivers/gpu/drm/omapdrm/dss/hdmi4.c
709
struct omap_dss_device *out = &hdmi->output;
drivers/gpu/drm/omapdrm/dss/hdmi4.c
734
struct omap_dss_device *out = &hdmi->output;
drivers/gpu/drm/omapdrm/dss/hdmi5.c
674
struct omap_dss_device *out = &hdmi->output;
drivers/gpu/drm/omapdrm/dss/hdmi5.c
699
struct omap_dss_device *out = &hdmi->output;
drivers/gpu/drm/omapdrm/dss/omapdss.h
197
int (*update)(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
198
bool (*is_video_mode)(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
239
void omapdss_device_register(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
240
void omapdss_device_unregister(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
241
struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
242
void omapdss_device_put(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
243
struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node);
drivers/gpu/drm/omapdrm/dss/omapdss.h
245
struct omap_dss_device *dst);
drivers/gpu/drm/omapdrm/dss/omapdss.h
247
struct omap_dss_device *dst);
drivers/gpu/drm/omapdrm/dss/omapdss.h
255
struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from);
drivers/gpu/drm/omapdrm/dss/omapdss.h
256
int omapdss_device_init_output(struct omap_dss_device *out,
drivers/gpu/drm/omapdrm/dss/omapdss.h
258
void omapdss_device_cleanup_output(struct omap_dss_device *out);
drivers/gpu/drm/omapdrm/dss/omapdss.h
296
void dss_mgr_set_timings(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/omapdss.h
298
void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/omapdss.h
300
int dss_mgr_enable(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
301
void dss_mgr_disable(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
302
void dss_mgr_start_update(struct omap_dss_device *dssdev);
drivers/gpu/drm/omapdrm/dss/omapdss.h
303
int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/omapdss.h
305
void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/omapdss.h
57
struct omap_dss_device;
drivers/gpu/drm/omapdrm/dss/output.c
104
void dss_mgr_disable(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/output.c
110
void dss_mgr_start_update(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/output.c
116
int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/output.c
126
void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/output.c
20
int omapdss_device_init_output(struct omap_dss_device *out,
drivers/gpu/drm/omapdrm/dss/output.c
77
void omapdss_device_cleanup_output(struct omap_dss_device *out)
drivers/gpu/drm/omapdrm/dss/output.c
84
void dss_mgr_set_timings(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/output.c
91
void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev,
drivers/gpu/drm/omapdrm/dss/output.c
98
int dss_mgr_enable(struct omap_dss_device *dssdev)
drivers/gpu/drm/omapdrm/dss/sdi.c
304
struct omap_dss_device *out = &sdi->output;
drivers/gpu/drm/omapdrm/dss/sdi.c
35
struct omap_dss_device output;
drivers/gpu/drm/omapdrm/dss/venc.c
262
struct omap_dss_device output;
drivers/gpu/drm/omapdrm/dss/venc.c
726
struct omap_dss_device *out = &venc->output;
drivers/gpu/drm/omapdrm/omap_crtc.c
353
struct omap_dss_device *dssdev = omap_crtc->pipe->output;
drivers/gpu/drm/omapdrm/omap_crtc.c
567
struct omap_dss_device *dssdev = omap_crtc->pipe->output;
drivers/gpu/drm/omapdrm/omap_crtc.h
20
struct omap_dss_device;
drivers/gpu/drm/omapdrm/omap_drv.c
324
struct omap_dss_device *output = NULL;
drivers/gpu/drm/omapdrm/omap_drv.c
377
static int omap_display_id(struct omap_dss_device *output)
drivers/gpu/drm/omapdrm/omap_drv.h
41
struct omap_dss_device *output;
drivers/gpu/drm/omapdrm/omap_encoder.c
120
struct omap_dss_device *output)
drivers/gpu/drm/omapdrm/omap_encoder.c
29
struct omap_dss_device *output;
drivers/gpu/drm/omapdrm/omap_encoder.c
77
struct omap_dss_device *output = omap_encoder->output;
drivers/gpu/drm/omapdrm/omap_encoder.h
14
struct omap_dss_device;
drivers/gpu/drm/omapdrm/omap_encoder.h
17
struct omap_dss_device *output);
drivers/media/platform/ti/omap/omap_vout.c
1047
struct omap_dss_device *dssdev = ovl->get_device(ovl);
drivers/media/platform/ti/omap/omap_vout.c
1065
struct omap_dss_device *dssdev = ovl->get_device(ovl);
drivers/media/platform/ti/omap/omap_vout.c
1099
struct omap_dss_device *dssdev = ovl->get_device(ovl);
drivers/media/platform/ti/omap/omap_vout.c
1198
struct omap_dss_device *dssdev;
drivers/media/platform/ti/omap/omap_vout.c
1312
struct omap_dss_device *display = ovl->get_device(ovl);
drivers/media/platform/ti/omap/omap_vout.c
1595
struct omap_dss_device *dssdev = NULL;
drivers/media/platform/ti/omap/omap_vout.c
1596
struct omap_dss_device *def_display;
drivers/media/platform/ti/omap/omap_vout.c
1688
struct omap_dss_device *display = vid_dev->displays[i];
drivers/media/platform/ti/omap/omap_vout.c
366
struct omap_dss_device *dssdev;
drivers/media/platform/ti/omap/omap_vout.c
427
struct omap_dss_device *dssdev;
drivers/media/platform/ti/omap/omap_vout.c
487
struct omap_dss_device *cur_display;
drivers/media/platform/ti/omap/omap_vout.c
614
struct omap_dss_device *dssdev;
drivers/media/platform/ti/omap/omap_vout.c
641
struct omap_dss_device *dssdev;
drivers/media/platform/ti/omap/omap_vout.c
823
struct omap_dss_device *dssdev;
drivers/media/platform/ti/omap/omap_voutdef.h
110
struct omap_dss_device *displays[MAX_DISPLAYS];
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
103
static void tvc_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
106
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
118
static void tvc_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
122
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
130
static void tvc_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
138
static int tvc_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
142
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
147
static u32 tvc_get_wss(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
150
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
155
static int tvc_set_wss(struct omap_dss_device *dssdev, u32 wss)
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
158
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
17
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
18
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
183
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
227
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
228
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
45
static int tvc_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
48
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
58
static void tvc_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
61
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
71
static int tvc_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c
74
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
108
static void dvic_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
112
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
120
static void dvic_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
128
static int dvic_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
132
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
168
static int dvic_read_edid(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
199
static bool dvic_detect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
234
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
265
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
309
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
310
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
40
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
41
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
50
static int dvic_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
53
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
61
static void dvic_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
64
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
72
static int dvic_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
75
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
95
static void dvic_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c
98
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
101
static void hdmic_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
104
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
116
static void hdmic_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
120
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
128
static void hdmic_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
136
static int hdmic_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
140
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
145
static int hdmic_read_edid(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
149
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
154
static bool hdmic_detect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
157
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
165
static int hdmic_set_hdmi_mode(struct omap_dss_device *dssdev, bool hdmi_mode)
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
168
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
173
static int hdmic_set_infoframe(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
177
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
204
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
255
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
256
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
38
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
39
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
50
static int hdmic_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
53
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
63
static void hdmic_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
66
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
76
static int hdmic_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c
79
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
105
static void opa362_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
108
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
123
static void opa362_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
127
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
137
static void opa362_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
147
static int opa362_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
151
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
158
static void opa362_set_type(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
184
struct omap_dss_device *dssdev, *in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
23
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
237
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
238
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
24
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
33
static int opa362_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
34
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
37
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
55
static void opa362_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
56
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
59
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
77
static int opa362_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c
80
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
102
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
122
static void tfp410_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
126
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
136
static void tfp410_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
144
static int tfp410_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
148
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
170
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
19
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
20
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
223
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
224
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
31
static int tfp410_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
32
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
35
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
51
static void tfp410_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
52
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
55
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
71
static int tfp410_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
74
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c
99
static void tfp410_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
107
static void tpd_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
111
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
119
static void tpd_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
127
static int tpd_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
131
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
139
static int tpd_read_edid(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
143
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
158
static bool tpd_detect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
165
static int tpd_set_infoframe(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
169
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
174
static int tpd_set_hdmi_mode(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
178
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
20
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
204
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
21
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
219
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
289
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
290
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
32
static int tpd_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
33
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
36
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
55
static void tpd_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
56
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
59
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
74
static int tpd_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
77
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
94
static void tpd_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c
97
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
107
static void panel_dpi_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
115
static int panel_dpi_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
119
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
142
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
177
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
19
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
20
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
217
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
218
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
31
static int panel_dpi_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
34
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
42
static void panel_dpi_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
45
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
53
static int panel_dpi_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
56
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
80
static void panel_dpi_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
83
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
95
static void panel_dpi_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c
99
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
1074
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
1075
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
108
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
1117
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
124
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
1242
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
130
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
139
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
194
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
241
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
275
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
332
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
367
static void dsicm_get_resolution(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
378
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
39
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
40
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
409
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
440
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
488
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
568
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
663
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
692
static int dsicm_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
695
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
729
static void dsicm_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
732
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
741
static int dsicm_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
744
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
781
static void dsicm_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
784
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
811
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
820
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
846
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
854
static int dsicm_update(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
858
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
902
static int dsicm_sync(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
905
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
921
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
938
static int dsicm_enable_te(struct omap_dss_device *dssdev, bool enable)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
941
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
975
static int dsicm_get_te(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
987
static int dsicm_memory_read(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
992
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
114
static int lb035q02_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
117
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
132
static void lb035q02_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
135
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
143
static int lb035q02_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
146
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
171
static void lb035q02_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
174
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
187
static void lb035q02_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
191
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
199
static void lb035q02_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
207
static int lb035q02_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
211
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
234
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
258
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
302
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
303
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
40
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c
41
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
115
static int nec_8048_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
118
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
126
static void nec_8048_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
129
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
137
static int nec_8048_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
140
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
165
static void nec_8048_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
168
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
181
static void nec_8048_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
185
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
193
static void nec_8048_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
20
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
201
static int nec_8048_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
205
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
21
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
227
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
296
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c
297
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
121
static void sharp_ls_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
124
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
147
static void sharp_ls_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
151
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
159
static void sharp_ls_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
167
static int sharp_ls_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
171
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
19
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
20
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
209
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
256
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
298
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
299
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
57
static int sharp_ls_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
60
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
68
static void sharp_ls_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
71
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
79
static int sharp_ls_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c
82
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
500
static int acx565akm_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
503
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
511
static void acx565akm_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
514
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
522
static int acx565akm_panel_power_on(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
525
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
55
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
56
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
578
static void acx565akm_panel_power_off(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
581
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
609
static int acx565akm_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
633
static void acx565akm_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
649
static void acx565akm_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
653
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
661
static void acx565akm_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
669
static int acx565akm_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
673
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
695
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
821
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c
822
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
157
static int td028ttec1_panel_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
160
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
173
static void td028ttec1_panel_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
176
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
184
static int td028ttec1_panel_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
187
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
22
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
23
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
294
static void td028ttec1_panel_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
297
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
314
static void td028ttec1_panel_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
318
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
326
static void td028ttec1_panel_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
334
static int td028ttec1_panel_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
338
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
359
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
375
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
430
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c
431
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
150
static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
159
static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
328
static int tpo_td043_connect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
331
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
339
static void tpo_td043_disconnect(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
342
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
350
static int tpo_td043_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
353
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
387
static void tpo_td043_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
390
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
403
static void tpo_td043_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
407
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
415
static void tpo_td043_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
423
static int tpo_td043_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
427
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
452
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
51
struct omap_dss_device dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
52
struct omap_dss_device *in;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
538
struct omap_dss_device *dssdev = &ddata->dssdev;
drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c
539
struct omap_dss_device *in = ddata->in;
drivers/video/fbdev/omap2/omapfb/dss/apply.c
1174
struct omap_dss_device *output)
drivers/video/fbdev/omap2/omapfb/dss/apply.c
414
static struct omap_dss_device *dss_mgr_get_device(struct omap_overlay_manager *mgr)
drivers/video/fbdev/omap2/omapfb/dss/apply.c
416
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/dss/apply.c
431
static struct omap_dss_device *dss_ovl_get_device(struct omap_overlay *ovl)
drivers/video/fbdev/omap2/omapfb/dss/apply.c
797
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/apply.c
803
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
103
static ssize_t display_timings_store(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
141
static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
150
static ssize_t display_rotate_store(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
169
static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
178
static ssize_t display_mirror_store(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
198
static ssize_t display_wss_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
21
static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
210
static ssize_t display_wss_store(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
235
ssize_t (*show)(struct omap_dss_device *, char *);
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
236
ssize_t (*store)(struct omap_dss_device *, const char *, size_t);
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
274
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
277
dssdev = container_of(kobj, struct omap_dss_device, kobj);
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
28
static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
289
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
292
dssdev = container_of(kobj, struct omap_dss_device, kobj);
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
313
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
336
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
34
static ssize_t display_enabled_store(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
61
static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
68
static ssize_t display_tear_store(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c
88
static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf)
drivers/video/fbdev/omap2/omapfb/dss/display.c
109
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/display.c
124
int omapdss_register_display(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/display.c
168
void omapdss_unregister_display(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/display.c
176
struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/display.c
190
void omap_dss_put_device(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/display.c
201
struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from)
drivers/video/fbdev/omap2/omapfb/dss/display.c
204
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/dss/display.c
214
dssdev = list_first_entry(&panel_list, struct omap_dss_device,
drivers/video/fbdev/omap2/omapfb/dss/display.c
223
dssdev = list_entry(l, struct omap_dss_device, panel_list);
drivers/video/fbdev/omap2/omapfb/dss/display.c
230
dssdev = list_entry(l->next, struct omap_dss_device,
drivers/video/fbdev/omap2/omapfb/dss/display.c
246
struct omap_dss_device *omap_dss_find_device(void *data,
drivers/video/fbdev/omap2/omapfb/dss/display.c
247
int (*match)(struct omap_dss_device *dssdev, void *data))
drivers/video/fbdev/omap2/omapfb/dss/display.c
249
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/display.c
25
void omapdss_default_get_resolution(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display.c
33
int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/display.c
64
void omapdss_default_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/display.c
73
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/display.c
92
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
325
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
358
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
373
static int dpi_display_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
376
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
446
static void dpi_display_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
45
struct omap_dss_device output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
468
static void dpi_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
482
static void dpi_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
494
static int dpi_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
50
static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
535
static void dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
648
static int dpi_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
649
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
680
static void dpi_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
681
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
711
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
727
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
736
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dpi.c
771
struct omap_dss_device *out = &dpi->output;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
211
static int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel);
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2486
static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2614
static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2782
static int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2820
static int dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2829
static int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2838
static int dsi_vc_write_common(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2867
static int dsi_vc_dcs_write(struct omap_dss_device *dssdev, int channel, u8 *data,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
2874
static int dsi_vc_generic_write(struct omap_dss_device *dssdev, int channel, u8 *data,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3046
static int dsi_vc_dcs_read(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3076
static int dsi_vc_generic_read(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3103
static int dsi_vc_set_max_rx_packet_size(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
318
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3743
static int dsi_configure_pins(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
381
struct omap_dss_device output;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3810
static int dsi_enable_video_output(struct omap_dss_device *dssdev, int channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3816
struct omap_dss_device *out = &dsi->output;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
3881
static void dsi_disable_video_output(struct omap_dss_device *dssdev, int channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4041
static int dsi_update(struct omap_dss_device *dssdev, int channel,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
406
static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
413
struct omap_dss_device *out;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4250
static int dsi_display_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4284
static void dsi_display_disable(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4308
static int dsi_enable_te(struct omap_dss_device *dssdev, bool enable)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
464
static void dsi_bus_lock(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
472
static void dsi_bus_unlock(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4791
static int dsi_set_config(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4890
static int dsi_request_vc(struct omap_dss_device *dssdev, int *channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4908
static int dsi_set_vc_id(struct omap_dss_device *dssdev, int channel, int vc_id)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4934
static void dsi_release_vc(struct omap_dss_device *dssdev, int channel)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4963
static int dsi_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4964
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4993
static void dsi_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
4994
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
5049
struct omap_dss_device *out = &dsi->output;
drivers/video/fbdev/omap2/omapfb/dss/dsi.c
5067
struct omap_dss_device *out = &dsi->output;
drivers/video/fbdev/omap2/omapfb/dss/dss-of.c
56
struct omap_dss_device *
drivers/video/fbdev/omap2/omapfb/dss/dss-of.c
61
struct omap_dss_device *src;
drivers/video/fbdev/omap2/omapfb/dss/dss.h
483
struct omap_dss_device *dst);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
485
struct omap_dss_device *dst);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
504
struct omap_dss_device *dst);
drivers/video/fbdev/omap2/omapfb/dss/dss.h
506
struct omap_dss_device *dst);
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
345
struct omap_dss_device output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
110
static int hdmi_power_on_core(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
135
static void hdmi_power_off_core(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
143
static int hdmi_power_on_full(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
222
static void hdmi_power_off_full(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
239
static int hdmi_display_check_timing(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
242
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
250
static void hdmi_display_set_timing(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
262
static void hdmi_display_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
315
static int hdmi_display_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
317
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
361
static void hdmi_display_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
379
static int hdmi_core_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
401
static void hdmi_core_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
412
static int hdmi_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
413
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
441
static void hdmi_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
442
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
455
static int hdmi_read_edid(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
475
static int hdmi_set_infoframe(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
482
static int hdmi_set_hdmi_mode(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
507
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
522
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
127
static int hdmi_power_on_core(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
152
static void hdmi_power_off_core(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
160
static int hdmi_power_on_full(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
239
static void hdmi_power_off_full(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
256
static int hdmi_display_check_timing(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
259
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
271
static void hdmi_display_set_timing(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
283
static void hdmi_display_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
345
static int hdmi_display_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
347
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
391
static void hdmi_display_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
409
static int hdmi_core_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
431
static void hdmi_core_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
442
static int hdmi_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
443
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
471
static void hdmi_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
472
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
485
static int hdmi_read_edid(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
507
static int hdmi_set_infoframe(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
514
static int hdmi_set_hdmi_mode(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
539
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c
554
struct omap_dss_device *out = &hdmi.output;
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
31
struct omap_dss_device *dssdev = mgr->get_device(mgr);
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
37
static int manager_display_match(struct omap_dss_device *dssdev, void *data)
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
49
struct omap_dss_device *dssdev = NULL;
drivers/video/fbdev/omap2/omapfb/dss/manager-sysfs.c
50
struct omap_dss_device *old_dssdev;
drivers/video/fbdev/omap2/omapfb/dss/output.c
101
struct omap_dss_device *out;
drivers/video/fbdev/omap2/omapfb/dss/output.c
112
struct omap_dss_device *omap_dss_find_output(const char *name)
drivers/video/fbdev/omap2/omapfb/dss/output.c
114
struct omap_dss_device *out;
drivers/video/fbdev/omap2/omapfb/dss/output.c
125
struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port)
drivers/video/fbdev/omap2/omapfb/dss/output.c
128
struct omap_dss_device *out;
drivers/video/fbdev/omap2/omapfb/dss/output.c
150
struct omap_dss_device *omapdss_find_output_from_display(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/output.c
162
struct omap_overlay_manager *omapdss_find_mgr_from_display(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/output.c
164
struct omap_dss_device *out;
drivers/video/fbdev/omap2/omapfb/dss/output.c
200
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/output.c
207
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/output.c
21
int omapdss_output_set_device(struct omap_dss_device *out,
drivers/video/fbdev/omap2/omapfb/dss/output.c
22
struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/output.c
54
int omapdss_output_unset_device(struct omap_dss_device *out)
drivers/video/fbdev/omap2/omapfb/dss/output.c
86
int omapdss_register_output(struct omap_dss_device *out)
drivers/video/fbdev/omap2/omapfb/dss/output.c
93
void omapdss_unregister_output(struct omap_dss_device *out)
drivers/video/fbdev/omap2/omapfb/dss/output.c
99
struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
104
static void sdi_config_lcd_manager(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
119
static int sdi_display_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
121
struct omap_dss_device *out = &sdi.output;
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
206
static void sdi_display_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
219
static void sdi_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
225
static void sdi_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
231
static int sdi_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
245
static void sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
269
static int sdi_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
270
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
298
static void sdi_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
299
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
328
struct omap_dss_device *out = &sdi.output;
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
34
struct omap_dss_device output;
drivers/video/fbdev/omap2/omapfb/dss/sdi.c
345
struct omap_dss_device *out = &sdi.output;
drivers/video/fbdev/omap2/omapfb/dss/venc.c
257
struct omap_dss_device output;
drivers/video/fbdev/omap2/omapfb/dss/venc.c
381
static int venc_power_on(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
432
static void venc_power_off(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
446
static int venc_display_enable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
448
struct omap_dss_device *out = &venc.output;
drivers/video/fbdev/omap2/omapfb/dss/venc.c
475
static void venc_display_disable(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
486
static void venc_set_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
504
static int venc_check_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
518
static void venc_get_timings(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
528
static u32 venc_get_wss(struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
534
static int venc_set_wss(struct omap_dss_device *dssdev, u32 wss)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
563
static void venc_set_type(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
573
static void venc_invert_vid_out_polarity(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
679
static int venc_connect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
680
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
708
static void venc_disconnect(struct omap_dss_device *dssdev,
drivers/video/fbdev/omap2/omapfb/dss/venc.c
709
struct omap_dss_device *dst)
drivers/video/fbdev/omap2/omapfb/dss/venc.c
742
struct omap_dss_device *out = &venc.output;
drivers/video/fbdev/omap2/omapfb/dss/venc.c
757
struct omap_dss_device *out = &venc.output;
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
205
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
280
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
300
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
343
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
477
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c
575
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1219
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1422
struct omap_dss_device *display;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1657
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1688
struct omap_dss_device *display)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1716
struct omap_dss_device *display)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1731
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1843
struct omap_dss_device *dssdev = fbdev->displays[i].dssdev;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
1998
struct omap_dss_device *display,
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2099
struct omap_dss_device *display, char *mode_str)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2135
struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2161
struct omap_dss_device *display;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2199
struct omap_dss_device *display,
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2228
static int omapfb_find_best_mode(struct omap_dss_device *display,
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2303
struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2353
struct omap_dss_device *def_dssdev)
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2365
struct omap_dss_device *dssdev = fbdev->displays[i].dssdev;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2400
static struct omap_dss_device *
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2415
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2432
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2454
struct omap_dss_device *def_display;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2455
struct omap_dss_device *dssdev;
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
51
struct omap_dss_device *dssdev);
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
657
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb-sysfs.c
428
struct omap_dss_device *display = fb2display(fbi);
drivers/video/fbdev/omap2/omapfb/omapfb.h
127
struct omap_dss_device *display);
drivers/video/fbdev/omap2/omapfb/omapfb.h
129
struct omap_dss_device *display);
drivers/video/fbdev/omap2/omapfb/omapfb.h
134
static inline struct omap_dss_device *fb2display(struct fb_info *fbi)
drivers/video/fbdev/omap2/omapfb/omapfb.h
150
struct omapfb2_device *fbdev, struct omap_dss_device *dssdev)
drivers/video/fbdev/omap2/omapfb/omapfb.h
71
struct omap_dss_device *dssdev;
include/video/omapfb_dss.h
353
struct omap_dss_device *(*get_device)(struct omap_overlay *ovl);
include/video/omapfb_dss.h
380
struct omap_dss_device *output;
include/video/omapfb_dss.h
394
struct omap_dss_device *output);
include/video/omapfb_dss.h
406
struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr);
include/video/omapfb_dss.h
438
int (*connect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
439
struct omap_dss_device *dst);
include/video/omapfb_dss.h
440
void (*disconnect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
441
struct omap_dss_device *dst);
include/video/omapfb_dss.h
443
int (*enable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
444
void (*disable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
446
int (*check_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
448
void (*set_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
450
void (*get_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
453
void (*set_data_lines)(struct omap_dss_device *dssdev, int data_lines);
include/video/omapfb_dss.h
457
int (*connect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
458
struct omap_dss_device *dst);
include/video/omapfb_dss.h
459
void (*disconnect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
460
struct omap_dss_device *dst);
include/video/omapfb_dss.h
462
int (*enable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
463
void (*disable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
465
int (*check_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
467
void (*set_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
469
void (*get_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
472
void (*set_datapairs)(struct omap_dss_device *dssdev, int datapairs);
include/video/omapfb_dss.h
476
int (*connect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
477
struct omap_dss_device *dst);
include/video/omapfb_dss.h
478
void (*disconnect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
479
struct omap_dss_device *dst);
include/video/omapfb_dss.h
481
int (*enable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
482
void (*disable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
484
int (*check_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
486
void (*set_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
488
void (*get_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
49
struct omap_dss_device;
include/video/omapfb_dss.h
493
int (*connect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
494
struct omap_dss_device *dst);
include/video/omapfb_dss.h
495
void (*disconnect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
496
struct omap_dss_device *dst);
include/video/omapfb_dss.h
498
int (*enable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
499
void (*disable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
501
int (*check_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
503
void (*set_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
505
void (*get_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
508
void (*set_type)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
510
void (*invert_vid_out_polarity)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
513
int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
include/video/omapfb_dss.h
514
u32 (*get_wss)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
518
int (*connect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
519
struct omap_dss_device *dst);
include/video/omapfb_dss.h
520
void (*disconnect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
521
struct omap_dss_device *dst);
include/video/omapfb_dss.h
523
int (*enable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
524
void (*disable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
526
int (*check_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
528
void (*set_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
530
void (*get_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
533
int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
include/video/omapfb_dss.h
534
bool (*detect)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
536
int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
include/video/omapfb_dss.h
537
int (*set_infoframe)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
542
int (*connect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
543
struct omap_dss_device *dst);
include/video/omapfb_dss.h
544
void (*disconnect)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
545
struct omap_dss_device *dst);
include/video/omapfb_dss.h
547
int (*enable)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
548
void (*disable)(struct omap_dss_device *dssdev, bool disconnect_lanes,
include/video/omapfb_dss.h
552
int (*set_config)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
554
int (*configure_pins)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
557
void (*enable_hs)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
559
int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
include/video/omapfb_dss.h
561
int (*update)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
564
void (*bus_lock)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
565
void (*bus_unlock)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
567
int (*enable_video_output)(struct omap_dss_device *dssdev, int channel);
include/video/omapfb_dss.h
568
void (*disable_video_output)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
571
int (*request_vc)(struct omap_dss_device *dssdev, int *channel);
include/video/omapfb_dss.h
572
int (*set_vc_id)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
574
void (*release_vc)(struct omap_dss_device *dssdev, int channel);
include/video/omapfb_dss.h
577
int (*dcs_write)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
579
int (*dcs_write_nosync)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
581
int (*dcs_read)(struct omap_dss_device *dssdev, int channel, u8 dcs_cmd,
include/video/omapfb_dss.h
584
int (*gen_write)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
586
int (*gen_write_nosync)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
588
int (*gen_read)(struct omap_dss_device *dssdev, int channel,
include/video/omapfb_dss.h
592
int (*bta_sync)(struct omap_dss_device *dssdev, int channel);
include/video/omapfb_dss.h
594
int (*set_max_rx_packet_size)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
665
struct omap_dss_device *src;
include/video/omapfb_dss.h
686
struct omap_dss_device *dst;
include/video/omapfb_dss.h
690
int (*probe)(struct omap_dss_device *);
include/video/omapfb_dss.h
691
void (*remove)(struct omap_dss_device *);
include/video/omapfb_dss.h
693
int (*connect)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
694
void (*disconnect)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
696
int (*enable)(struct omap_dss_device *display);
include/video/omapfb_dss.h
697
void (*disable)(struct omap_dss_device *display);
include/video/omapfb_dss.h
698
int (*run_test)(struct omap_dss_device *display, int test);
include/video/omapfb_dss.h
700
int (*update)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
702
int (*sync)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
704
int (*enable_te)(struct omap_dss_device *dssdev, bool enable);
include/video/omapfb_dss.h
705
int (*get_te)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
707
u8 (*get_rotate)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
708
int (*set_rotate)(struct omap_dss_device *dssdev, u8 rotate);
include/video/omapfb_dss.h
710
bool (*get_mirror)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
711
int (*set_mirror)(struct omap_dss_device *dssdev, bool enable);
include/video/omapfb_dss.h
713
int (*memory_read)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
717
void (*get_resolution)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
719
void (*get_dimensions)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
721
int (*get_recommended_bpp)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
723
int (*check_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
725
void (*set_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
727
void (*get_timings)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
730
int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
include/video/omapfb_dss.h
731
u32 (*get_wss)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
733
int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
include/video/omapfb_dss.h
734
bool (*detect)(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
736
int (*set_hdmi_mode)(struct omap_dss_device *dssdev, bool hdmi_mode);
include/video/omapfb_dss.h
737
int (*set_hdmi_infoframe)(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
753
int omapdss_register_display(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
754
void omapdss_unregister_display(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
756
struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
757
void omap_dss_put_device(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
758
struct omap_dss_device *omap_dss_get_next_device(struct omap_dss_device *from);
include/video/omapfb_dss.h
759
struct omap_dss_device *omap_dss_find_device(void *data,
include/video/omapfb_dss.h
760
int (*match)(struct omap_dss_device *dssdev, void *data));
include/video/omapfb_dss.h
780
int omapdss_register_output(struct omap_dss_device *output);
include/video/omapfb_dss.h
781
void omapdss_unregister_output(struct omap_dss_device *output);
include/video/omapfb_dss.h
782
struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id);
include/video/omapfb_dss.h
783
struct omap_dss_device *omap_dss_find_output(const char *name);
include/video/omapfb_dss.h
784
struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port);
include/video/omapfb_dss.h
785
int omapdss_output_set_device(struct omap_dss_device *out,
include/video/omapfb_dss.h
786
struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
787
int omapdss_output_unset_device(struct omap_dss_device *out);
include/video/omapfb_dss.h
789
struct omap_dss_device *omapdss_find_output_from_display(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
790
struct omap_overlay_manager *omapdss_find_mgr_from_display(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
792
void omapdss_default_get_resolution(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
794
int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev);
include/video/omapfb_dss.h
795
void omapdss_default_get_timings(struct omap_dss_device *dssdev,
include/video/omapfb_dss.h
804
static inline bool omapdss_device_is_connected(struct omap_dss_device *dssdev)
include/video/omapfb_dss.h
809
static inline bool omapdss_device_is_enabled(struct omap_dss_device *dssdev)
include/video/omapfb_dss.h
814
struct omap_dss_device *
include/video/omapfb_dss.h
832
static inline struct omap_dss_device
include/video/omapfb_dss.h
833
*omap_dss_get_device(struct omap_dss_device *dssdev)
include/video/omapfb_dss.h
836
static inline struct omap_dss_device
include/video/omapfb_dss.h
837
*omap_dss_get_next_device(struct omap_dss_device *from)
include/video/omapfb_dss.h
840
static inline void omap_dss_put_device(struct omap_dss_device *dssdev) {};