| /linux-4.1.27/include/video/ | 
| D | omapdss.h | 59 struct omap_dss_device; 322 	struct omap_dss_device **devices; 323 	struct omap_dss_device *default_device; 444 	struct omap_dss_device *(*get_device)(struct omap_overlay *ovl); 472 	struct omap_dss_device *output; 486 		struct omap_dss_device *output); 498 	struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr); 530 	int (*connect)(struct omap_dss_device *dssdev, 531 			struct omap_dss_device *dst); 532 	void (*disconnect)(struct omap_dss_device *dssdev, [all …] 
 | 
| D | omap-panel-data.h | 33 struct omap_dss_device;
  | 
| /linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ | 
| D | connector-hdmi.c | 41 	struct omap_dss_device dssdev; 42 	struct omap_dss_device *in; 53 static int hdmic_connect(struct omap_dss_device *dssdev)  in hdmic_connect() 56 	struct omap_dss_device *in = ddata->in;  in hdmic_connect() 71 static void hdmic_disconnect(struct omap_dss_device *dssdev)  in hdmic_disconnect() 74 	struct omap_dss_device *in = ddata->in;  in hdmic_disconnect() 84 static int hdmic_enable(struct omap_dss_device *dssdev)  in hdmic_enable() 87 	struct omap_dss_device *in = ddata->in;  in hdmic_enable() 109 static void hdmic_disable(struct omap_dss_device *dssdev)  in hdmic_disable() 112 	struct omap_dss_device *in = ddata->in;  in hdmic_disable() [all …] 
 | 
| D | encoder-tpd12s015.c | 24 	struct omap_dss_device dssdev; 25 	struct omap_dss_device *in; 36 static int tpd_connect(struct omap_dss_device *dssdev,  in tpd_connect() 37 		struct omap_dss_device *dst)  in tpd_connect() 40 	struct omap_dss_device *in = ddata->in;  in tpd_connect() 57 static void tpd_disconnect(struct omap_dss_device *dssdev,  in tpd_disconnect() 58 		struct omap_dss_device *dst)  in tpd_disconnect() 61 	struct omap_dss_device *in = ddata->in;  in tpd_disconnect() 76 static int tpd_enable(struct omap_dss_device *dssdev)  in tpd_enable() 79 	struct omap_dss_device *in = ddata->in;  in tpd_enable() [all …] 
 | 
| D | connector-analog-tv.c | 21 	struct omap_dss_device dssdev; 22 	struct omap_dss_device *in; 54 static int tvc_connect(struct omap_dss_device *dssdev)  in tvc_connect() 57 	struct omap_dss_device *in = ddata->in;  in tvc_connect() 72 static void tvc_disconnect(struct omap_dss_device *dssdev)  in tvc_disconnect() 75 	struct omap_dss_device *in = ddata->in;  in tvc_disconnect() 85 static int tvc_enable(struct omap_dss_device *dssdev)  in tvc_enable() 88 	struct omap_dss_device *in = ddata->in;  in tvc_enable() 117 static void tvc_disable(struct omap_dss_device *dssdev)  in tvc_disable() 120 	struct omap_dss_device *in = ddata->in;  in tvc_disable() [all …] 
 | 
| D | encoder-opa362.c | 26 	struct omap_dss_device dssdev; 27 	struct omap_dss_device *in; 36 static int opa362_connect(struct omap_dss_device *dssdev,  in opa362_connect() 37 		struct omap_dss_device *dst)  in opa362_connect() 40 	struct omap_dss_device *in = ddata->in;  in opa362_connect() 58 static void opa362_disconnect(struct omap_dss_device *dssdev,  in opa362_disconnect() 59 		struct omap_dss_device *dst)  in opa362_disconnect() 62 	struct omap_dss_device *in = ddata->in;  in opa362_disconnect() 80 static int opa362_enable(struct omap_dss_device *dssdev)  in opa362_enable() 83 	struct omap_dss_device *in = ddata->in;  in opa362_enable() [all …] 
 | 
| D | encoder-tfp410.c | 22 	struct omap_dss_device dssdev; 23 	struct omap_dss_device *in; 33 static int tfp410_connect(struct omap_dss_device *dssdev,  in tfp410_connect() 34 		struct omap_dss_device *dst)  in tfp410_connect() 37 	struct omap_dss_device *in = ddata->in;  in tfp410_connect() 53 static void tfp410_disconnect(struct omap_dss_device *dssdev,  in tfp410_disconnect() 54 		struct omap_dss_device *dst)  in tfp410_disconnect() 57 	struct omap_dss_device *in = ddata->in;  in tfp410_disconnect() 73 static int tfp410_enable(struct omap_dss_device *dssdev)  in tfp410_enable() 76 	struct omap_dss_device *in = ddata->in;  in tfp410_enable() [all …] 
 | 
| D | connector-dvi.c | 44 	struct omap_dss_device dssdev; 45 	struct omap_dss_device *in; 54 static int dvic_connect(struct omap_dss_device *dssdev)  in dvic_connect() 57 	struct omap_dss_device *in = ddata->in;  in dvic_connect() 70 static void dvic_disconnect(struct omap_dss_device *dssdev)  in dvic_disconnect() 73 	struct omap_dss_device *in = ddata->in;  in dvic_disconnect() 81 static int dvic_enable(struct omap_dss_device *dssdev)  in dvic_enable() 84 	struct omap_dss_device *in = ddata->in;  in dvic_enable() 104 static void dvic_disable(struct omap_dss_device *dssdev)  in dvic_disable() 107 	struct omap_dss_device *in = ddata->in;  in dvic_disable() [all …] 
 | 
| D | panel-dpi.c | 24 	struct omap_dss_device dssdev; 25 	struct omap_dss_device *in; 39 static int panel_dpi_connect(struct omap_dss_device *dssdev)  in panel_dpi_connect() 42 	struct omap_dss_device *in = ddata->in;  in panel_dpi_connect() 55 static void panel_dpi_disconnect(struct omap_dss_device *dssdev)  in panel_dpi_disconnect() 58 	struct omap_dss_device *in = ddata->in;  in panel_dpi_disconnect() 66 static int panel_dpi_enable(struct omap_dss_device *dssdev)  in panel_dpi_enable() 69 	struct omap_dss_device *in = ddata->in;  in panel_dpi_enable() 97 static void panel_dpi_disable(struct omap_dss_device *dssdev)  in panel_dpi_disable() 100 	struct omap_dss_device *in = ddata->in;  in panel_dpi_disable() [all …] 
 | 
| D | panel-nec-nl8048hl11.c | 25 	struct omap_dss_device	dssdev; 26 	struct omap_dss_device *in; 121 static int nec_8048_connect(struct omap_dss_device *dssdev)  in nec_8048_connect() 124 	struct omap_dss_device *in = ddata->in;  in nec_8048_connect() 137 static void nec_8048_disconnect(struct omap_dss_device *dssdev)  in nec_8048_disconnect() 140 	struct omap_dss_device *in = ddata->in;  in nec_8048_disconnect() 148 static int nec_8048_enable(struct omap_dss_device *dssdev)  in nec_8048_enable() 151 	struct omap_dss_device *in = ddata->in;  in nec_8048_enable() 176 static void nec_8048_disable(struct omap_dss_device *dssdev)  in nec_8048_disable() 179 	struct omap_dss_device *in = ddata->in;  in nec_8048_disable() [all …] 
 | 
| D | panel-lgphilips-lb035q02.c | 44 	struct omap_dss_device dssdev; 45 	struct omap_dss_device *in; 121 static int lb035q02_connect(struct omap_dss_device *dssdev)  in lb035q02_connect() 124 	struct omap_dss_device *in = ddata->in;  in lb035q02_connect() 139 static void lb035q02_disconnect(struct omap_dss_device *dssdev)  in lb035q02_disconnect() 142 	struct omap_dss_device *in = ddata->in;  in lb035q02_disconnect() 150 static int lb035q02_enable(struct omap_dss_device *dssdev)  in lb035q02_enable() 153 	struct omap_dss_device *in = ddata->in;  in lb035q02_enable() 181 static void lb035q02_disable(struct omap_dss_device *dssdev)  in lb035q02_disable() 184 	struct omap_dss_device *in = ddata->in;  in lb035q02_disable() [all …] 
 | 
| D | panel-sharp-ls037v7dw01.c | 24 	struct omap_dss_device dssdev; 25 	struct omap_dss_device *in; 62 static int sharp_ls_connect(struct omap_dss_device *dssdev)  in sharp_ls_connect() 65 	struct omap_dss_device *in = ddata->in;  in sharp_ls_connect() 78 static void sharp_ls_disconnect(struct omap_dss_device *dssdev)  in sharp_ls_disconnect() 81 	struct omap_dss_device *in = ddata->in;  in sharp_ls_disconnect() 89 static int sharp_ls_enable(struct omap_dss_device *dssdev)  in sharp_ls_enable() 92 	struct omap_dss_device *in = ddata->in;  in sharp_ls_enable() 131 static void sharp_ls_disable(struct omap_dss_device *dssdev)  in sharp_ls_disable() 134 	struct omap_dss_device *in = ddata->in;  in sharp_ls_disable() [all …] 
 | 
| D | panel-tpo-td028ttec1.c | 35 	struct omap_dss_device dssdev; 36 	struct omap_dss_device *in; 170 static int td028ttec1_panel_connect(struct omap_dss_device *dssdev)  in td028ttec1_panel_connect() 173 	struct omap_dss_device *in = ddata->in;  in td028ttec1_panel_connect() 186 static void td028ttec1_panel_disconnect(struct omap_dss_device *dssdev)  in td028ttec1_panel_disconnect() 189 	struct omap_dss_device *in = ddata->in;  in td028ttec1_panel_disconnect() 197 static int td028ttec1_panel_enable(struct omap_dss_device *dssdev)  in td028ttec1_panel_enable() 200 	struct omap_dss_device *in = ddata->in;  in td028ttec1_panel_enable() 307 static void td028ttec1_panel_disable(struct omap_dss_device *dssdev)  in td028ttec1_panel_disable() 310 	struct omap_dss_device *in = ddata->in;  in td028ttec1_panel_disable() [all …] 
 | 
| D | panel-dsi-cm.c | 43 	struct omap_dss_device dssdev; 44 	struct omap_dss_device *in; 114 	struct omap_dss_device *in = ddata->in;  in dsicm_dcs_read_1() 130 	struct omap_dss_device *in = ddata->in;  in dsicm_dcs_write_0() 136 	struct omap_dss_device *in = ddata->in;  in dsicm_dcs_write_1() 145 	struct omap_dss_device *in = ddata->in;  in dsicm_sleep_in() 200 	struct omap_dss_device *in = ddata->in;  in dsicm_set_update_window() 247 	struct omap_dss_device *in = ddata->in;  in dsicm_enter_ulps() 281 	struct omap_dss_device *in = ddata->in;  in dsicm_exit_ulps() 338 	struct omap_dss_device *in = ddata->in;  in dsicm_bl_update_status() [all …] 
 | 
| D | panel-tpo-td043mtea1.c | 57 	struct omap_dss_device	dssdev; 58 	struct omap_dss_device *in; 156 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable)  in tpo_td043_set_hmirror() 165 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev)  in tpo_td043_get_hmirror() 341 static int tpo_td043_connect(struct omap_dss_device *dssdev)  in tpo_td043_connect() 344 	struct omap_dss_device *in = ddata->in;  in tpo_td043_connect() 357 static void tpo_td043_disconnect(struct omap_dss_device *dssdev)  in tpo_td043_disconnect() 360 	struct omap_dss_device *in = ddata->in;  in tpo_td043_disconnect() 368 static int tpo_td043_enable(struct omap_dss_device *dssdev)  in tpo_td043_enable() 371 	struct omap_dss_device *in = ddata->in;  in tpo_td043_enable() [all …] 
 | 
| D | panel-sony-acx565akm.c | 68 	struct omap_dss_device	dssdev; 69 	struct omap_dss_device *in; 516 static int acx565akm_connect(struct omap_dss_device *dssdev)  in acx565akm_connect() 519 	struct omap_dss_device *in = ddata->in;  in acx565akm_connect() 532 static void acx565akm_disconnect(struct omap_dss_device *dssdev)  in acx565akm_disconnect() 535 	struct omap_dss_device *in = ddata->in;  in acx565akm_disconnect() 543 static int acx565akm_panel_power_on(struct omap_dss_device *dssdev)  in acx565akm_panel_power_on() 546 	struct omap_dss_device *in = ddata->in;  in acx565akm_panel_power_on() 594 static void acx565akm_panel_power_off(struct omap_dss_device *dssdev)  in acx565akm_panel_power_off() 597 	struct omap_dss_device *in = ddata->in;  in acx565akm_panel_power_off() [all …] 
 | 
| /linux-4.1.27/drivers/video/fbdev/omap2/dss/ | 
| D | output.c | 31 int omapdss_output_set_device(struct omap_dss_device *out,  in omapdss_output_set_device() 32 		struct omap_dss_device *dssdev)  in omapdss_output_set_device() 64 int omapdss_output_unset_device(struct omap_dss_device *out)  in omapdss_output_unset_device() 96 int omapdss_register_output(struct omap_dss_device *out)  in omapdss_register_output() 103 void omapdss_unregister_output(struct omap_dss_device *out)  in omapdss_unregister_output() 109 struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id)  in omap_dss_get_output() 111 	struct omap_dss_device *out;  in omap_dss_get_output() 122 struct omap_dss_device *omap_dss_find_output(const char *name)  in omap_dss_find_output() 124 	struct omap_dss_device *out;  in omap_dss_find_output() 135 struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port)  in omap_dss_find_output_by_port_node() [all …] 
 | 
| D | display.c | 35 void omapdss_default_get_resolution(struct omap_dss_device *dssdev,  in omapdss_default_get_resolution() 43 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev)  in omapdss_default_get_recommended_bpp() 74 void omapdss_default_get_timings(struct omap_dss_device *dssdev,  in omapdss_default_get_timings() 83 	struct omap_dss_device *dssdev = NULL;  in dss_suspend_all_devices() 102 	struct omap_dss_device *dssdev = NULL;  in dss_resume_all_devices() 119 	struct omap_dss_device *dssdev = NULL;  in dss_disable_all_devices() 134 int omapdss_register_display(struct omap_dss_device *dssdev)  in omapdss_register_display() 178 void omapdss_unregister_display(struct omap_dss_device *dssdev)  in omapdss_unregister_display() 186 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev)  in omap_dss_get_device() 200 void omap_dss_put_device(struct omap_dss_device *dssdev)  in omap_dss_put_device() [all …] 
 | 
| D | display-sysfs.c | 31 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf)  in display_name_show() 38 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf)  in display_enabled_show() 44 static ssize_t display_enabled_store(struct omap_dss_device *dssdev,  in display_enabled_store() 71 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf)  in display_tear_show() 78 static ssize_t display_tear_store(struct omap_dss_device *dssdev,  in display_tear_store() 98 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf)  in display_timings_show() 113 static ssize_t display_timings_store(struct omap_dss_device *dssdev,  in display_timings_store() 151 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf)  in display_rotate_show() 160 static ssize_t display_rotate_store(struct omap_dss_device *dssdev,  in display_rotate_store() 179 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf)  in display_mirror_show() [all …] 
 | 
| D | sdi.c | 44 	struct omap_dss_device output; 114 static void sdi_config_lcd_manager(struct omap_dss_device *dssdev)  in sdi_config_lcd_manager() 129 static int sdi_display_enable(struct omap_dss_device *dssdev)  in sdi_display_enable() 131 	struct omap_dss_device *out = &sdi.output;  in sdi_display_enable() 216 static void sdi_display_disable(struct omap_dss_device *dssdev)  in sdi_display_disable() 229 static void sdi_set_timings(struct omap_dss_device *dssdev,  in sdi_set_timings() 235 static void sdi_get_timings(struct omap_dss_device *dssdev,  in sdi_get_timings() 241 static int sdi_check_timings(struct omap_dss_device *dssdev,  in sdi_check_timings() 255 static void sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs)  in sdi_set_datapairs() 279 static int sdi_connect(struct omap_dss_device *dssdev,  in sdi_connect() [all …] 
 | 
| D | hdmi4.c | 130 static int hdmi_power_on_core(struct omap_dss_device *dssdev)  in hdmi_power_on_core() 155 static void hdmi_power_off_core(struct omap_dss_device *dssdev)  in hdmi_power_off_core() 163 static int hdmi_power_on_full(struct omap_dss_device *dssdev)  in hdmi_power_on_full() 242 static void hdmi_power_off_full(struct omap_dss_device *dssdev)  in hdmi_power_off_full() 259 static int hdmi_display_check_timing(struct omap_dss_device *dssdev,  in hdmi_display_check_timing() 262 	struct omap_dss_device *out = &hdmi.output;  in hdmi_display_check_timing() 270 static void hdmi_display_set_timing(struct omap_dss_device *dssdev,  in hdmi_display_set_timing() 282 static void hdmi_display_get_timings(struct omap_dss_device *dssdev,  in hdmi_display_get_timings() 323 static int hdmi_display_enable(struct omap_dss_device *dssdev)  in hdmi_display_enable() 325 	struct omap_dss_device *out = &hdmi.output;  in hdmi_display_enable() [all …] 
 | 
| D | hdmi5.c | 147 static int hdmi_power_on_core(struct omap_dss_device *dssdev)  in hdmi_power_on_core() 172 static void hdmi_power_off_core(struct omap_dss_device *dssdev)  in hdmi_power_off_core() 180 static int hdmi_power_on_full(struct omap_dss_device *dssdev)  in hdmi_power_on_full() 259 static void hdmi_power_off_full(struct omap_dss_device *dssdev)  in hdmi_power_off_full() 276 static int hdmi_display_check_timing(struct omap_dss_device *dssdev,  in hdmi_display_check_timing() 279 	struct omap_dss_device *out = &hdmi.output;  in hdmi_display_check_timing() 291 static void hdmi_display_set_timing(struct omap_dss_device *dssdev,  in hdmi_display_set_timing() 303 static void hdmi_display_get_timings(struct omap_dss_device *dssdev,  in hdmi_display_get_timings() 351 static int hdmi_display_enable(struct omap_dss_device *dssdev)  in hdmi_display_enable() 353 	struct omap_dss_device *out = &hdmi.output;  in hdmi_display_enable() [all …] 
 | 
| D | dpi.c | 55 	struct omap_dss_device output; 60 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev)  in dpi_get_data_from_dssdev() 335 	struct omap_dss_device *out = &dpi->output;  in dpi_set_mode() 368 	struct omap_dss_device *out = &dpi->output;  in dpi_config_lcd_manager() 383 static int dpi_display_enable(struct omap_dss_device *dssdev)  in dpi_display_enable() 386 	struct omap_dss_device *out = &dpi->output;  in dpi_display_enable() 456 static void dpi_display_disable(struct omap_dss_device *dssdev)  in dpi_display_disable() 478 static void dpi_set_timings(struct omap_dss_device *dssdev,  in dpi_set_timings() 492 static void dpi_get_timings(struct omap_dss_device *dssdev,  in dpi_get_timings() 504 static int dpi_check_timings(struct omap_dss_device *dssdev,  in dpi_check_timings() [all …] 
 | 
| D | venc.c | 308 	struct omap_dss_device output; 431 static int venc_power_on(struct omap_dss_device *dssdev)  in venc_power_on() 482 static void venc_power_off(struct omap_dss_device *dssdev)  in venc_power_off() 496 static int venc_display_enable(struct omap_dss_device *dssdev)  in venc_display_enable() 498 	struct omap_dss_device *out = &venc.output;  in venc_display_enable() 525 static void venc_display_disable(struct omap_dss_device *dssdev)  in venc_display_disable() 536 static void venc_set_timings(struct omap_dss_device *dssdev,  in venc_set_timings() 554 static int venc_check_timings(struct omap_dss_device *dssdev,  in venc_check_timings() 568 static void venc_get_timings(struct omap_dss_device *dssdev,  in venc_get_timings() 578 static u32 venc_get_wss(struct omap_dss_device *dssdev)  in venc_get_wss() [all …] 
 | 
| D | rfbi.c | 111 	struct omap_dss_device *dssdev[2]; 120 	struct omap_dss_device output; 304 static int rfbi_transfer_area(struct omap_dss_device *dssdev,  in rfbi_transfer_area() 765 static int rfbi_configure(struct omap_dss_device *dssdev)  in rfbi_configure() 771 static int rfbi_update(struct omap_dss_device *dssdev, void (*callback)(void *),  in rfbi_update() 777 static void rfbi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h)  in rfbi_set_size() 783 static void rfbi_set_pixel_size(struct omap_dss_device *dssdev, int pixel_size)  in rfbi_set_pixel_size() 788 static void rfbi_set_data_lines(struct omap_dss_device *dssdev, int data_lines)  in rfbi_set_data_lines() 793 static void rfbi_set_interface_timings(struct omap_dss_device *dssdev,  in rfbi_set_interface_timings() 839 static void rfbi_config_lcd_manager(struct omap_dss_device *dssdev)  in rfbi_config_lcd_manager() [all …] 
 | 
| D | dss-of.c | 156 struct omap_dss_device * 161 	struct omap_dss_device *src;  in omapdss_of_find_source_for_first_ep()
  | 
| D | dsi.c | 220 static int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel); 327 		struct omap_dss_device *dssdev; 390 	struct omap_dss_device output; 415 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev)  in dsi_get_dsidev_from_dssdev() 422 	struct omap_dss_device *out;  in dsi_get_dsidev_from_id() 473 static void dsi_bus_lock(struct omap_dss_device *dssdev)  in dsi_bus_lock() 481 static void dsi_bus_unlock(struct omap_dss_device *dssdev)  in dsi_bus_unlock() 2499 static void dsi_vc_enable_hs(struct omap_dss_device *dssdev, int channel,  in dsi_vc_enable_hs() 2627 static int dsi_vc_send_bta_sync(struct omap_dss_device *dssdev, int channel)  in dsi_vc_send_bta_sync() 2795 static int dsi_vc_send_null(struct omap_dss_device *dssdev, int channel)  in dsi_vc_send_null() [all …] 
 | 
| D | manager-sysfs.c | 41 	struct omap_dss_device *dssdev = mgr->get_device(mgr);  in manager_display_show() 47 static int manager_display_match(struct omap_dss_device *dssdev, void *data)  in manager_display_match() 59 	struct omap_dss_device *dssdev = NULL;  in manager_display_store() 60 	struct omap_dss_device *old_dssdev;  in manager_display_store()
  | 
| D | apply.c | 426 static struct omap_dss_device *dss_mgr_get_device(struct omap_overlay_manager *mgr)  in dss_mgr_get_device() 428 	struct omap_dss_device *dssdev;  in dss_mgr_get_device() 443 static struct omap_dss_device *dss_ovl_get_device(struct omap_overlay *ovl)  in dss_ovl_get_device() 809 		struct omap_dss_device *dst)  in dss_mgr_connect_compat() 815 		struct omap_dss_device *dst)  in dss_mgr_disconnect_compat() 1186 		struct omap_dss_device *output)  in dss_mgr_set_output()
  | 
| D | hdmi.h | 356 	struct omap_dss_device output;
  | 
| /linux-4.1.27/drivers/gpu/drm/omapdrm/ | 
| D | omap_encoder.c | 43 	struct omap_dss_device *dssdev; 46 struct omap_dss_device *omap_encoder_get_dssdev(struct drm_encoder *encoder)  in omap_encoder_get_dssdev() 96 	struct omap_dss_device *dssdev = omap_encoder->dssdev;  in omap_encoder_mode_set() 145 	struct omap_dss_device *dssdev = omap_encoder->dssdev;  in omap_encoder_set_enabled() 162 	struct omap_dss_device *dssdev = omap_encoder->dssdev;  in omap_encoder_update() 194 		struct omap_dss_device *dssdev)  in omap_encoder_init()
  | 
| D | omap_connector.c | 33 	struct omap_dss_device *dssdev; 112 	struct omap_dss_device *dssdev = omap_connector->dssdev;  in omap_connector_detect() 138 	struct omap_dss_device *dssdev = omap_connector->dssdev;  in omap_connector_destroy() 153 	struct omap_dss_device *dssdev = omap_connector->dssdev;  in omap_connector_get_modes() 204 	struct omap_dss_device *dssdev = omap_connector->dssdev;  in omap_connector_mode_valid() 276 		int connector_type, struct omap_dss_device *dssdev,  in omap_connector_init()
  | 
| D | omap_drv.c | 63 static int get_connector_type(struct omap_dss_device *dssdev)  in get_connector_type() 91 	struct omap_dss_device *dssdev = NULL;  in omap_disconnect_dssdevs() 100 	struct omap_dss_device *dssdev = NULL;  in omap_connect_dssdevs() 157 	struct omap_dss_device *dssdev = NULL;  in omap_modeset_init() 290 		struct omap_dss_device *dssdev =  in omap_modeset_init() 292 		struct omap_dss_device *output;  in omap_modeset_init()
  | 
| D | omap_drv.h | 181 		struct omap_dss_device *dssdev); 188 		int connector_type, struct omap_dss_device *dssdev, 271 struct omap_dss_device *omap_encoder_get_dssdev(struct drm_encoder *encoder);
  | 
| D | omap_crtc.c | 120 		struct omap_dss_device *dst)  in omap_crtc_connect() 135 		struct omap_dss_device *dst)  in omap_crtc_disconnect()
  | 
| /linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ | 
| D | omapfb.h | 83 	struct omap_dss_device *dssdev; 139 		struct omap_dss_device *display); 141 		struct omap_dss_device *display); 146 static inline struct omap_dss_device *fb2display(struct fb_info *fbi)  in fb2display() 162 		struct omapfb2_device *fbdev, struct omap_dss_device *dssdev)  in get_display_data()
  | 
| D | omapfb-main.c | 62 		struct omap_dss_device *dssdev); 668 	struct omap_dss_device *display = fb2display(fbi);  in check_fb_var() 1231 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_blank() 1435 	struct omap_dss_device *display;  in omapfb_alloc_fbmem_display() 1670 	struct omap_dss_device *dssdev;  in omapfb_auto_update_work() 1701 		struct omap_dss_device *display)  in omapfb_start_auto_update() 1729 		struct omap_dss_device *display)  in omapfb_stop_auto_update() 1744 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_fb_init() 1857 		struct omap_dss_device *dssdev = fbdev->displays[i].dssdev;  in omapfb_free_resources() 2017 		struct omap_dss_device *display,  in omapfb_mode_to_timings() [all …] 
 | 
| D | omapfb-ioctl.c | 217 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_setup_mem() 292 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_update_window() 312 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_set_update_mode() 355 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_get_update_mode() 489 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_memory_read() 587 	struct omap_dss_device *display = fb2display(fbi);  in omapfb_ioctl()
  | 
| D | omapfb-sysfs.c | 444 	struct omap_dss_device *display = fb2display(fbi);  in store_size()
  | 
| /linux-4.1.27/drivers/media/platform/omap/ | 
| D | omap_vout.c | 454 		struct omap_dss_device *dssdev;  in omapvid_init() 519 		struct omap_dss_device *dssdev;  in omapvid_apply_changes() 578 	struct omap_dss_device *cur_display;  in omap_vout_isr() 961 		struct omap_dss_device *dssdev = ovl->get_device(ovl);  in omap_vout_release() 1097 	struct omap_dss_device *dssdev;  in vidioc_try_fmt_vid_out() 1124 	struct omap_dss_device *dssdev;  in vidioc_s_fmt_vid_out() 1297 	struct omap_dss_device *dssdev;  in vidioc_s_crop() 1679 		struct omap_dss_device *dssdev = ovl->get_device(ovl);  in vidioc_streamon() 1716 		struct omap_dss_device *dssdev = ovl->get_device(ovl);  in vidioc_streamoff() 1881 	struct omap_dss_device *display = ovl->get_device(ovl);  in omap_vout_setup_video_data() [all …] 
 | 
| D | omap_voutdef.h | 106 	struct omap_dss_device *displays[MAX_DISPLAYS];
  |