Home
last modified time | relevance | path

Searched defs:dssdev (Results 1 – 25 of 33) sorted by relevance

12

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c24 void omapdss_default_get_resolution(struct omap_dss_device *dssdev, in omapdss_default_get_resolution()
32 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev) in omapdss_default_get_recommended_bpp()
63 void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings()
72 struct omap_dss_device *dssdev = NULL; in dss_suspend_all_devices() local
91 struct omap_dss_device *dssdev = NULL; in dss_resume_all_devices() local
108 struct omap_dss_device *dssdev = NULL; in dss_disable_all_devices() local
123 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display()
167 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display()
175 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device()
189 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device()
[all …]
H A Ddisplay-sysfs.c21 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf) in display_name_show()
28 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show()
34 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store()
61 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show()
68 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store()
88 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show()
103 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store()
141 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show()
150 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store()
169 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show()
[all …]
H A Dhdmi4.c110 static int hdmi_power_on_core(struct omap_dss_device *dssdev) in hdmi_power_on_core()
135 static void hdmi_power_off_core(struct omap_dss_device *dssdev) in hdmi_power_off_core()
143 static int hdmi_power_on_full(struct omap_dss_device *dssdev) in hdmi_power_on_full()
222 static void hdmi_power_off_full(struct omap_dss_device *dssdev) in hdmi_power_off_full()
239 static int hdmi_display_check_timing(struct omap_dss_device *dssdev, in hdmi_display_check_timing()
250 static void hdmi_display_set_timing(struct omap_dss_device *dssdev, in hdmi_display_set_timing()
262 static void hdmi_display_get_timings(struct omap_dss_device *dssdev, in hdmi_display_get_timings()
315 static int hdmi_display_enable(struct omap_dss_device *dssdev) in hdmi_display_enable()
361 static void hdmi_display_disable(struct omap_dss_device *dssdev) in hdmi_display_disable()
379 static int hdmi_core_enable(struct omap_dss_device *dssdev) in hdmi_core_enable()
[all …]
H A Dhdmi5.c127 static int hdmi_power_on_core(struct omap_dss_device *dssdev) in hdmi_power_on_core()
152 static void hdmi_power_off_core(struct omap_dss_device *dssdev) in hdmi_power_off_core()
160 static int hdmi_power_on_full(struct omap_dss_device *dssdev) in hdmi_power_on_full()
239 static void hdmi_power_off_full(struct omap_dss_device *dssdev) in hdmi_power_off_full()
256 static int hdmi_display_check_timing(struct omap_dss_device *dssdev, in hdmi_display_check_timing()
271 static void hdmi_display_set_timing(struct omap_dss_device *dssdev, in hdmi_display_set_timing()
283 static void hdmi_display_get_timings(struct omap_dss_device *dssdev, in hdmi_display_get_timings()
345 static int hdmi_display_enable(struct omap_dss_device *dssdev) in hdmi_display_enable()
391 static void hdmi_display_disable(struct omap_dss_device *dssdev) in hdmi_display_disable()
409 static int hdmi_core_enable(struct omap_dss_device *dssdev) in hdmi_core_enable()
[all …]
H A Dsdi.c105 static void sdi_config_lcd_manager(struct omap_dss_device *dssdev) in sdi_config_lcd_manager()
120 static int sdi_display_enable(struct omap_dss_device *dssdev) in sdi_display_enable()
207 static void sdi_display_disable(struct omap_dss_device *dssdev) in sdi_display_disable()
220 static void sdi_set_timings(struct omap_dss_device *dssdev, in sdi_set_timings()
226 static void sdi_get_timings(struct omap_dss_device *dssdev, in sdi_get_timings()
232 static int sdi_check_timings(struct omap_dss_device *dssdev, in sdi_check_timings()
246 static void sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs) in sdi_set_datapairs()
270 static int sdi_connect(struct omap_dss_device *dssdev, in sdi_connect()
299 static void sdi_disconnect(struct omap_dss_device *dssdev, in sdi_disconnect()
H A Dvenc.c380 static int venc_power_on(struct omap_dss_device *dssdev) in venc_power_on()
431 static void venc_power_off(struct omap_dss_device *dssdev) in venc_power_off()
445 static int venc_display_enable(struct omap_dss_device *dssdev) in venc_display_enable()
474 static void venc_display_disable(struct omap_dss_device *dssdev) in venc_display_disable()
485 static void venc_set_timings(struct omap_dss_device *dssdev, in venc_set_timings()
503 static int venc_check_timings(struct omap_dss_device *dssdev, in venc_check_timings()
517 static void venc_get_timings(struct omap_dss_device *dssdev, in venc_get_timings()
527 static u32 venc_get_wss(struct omap_dss_device *dssdev) in venc_get_wss()
533 static int venc_set_wss(struct omap_dss_device *dssdev, u32 wss) in venc_set_wss()
562 static void venc_set_type(struct omap_dss_device *dssdev, in venc_set_type()
[all …]
H A Ddpi.c51 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev) in dpi_get_data_from_dssdev()
374 static int dpi_display_enable(struct omap_dss_device *dssdev) in dpi_display_enable()
447 static void dpi_display_disable(struct omap_dss_device *dssdev) in dpi_display_disable()
469 static void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings()
483 static void dpi_get_timings(struct omap_dss_device *dssdev, in dpi_get_timings()
495 static int dpi_check_timings(struct omap_dss_device *dssdev, in dpi_check_timings()
536 static void dpi_set_data_lines(struct omap_dss_device *dssdev, int data_lines) in dpi_set_data_lines()
649 static int dpi_connect(struct omap_dss_device *dssdev, in dpi_connect()
681 static void dpi_disconnect(struct omap_dss_device *dssdev, in dpi_disconnect()
H A Doutput.c21 struct omap_dss_device *dssdev) in omapdss_output_set_device()
149 struct omap_dss_device *omapdss_find_output_from_display(struct omap_dss_device *dssdev) in omapdss_find_output_from_display()
161 struct omap_overlay_manager *omapdss_find_mgr_from_display(struct omap_dss_device *dssdev) in omapdss_find_mgr_from_display()
H A Ddsi.c318 struct omap_dss_device *dssdev; member
406 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) in dsi_get_dsidev_from_dssdev()
464 static void dsi_bus_lock(struct omap_dss_device *dssdev) in dsi_bus_lock()
472 static void dsi_bus_unlock(struct omap_dss_device *dssdev) in dsi_bus_unlock()
2486 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel, in dsi_vc_enable_hs()
2614 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel) in dsi_vc_send_bta_sync()
2782 static int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel) in dsi_vc_send_null()
2820 static int dsi_vc_dcs_write_nosync(struct omap_dss_device *dssdev, int channel, in dsi_vc_dcs_write_nosync()
2829 static int dsi_vc_generic_write_nosync(struct omap_dss_device *dssdev, int channel, in dsi_vc_generic_write_nosync()
2838 static int dsi_vc_write_common(struct omap_dss_device *dssdev, int channel, in dsi_vc_write_common()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dconnector-hdmi.c38 struct omap_dss_device dssdev; member
50 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect()
63 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect()
76 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable()
101 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable()
116 static void hdmic_set_timings(struct omap_dss_device *dssdev, in hdmic_set_timings()
128 static void hdmic_get_timings(struct omap_dss_device *dssdev, in hdmic_get_timings()
136 static int hdmic_check_timings(struct omap_dss_device *dssdev, in hdmic_check_timings()
145 static int hdmic_read_edid(struct omap_dss_device *dssdev, in hdmic_read_edid()
154 static bool hdmic_detect(struct omap_dss_device *dssdev) in hdmic_detect()
[all …]
H A Dencoder-tpd12s015.c20 struct omap_dss_device dssdev; member
32 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect()
55 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect()
74 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable()
94 static void tpd_disable(struct omap_dss_device *dssdev) in tpd_disable()
107 static void tpd_set_timings(struct omap_dss_device *dssdev, in tpd_set_timings()
119 static void tpd_get_timings(struct omap_dss_device *dssdev, in tpd_get_timings()
127 static int tpd_check_timings(struct omap_dss_device *dssdev, in tpd_check_timings()
139 static int tpd_read_edid(struct omap_dss_device *dssdev, in tpd_read_edid()
158 static bool tpd_detect(struct omap_dss_device *dssdev) in tpd_detect()
[all …]
H A Dconnector-analog-tv.c17 struct omap_dss_device dssdev; member
45 static int tvc_connect(struct omap_dss_device *dssdev) in tvc_connect()
58 static void tvc_disconnect(struct omap_dss_device *dssdev) in tvc_disconnect()
71 static int tvc_enable(struct omap_dss_device *dssdev) in tvc_enable()
103 static void tvc_disable(struct omap_dss_device *dssdev) in tvc_disable()
118 static void tvc_set_timings(struct omap_dss_device *dssdev, in tvc_set_timings()
130 static void tvc_get_timings(struct omap_dss_device *dssdev, in tvc_get_timings()
138 static int tvc_check_timings(struct omap_dss_device *dssdev, in tvc_check_timings()
147 static u32 tvc_get_wss(struct omap_dss_device *dssdev) in tvc_get_wss()
155 static int tvc_set_wss(struct omap_dss_device *dssdev, u32 wss) in tvc_set_wss()
[all …]
H A Dencoder-opa362.c23 struct omap_dss_device dssdev; member
33 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect()
55 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect()
77 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable()
105 static void opa362_disable(struct omap_dss_device *dssdev) in opa362_disable()
123 static void opa362_set_timings(struct omap_dss_device *dssdev, in opa362_set_timings()
137 static void opa362_get_timings(struct omap_dss_device *dssdev, in opa362_get_timings()
147 static int opa362_check_timings(struct omap_dss_device *dssdev, in opa362_check_timings()
158 static void opa362_set_type(struct omap_dss_device *dssdev, in opa362_set_type()
184 struct omap_dss_device *dssdev, *in; in opa362_probe() local
[all …]
H A Dconnector-dvi.c40 struct omap_dss_device dssdev; member
50 static int dvic_connect(struct omap_dss_device *dssdev) in dvic_connect()
61 static void dvic_disconnect(struct omap_dss_device *dssdev) in dvic_disconnect()
72 static int dvic_enable(struct omap_dss_device *dssdev) in dvic_enable()
95 static void dvic_disable(struct omap_dss_device *dssdev) in dvic_disable()
108 static void dvic_set_timings(struct omap_dss_device *dssdev, in dvic_set_timings()
120 static void dvic_get_timings(struct omap_dss_device *dssdev, in dvic_get_timings()
128 static int dvic_check_timings(struct omap_dss_device *dssdev, in dvic_check_timings()
168 static int dvic_read_edid(struct omap_dss_device *dssdev, in dvic_read_edid()
199 static bool dvic_detect(struct omap_dss_device *dssdev) in dvic_detect()
[all …]
H A Dencoder-tfp410.c19 struct omap_dss_device dssdev; member
31 static int tfp410_connect(struct omap_dss_device *dssdev, in tfp410_connect()
51 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect()
71 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable()
99 static void tfp410_disable(struct omap_dss_device *dssdev) in tfp410_disable()
122 static void tfp410_set_timings(struct omap_dss_device *dssdev, in tfp410_set_timings()
136 static void tfp410_get_timings(struct omap_dss_device *dssdev, in tfp410_get_timings()
144 static int tfp410_check_timings(struct omap_dss_device *dssdev, in tfp410_check_timings()
170 struct omap_dss_device *dssdev; in tfp410_probe() local
223 struct omap_dss_device *dssdev = &ddata->dssdev; in tfp410_remove() local
H A Dpanel-dpi.c19 struct omap_dss_device dssdev; member
31 static int panel_dpi_connect(struct omap_dss_device *dssdev) in panel_dpi_connect()
42 static void panel_dpi_disconnect(struct omap_dss_device *dssdev) in panel_dpi_disconnect()
53 static int panel_dpi_enable(struct omap_dss_device *dssdev) in panel_dpi_enable()
80 static void panel_dpi_disable(struct omap_dss_device *dssdev) in panel_dpi_disable()
95 static void panel_dpi_set_timings(struct omap_dss_device *dssdev, in panel_dpi_set_timings()
107 static void panel_dpi_get_timings(struct omap_dss_device *dssdev, in panel_dpi_get_timings()
115 static int panel_dpi_check_timings(struct omap_dss_device *dssdev, in panel_dpi_check_timings()
177 struct omap_dss_device *dssdev; in panel_dpi_probe() local
217 struct omap_dss_device *dssdev = &ddata->dssdev; in panel_dpi_remove() local
H A Dpanel-lgphilips-lb035q02.c40 struct omap_dss_device dssdev; member
114 static int lb035q02_connect(struct omap_dss_device *dssdev) in lb035q02_connect()
132 static void lb035q02_disconnect(struct omap_dss_device *dssdev) in lb035q02_disconnect()
143 static int lb035q02_enable(struct omap_dss_device *dssdev) in lb035q02_enable()
171 static void lb035q02_disable(struct omap_dss_device *dssdev) in lb035q02_disable()
187 static void lb035q02_set_timings(struct omap_dss_device *dssdev, in lb035q02_set_timings()
199 static void lb035q02_get_timings(struct omap_dss_device *dssdev, in lb035q02_get_timings()
207 static int lb035q02_check_timings(struct omap_dss_device *dssdev, in lb035q02_check_timings()
258 struct omap_dss_device *dssdev; in lb035q02_panel_spi_probe() local
302 struct omap_dss_device *dssdev = &ddata->dssdev; in lb035q02_panel_spi_remove() local
H A Dpanel-sharp-ls037v7dw01.c19 struct omap_dss_device dssdev; member
57 static int sharp_ls_connect(struct omap_dss_device *dssdev) in sharp_ls_connect()
68 static void sharp_ls_disconnect(struct omap_dss_device *dssdev) in sharp_ls_disconnect()
79 static int sharp_ls_enable(struct omap_dss_device *dssdev) in sharp_ls_enable()
121 static void sharp_ls_disable(struct omap_dss_device *dssdev) in sharp_ls_disable()
147 static void sharp_ls_set_timings(struct omap_dss_device *dssdev, in sharp_ls_set_timings()
159 static void sharp_ls_get_timings(struct omap_dss_device *dssdev, in sharp_ls_get_timings()
167 static int sharp_ls_check_timings(struct omap_dss_device *dssdev, in sharp_ls_check_timings()
256 struct omap_dss_device *dssdev; in sharp_ls_probe() local
298 struct omap_dss_device *dssdev = &ddata->dssdev; in sharp_ls_remove() local
H A Dpanel-nec-nl8048hl11.c20 struct omap_dss_device dssdev; member
115 static int nec_8048_connect(struct omap_dss_device *dssdev) in nec_8048_connect()
126 static void nec_8048_disconnect(struct omap_dss_device *dssdev) in nec_8048_disconnect()
137 static int nec_8048_enable(struct omap_dss_device *dssdev) in nec_8048_enable()
165 static void nec_8048_disable(struct omap_dss_device *dssdev) in nec_8048_disable()
181 static void nec_8048_set_timings(struct omap_dss_device *dssdev, in nec_8048_set_timings()
193 static void nec_8048_get_timings(struct omap_dss_device *dssdev, in nec_8048_get_timings()
201 static int nec_8048_check_timings(struct omap_dss_device *dssdev, in nec_8048_check_timings()
227 struct omap_dss_device *dssdev; in nec_8048_probe() local
296 struct omap_dss_device *dssdev = &ddata->dssdev; in nec_8048_remove() local
H A Dpanel-tpo-td028ttec1.c22 struct omap_dss_device dssdev; member
157 static int td028ttec1_panel_connect(struct omap_dss_device *dssdev) in td028ttec1_panel_connect()
173 static void td028ttec1_panel_disconnect(struct omap_dss_device *dssdev) in td028ttec1_panel_disconnect()
184 static int td028ttec1_panel_enable(struct omap_dss_device *dssdev) in td028ttec1_panel_enable()
294 static void td028ttec1_panel_disable(struct omap_dss_device *dssdev) in td028ttec1_panel_disable()
314 static void td028ttec1_panel_set_timings(struct omap_dss_device *dssdev, in td028ttec1_panel_set_timings()
326 static void td028ttec1_panel_get_timings(struct omap_dss_device *dssdev, in td028ttec1_panel_get_timings()
334 static int td028ttec1_panel_check_timings(struct omap_dss_device *dssdev, in td028ttec1_panel_check_timings()
375 struct omap_dss_device *dssdev; in td028ttec1_panel_probe() local
430 struct omap_dss_device *dssdev = &ddata->dssdev; in td028ttec1_panel_remove() local
H A Dpanel-tpo-td043mtea1.c51 struct omap_dss_device dssdev; member
150 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable) in tpo_td043_set_hmirror()
159 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev) in tpo_td043_get_hmirror()
328 static int tpo_td043_connect(struct omap_dss_device *dssdev) in tpo_td043_connect()
339 static void tpo_td043_disconnect(struct omap_dss_device *dssdev) in tpo_td043_disconnect()
350 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable()
387 static void tpo_td043_disable(struct omap_dss_device *dssdev) in tpo_td043_disable()
403 static void tpo_td043_set_timings(struct omap_dss_device *dssdev, in tpo_td043_set_timings()
415 static void tpo_td043_get_timings(struct omap_dss_device *dssdev, in tpo_td043_get_timings()
423 static int tpo_td043_check_timings(struct omap_dss_device *dssdev, in tpo_td043_check_timings()
[all …]
H A Dpanel-sony-acx565akm.c55 struct omap_dss_device dssdev; member
500 static int acx565akm_connect(struct omap_dss_device *dssdev) in acx565akm_connect()
511 static void acx565akm_disconnect(struct omap_dss_device *dssdev) in acx565akm_disconnect()
522 static int acx565akm_panel_power_on(struct omap_dss_device *dssdev) in acx565akm_panel_power_on()
578 static void acx565akm_panel_power_off(struct omap_dss_device *dssdev) in acx565akm_panel_power_off()
609 static int acx565akm_enable(struct omap_dss_device *dssdev) in acx565akm_enable()
633 static void acx565akm_disable(struct omap_dss_device *dssdev) in acx565akm_disable()
649 static void acx565akm_set_timings(struct omap_dss_device *dssdev, in acx565akm_set_timings()
661 static void acx565akm_get_timings(struct omap_dss_device *dssdev, in acx565akm_get_timings()
669 static int acx565akm_check_timings(struct omap_dss_device *dssdev, in acx565akm_check_timings()
[all …]
H A Dpanel-dsi-cm.c39 struct omap_dss_device dssdev; member
367 static void dsicm_get_resolution(struct omap_dss_device *dssdev, in dsicm_get_resolution()
692 static int dsicm_connect(struct omap_dss_device *dssdev) in dsicm_connect()
729 static void dsicm_disconnect(struct omap_dss_device *dssdev) in dsicm_disconnect()
741 static int dsicm_enable(struct omap_dss_device *dssdev) in dsicm_enable()
781 static void dsicm_disable(struct omap_dss_device *dssdev) in dsicm_disable()
854 static int dsicm_update(struct omap_dss_device *dssdev, in dsicm_update()
902 static int dsicm_sync(struct omap_dss_device *dssdev) in dsicm_sync()
938 static int dsicm_enable_te(struct omap_dss_device *dssdev, bool enable) in dsicm_enable_te()
975 static int dsicm_get_te(struct omap_dss_device *dssdev) in dsicm_get_te()
[all …]
/linux/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c84 void dss_mgr_set_timings(struct omap_dss_device *dssdev, in dss_mgr_set_timings()
91 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev, in dss_mgr_set_lcd_config()
98 int dss_mgr_enable(struct omap_dss_device *dssdev) in dss_mgr_enable()
104 void dss_mgr_disable(struct omap_dss_device *dssdev) in dss_mgr_disable()
110 void dss_mgr_start_update(struct omap_dss_device *dssdev) in dss_mgr_start_update()
116 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_register_framedone_handler()
126 void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_unregister_framedone_handler()
H A Dbase.c31 void omapdss_device_register(struct omap_dss_device *dssdev) in omapdss_device_register()
38 void omapdss_device_unregister(struct omap_dss_device *dssdev) in omapdss_device_unregister()
47 struct omap_dss_device *dssdev; in omapdss_device_is_registered() local
63 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev) in omapdss_device_get()
71 void omapdss_device_put(struct omap_dss_device *dssdev) in omapdss_device_put()
78 struct omap_dss_device *dssdev; in omapdss_find_device_by_node() local
94 struct omap_dss_device *dssdev; in omapdss_device_next_output() local
136 static bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected()

12