/linux-5.19.10/include/video/ |
D | omapfb_dss.h | 49 struct omap_dss_device; 353 struct omap_dss_device *(*get_device)(struct omap_overlay *ovl); 380 struct omap_dss_device *output; 394 struct omap_dss_device *output); 406 struct omap_dss_device *(*get_device)(struct omap_overlay_manager *mgr); 438 int (*connect)(struct omap_dss_device *dssdev, 439 struct omap_dss_device *dst); 440 void (*disconnect)(struct omap_dss_device *dssdev, 441 struct omap_dss_device *dst); 443 int (*enable)(struct omap_dss_device *dssdev); [all …]
|
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/ |
D | omapdss.h | 57 struct omap_dss_device; 197 int (*update)(struct omap_dss_device *dssdev); 198 bool (*is_video_mode)(struct omap_dss_device *dssdev); 201 struct omap_dss_device { struct 239 void omapdss_device_register(struct omap_dss_device *dssdev); argument 240 void omapdss_device_unregister(struct omap_dss_device *dssdev); 241 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev); 242 void omapdss_device_put(struct omap_dss_device *dssdev); 243 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node); 245 struct omap_dss_device *src, [all …]
|
D | base.c | 31 void omapdss_device_register(struct omap_dss_device *dssdev) in omapdss_device_register() 38 void omapdss_device_unregister(struct omap_dss_device *dssdev) in omapdss_device_unregister() 47 struct omap_dss_device *dssdev; in omapdss_device_is_registered() 63 struct omap_dss_device *omapdss_device_get(struct omap_dss_device *dssdev) in omapdss_device_get() 71 void omapdss_device_put(struct omap_dss_device *dssdev) in omapdss_device_put() 76 struct omap_dss_device *omapdss_find_device_by_node(struct device_node *node) in omapdss_find_device_by_node() 78 struct omap_dss_device *dssdev; in omapdss_find_device_by_node() 92 struct omap_dss_device *omapdss_device_next_output(struct omap_dss_device *from) in omapdss_device_next_output() 94 struct omap_dss_device *dssdev; in omapdss_device_next_output() 136 static bool omapdss_device_is_connected(struct omap_dss_device *dssdev) in omapdss_device_is_connected() [all …]
|
D | output.c | 20 int omapdss_device_init_output(struct omap_dss_device *out, in omapdss_device_init_output() 77 void omapdss_device_cleanup_output(struct omap_dss_device *out) in omapdss_device_cleanup_output() 84 void dss_mgr_set_timings(struct omap_dss_device *dssdev, in dss_mgr_set_timings() 91 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev, in dss_mgr_set_lcd_config() 98 int dss_mgr_enable(struct omap_dss_device *dssdev) in dss_mgr_enable() 104 void dss_mgr_disable(struct omap_dss_device *dssdev) in dss_mgr_disable() 110 void dss_mgr_start_update(struct omap_dss_device *dssdev) in dss_mgr_start_update() 116 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_register_framedone_handler() 126 void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_unregister_framedone_handler()
|
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/displays/ |
D | connector-hdmi.c | 37 struct omap_dss_device dssdev; 38 struct omap_dss_device *in; 49 static int hdmic_connect(struct omap_dss_device *dssdev) in hdmic_connect() 52 struct omap_dss_device *in = ddata->in; in hdmic_connect() 62 static void hdmic_disconnect(struct omap_dss_device *dssdev) in hdmic_disconnect() 65 struct omap_dss_device *in = ddata->in; in hdmic_disconnect() 75 static int hdmic_enable(struct omap_dss_device *dssdev) in hdmic_enable() 78 struct omap_dss_device *in = ddata->in; in hdmic_enable() 100 static void hdmic_disable(struct omap_dss_device *dssdev) in hdmic_disable() 103 struct omap_dss_device *in = ddata->in; in hdmic_disable() [all …]
|
D | encoder-tpd12s015.c | 20 struct omap_dss_device dssdev; 21 struct omap_dss_device *in; 32 static int tpd_connect(struct omap_dss_device *dssdev, in tpd_connect() 33 struct omap_dss_device *dst) in tpd_connect() 36 struct omap_dss_device *in = ddata->in; in tpd_connect() 55 static void tpd_disconnect(struct omap_dss_device *dssdev, in tpd_disconnect() 56 struct omap_dss_device *dst) in tpd_disconnect() 59 struct omap_dss_device *in = ddata->in; in tpd_disconnect() 74 static int tpd_enable(struct omap_dss_device *dssdev) in tpd_enable() 77 struct omap_dss_device *in = ddata->in; in tpd_enable() [all …]
|
D | connector-analog-tv.c | 18 struct omap_dss_device dssdev; 19 struct omap_dss_device *in; 46 static int tvc_connect(struct omap_dss_device *dssdev) in tvc_connect() 49 struct omap_dss_device *in = ddata->in; in tvc_connect() 59 static void tvc_disconnect(struct omap_dss_device *dssdev) in tvc_disconnect() 62 struct omap_dss_device *in = ddata->in; in tvc_disconnect() 72 static int tvc_enable(struct omap_dss_device *dssdev) in tvc_enable() 75 struct omap_dss_device *in = ddata->in; in tvc_enable() 104 static void tvc_disable(struct omap_dss_device *dssdev) in tvc_disable() 107 struct omap_dss_device *in = ddata->in; in tvc_disable() [all …]
|
D | encoder-opa362.c | 23 struct omap_dss_device dssdev; 24 struct omap_dss_device *in; 33 static int opa362_connect(struct omap_dss_device *dssdev, in opa362_connect() 34 struct omap_dss_device *dst) in opa362_connect() 37 struct omap_dss_device *in = ddata->in; in opa362_connect() 55 static void opa362_disconnect(struct omap_dss_device *dssdev, in opa362_disconnect() 56 struct omap_dss_device *dst) in opa362_disconnect() 59 struct omap_dss_device *in = ddata->in; in opa362_disconnect() 77 static int opa362_enable(struct omap_dss_device *dssdev) in opa362_enable() 80 struct omap_dss_device *in = ddata->in; in opa362_enable() [all …]
|
D | encoder-tfp410.c | 18 struct omap_dss_device dssdev; 19 struct omap_dss_device *in; 29 static int tfp410_connect(struct omap_dss_device *dssdev, in tfp410_connect() 30 struct omap_dss_device *dst) in tfp410_connect() 33 struct omap_dss_device *in = ddata->in; in tfp410_connect() 49 static void tfp410_disconnect(struct omap_dss_device *dssdev, in tfp410_disconnect() 50 struct omap_dss_device *dst) in tfp410_disconnect() 53 struct omap_dss_device *in = ddata->in; in tfp410_disconnect() 69 static int tfp410_enable(struct omap_dss_device *dssdev) in tfp410_enable() 72 struct omap_dss_device *in = ddata->in; in tfp410_enable() [all …]
|
D | connector-dvi.c | 40 struct omap_dss_device dssdev; 41 struct omap_dss_device *in; 50 static int dvic_connect(struct omap_dss_device *dssdev) in dvic_connect() 53 struct omap_dss_device *in = ddata->in; in dvic_connect() 61 static void dvic_disconnect(struct omap_dss_device *dssdev) in dvic_disconnect() 64 struct omap_dss_device *in = ddata->in; in dvic_disconnect() 72 static int dvic_enable(struct omap_dss_device *dssdev) in dvic_enable() 75 struct omap_dss_device *in = ddata->in; in dvic_enable() 95 static void dvic_disable(struct omap_dss_device *dssdev) in dvic_disable() 98 struct omap_dss_device *in = ddata->in; in dvic_disable() [all …]
|
D | panel-dpi.c | 21 struct omap_dss_device dssdev; 22 struct omap_dss_device *in; 36 static int panel_dpi_connect(struct omap_dss_device *dssdev) in panel_dpi_connect() 39 struct omap_dss_device *in = ddata->in; in panel_dpi_connect() 47 static void panel_dpi_disconnect(struct omap_dss_device *dssdev) in panel_dpi_disconnect() 50 struct omap_dss_device *in = ddata->in; in panel_dpi_disconnect() 58 static int panel_dpi_enable(struct omap_dss_device *dssdev) in panel_dpi_enable() 61 struct omap_dss_device *in = ddata->in; in panel_dpi_enable() 88 static void panel_dpi_disable(struct omap_dss_device *dssdev) in panel_dpi_disable() 91 struct omap_dss_device *in = ddata->in; in panel_dpi_disable() [all …]
|
D | panel-sharp-ls037v7dw01.c | 20 struct omap_dss_device dssdev; 21 struct omap_dss_device *in; 58 static int sharp_ls_connect(struct omap_dss_device *dssdev) in sharp_ls_connect() 61 struct omap_dss_device *in = ddata->in; in sharp_ls_connect() 69 static void sharp_ls_disconnect(struct omap_dss_device *dssdev) in sharp_ls_disconnect() 72 struct omap_dss_device *in = ddata->in; in sharp_ls_disconnect() 80 static int sharp_ls_enable(struct omap_dss_device *dssdev) in sharp_ls_enable() 83 struct omap_dss_device *in = ddata->in; in sharp_ls_enable() 122 static void sharp_ls_disable(struct omap_dss_device *dssdev) in sharp_ls_disable() 125 struct omap_dss_device *in = ddata->in; in sharp_ls_disable() [all …]
|
D | panel-lgphilips-lb035q02.c | 40 struct omap_dss_device dssdev; 41 struct omap_dss_device *in; 117 static int lb035q02_connect(struct omap_dss_device *dssdev) in lb035q02_connect() 120 struct omap_dss_device *in = ddata->in; in lb035q02_connect() 135 static void lb035q02_disconnect(struct omap_dss_device *dssdev) in lb035q02_disconnect() 138 struct omap_dss_device *in = ddata->in; in lb035q02_disconnect() 146 static int lb035q02_enable(struct omap_dss_device *dssdev) in lb035q02_enable() 149 struct omap_dss_device *in = ddata->in; in lb035q02_enable() 177 static void lb035q02_disable(struct omap_dss_device *dssdev) in lb035q02_disable() 180 struct omap_dss_device *in = ddata->in; in lb035q02_disable() [all …]
|
D | panel-nec-nl8048hl11.c | 20 struct omap_dss_device dssdev; 21 struct omap_dss_device *in; 116 static int nec_8048_connect(struct omap_dss_device *dssdev) in nec_8048_connect() 119 struct omap_dss_device *in = ddata->in; in nec_8048_connect() 127 static void nec_8048_disconnect(struct omap_dss_device *dssdev) in nec_8048_disconnect() 130 struct omap_dss_device *in = ddata->in; in nec_8048_disconnect() 138 static int nec_8048_enable(struct omap_dss_device *dssdev) in nec_8048_enable() 141 struct omap_dss_device *in = ddata->in; in nec_8048_enable() 166 static void nec_8048_disable(struct omap_dss_device *dssdev) in nec_8048_disable() 169 struct omap_dss_device *in = ddata->in; in nec_8048_disable() [all …]
|
D | panel-tpo-td028ttec1.c | 23 struct omap_dss_device dssdev; 24 struct omap_dss_device *in; 158 static int td028ttec1_panel_connect(struct omap_dss_device *dssdev) in td028ttec1_panel_connect() 161 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_connect() 174 static void td028ttec1_panel_disconnect(struct omap_dss_device *dssdev) in td028ttec1_panel_disconnect() 177 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_disconnect() 185 static int td028ttec1_panel_enable(struct omap_dss_device *dssdev) in td028ttec1_panel_enable() 188 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_enable() 295 static void td028ttec1_panel_disable(struct omap_dss_device *dssdev) in td028ttec1_panel_disable() 298 struct omap_dss_device *in = ddata->in; in td028ttec1_panel_disable() [all …]
|
D | panel-dsi-cm.c | 39 struct omap_dss_device dssdev; 40 struct omap_dss_device *in; 108 struct omap_dss_device *in = ddata->in; in dsicm_dcs_read_1() 124 struct omap_dss_device *in = ddata->in; in dsicm_dcs_write_0() 130 struct omap_dss_device *in = ddata->in; in dsicm_dcs_write_1() 139 struct omap_dss_device *in = ddata->in; in dsicm_sleep_in() 194 struct omap_dss_device *in = ddata->in; in dsicm_set_update_window() 241 struct omap_dss_device *in = ddata->in; in dsicm_enter_ulps() 275 struct omap_dss_device *in = ddata->in; in dsicm_exit_ulps() 332 struct omap_dss_device *in = ddata->in; in dsicm_bl_update_status() [all …]
|
D | panel-tpo-td043mtea1.c | 52 struct omap_dss_device dssdev; 53 struct omap_dss_device *in; 151 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable) in tpo_td043_set_hmirror() 160 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev) in tpo_td043_get_hmirror() 336 static int tpo_td043_connect(struct omap_dss_device *dssdev) in tpo_td043_connect() 339 struct omap_dss_device *in = ddata->in; in tpo_td043_connect() 347 static void tpo_td043_disconnect(struct omap_dss_device *dssdev) in tpo_td043_disconnect() 350 struct omap_dss_device *in = ddata->in; in tpo_td043_disconnect() 358 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable() 361 struct omap_dss_device *in = ddata->in; in tpo_td043_enable() [all …]
|
D | panel-sony-acx565akm.c | 57 struct omap_dss_device dssdev; 58 struct omap_dss_device *in; 505 static int acx565akm_connect(struct omap_dss_device *dssdev) in acx565akm_connect() 508 struct omap_dss_device *in = ddata->in; in acx565akm_connect() 516 static void acx565akm_disconnect(struct omap_dss_device *dssdev) in acx565akm_disconnect() 519 struct omap_dss_device *in = ddata->in; in acx565akm_disconnect() 527 static int acx565akm_panel_power_on(struct omap_dss_device *dssdev) in acx565akm_panel_power_on() 530 struct omap_dss_device *in = ddata->in; in acx565akm_panel_power_on() 578 static void acx565akm_panel_power_off(struct omap_dss_device *dssdev) in acx565akm_panel_power_off() 581 struct omap_dss_device *in = ddata->in; in acx565akm_panel_power_off() [all …]
|
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | output.c | 20 int omapdss_output_set_device(struct omap_dss_device *out, in omapdss_output_set_device() 21 struct omap_dss_device *dssdev) in omapdss_output_set_device() 53 int omapdss_output_unset_device(struct omap_dss_device *out) in omapdss_output_unset_device() 85 int omapdss_register_output(struct omap_dss_device *out) in omapdss_register_output() 92 void omapdss_unregister_output(struct omap_dss_device *out) in omapdss_unregister_output() 98 struct omap_dss_device *omap_dss_get_output(enum omap_dss_output_id id) in omap_dss_get_output() 100 struct omap_dss_device *out; in omap_dss_get_output() 111 struct omap_dss_device *omap_dss_find_output(const char *name) in omap_dss_find_output() 113 struct omap_dss_device *out; in omap_dss_find_output() 124 struct omap_dss_device *omap_dss_find_output_by_port_node(struct device_node *port) in omap_dss_find_output_by_port_node() [all …]
|
D | display.c | 24 void omapdss_default_get_resolution(struct omap_dss_device *dssdev, in omapdss_default_get_resolution() 32 int omapdss_default_get_recommended_bpp(struct omap_dss_device *dssdev) in omapdss_default_get_recommended_bpp() 63 void omapdss_default_get_timings(struct omap_dss_device *dssdev, in omapdss_default_get_timings() 72 struct omap_dss_device *dssdev = NULL; in dss_suspend_all_devices() 91 struct omap_dss_device *dssdev = NULL; in dss_resume_all_devices() 108 struct omap_dss_device *dssdev = NULL; in dss_disable_all_devices() 123 int omapdss_register_display(struct omap_dss_device *dssdev) in omapdss_register_display() 167 void omapdss_unregister_display(struct omap_dss_device *dssdev) in omapdss_unregister_display() 175 struct omap_dss_device *omap_dss_get_device(struct omap_dss_device *dssdev) in omap_dss_get_device() 189 void omap_dss_put_device(struct omap_dss_device *dssdev) in omap_dss_put_device() [all …]
|
D | display-sysfs.c | 20 static ssize_t display_name_show(struct omap_dss_device *dssdev, char *buf) in display_name_show() 27 static ssize_t display_enabled_show(struct omap_dss_device *dssdev, char *buf) in display_enabled_show() 33 static ssize_t display_enabled_store(struct omap_dss_device *dssdev, in display_enabled_store() 60 static ssize_t display_tear_show(struct omap_dss_device *dssdev, char *buf) in display_tear_show() 67 static ssize_t display_tear_store(struct omap_dss_device *dssdev, in display_tear_store() 87 static ssize_t display_timings_show(struct omap_dss_device *dssdev, char *buf) in display_timings_show() 102 static ssize_t display_timings_store(struct omap_dss_device *dssdev, in display_timings_store() 140 static ssize_t display_rotate_show(struct omap_dss_device *dssdev, char *buf) in display_rotate_show() 149 static ssize_t display_rotate_store(struct omap_dss_device *dssdev, in display_rotate_store() 168 static ssize_t display_mirror_show(struct omap_dss_device *dssdev, char *buf) in display_mirror_show() [all …]
|
D | sdi.c | 34 struct omap_dss_device output; 104 static void sdi_config_lcd_manager(struct omap_dss_device *dssdev) in sdi_config_lcd_manager() 119 static int sdi_display_enable(struct omap_dss_device *dssdev) in sdi_display_enable() 121 struct omap_dss_device *out = &sdi.output; in sdi_display_enable() 206 static void sdi_display_disable(struct omap_dss_device *dssdev) in sdi_display_disable() 219 static void sdi_set_timings(struct omap_dss_device *dssdev, in sdi_set_timings() 225 static void sdi_get_timings(struct omap_dss_device *dssdev, in sdi_get_timings() 231 static int sdi_check_timings(struct omap_dss_device *dssdev, in sdi_check_timings() 245 static void sdi_set_datapairs(struct omap_dss_device *dssdev, int datapairs) in sdi_set_datapairs() 269 static int sdi_connect(struct omap_dss_device *dssdev, in sdi_connect() [all …]
|
D | hdmi4.c | 111 static int hdmi_power_on_core(struct omap_dss_device *dssdev) in hdmi_power_on_core() 136 static void hdmi_power_off_core(struct omap_dss_device *dssdev) in hdmi_power_off_core() 144 static int hdmi_power_on_full(struct omap_dss_device *dssdev) in hdmi_power_on_full() 223 static void hdmi_power_off_full(struct omap_dss_device *dssdev) in hdmi_power_off_full() 240 static int hdmi_display_check_timing(struct omap_dss_device *dssdev, in hdmi_display_check_timing() 243 struct omap_dss_device *out = &hdmi.output; in hdmi_display_check_timing() 251 static void hdmi_display_set_timing(struct omap_dss_device *dssdev, in hdmi_display_set_timing() 263 static void hdmi_display_get_timings(struct omap_dss_device *dssdev, in hdmi_display_get_timings() 316 static int hdmi_display_enable(struct omap_dss_device *dssdev) in hdmi_display_enable() 318 struct omap_dss_device *out = &hdmi.output; in hdmi_display_enable() [all …]
|
D | hdmi5.c | 128 static int hdmi_power_on_core(struct omap_dss_device *dssdev) in hdmi_power_on_core() 153 static void hdmi_power_off_core(struct omap_dss_device *dssdev) in hdmi_power_off_core() 161 static int hdmi_power_on_full(struct omap_dss_device *dssdev) in hdmi_power_on_full() 240 static void hdmi_power_off_full(struct omap_dss_device *dssdev) in hdmi_power_off_full() 257 static int hdmi_display_check_timing(struct omap_dss_device *dssdev, in hdmi_display_check_timing() 260 struct omap_dss_device *out = &hdmi.output; in hdmi_display_check_timing() 272 static void hdmi_display_set_timing(struct omap_dss_device *dssdev, in hdmi_display_set_timing() 284 static void hdmi_display_get_timings(struct omap_dss_device *dssdev, in hdmi_display_get_timings() 346 static int hdmi_display_enable(struct omap_dss_device *dssdev) in hdmi_display_enable() 348 struct omap_dss_device *out = &hdmi.output; in hdmi_display_enable() [all …]
|
D | dpi.c | 45 struct omap_dss_device output; 50 static struct dpi_data *dpi_get_data_from_dssdev(struct omap_dss_device *dssdev) in dpi_get_data_from_dssdev() 325 struct omap_dss_device *out = &dpi->output; in dpi_set_mode() 358 struct omap_dss_device *out = &dpi->output; in dpi_config_lcd_manager() 373 static int dpi_display_enable(struct omap_dss_device *dssdev) in dpi_display_enable() 376 struct omap_dss_device *out = &dpi->output; in dpi_display_enable() 446 static void dpi_display_disable(struct omap_dss_device *dssdev) in dpi_display_disable() 468 static void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings() 482 static void dpi_get_timings(struct omap_dss_device *dssdev, in dpi_get_timings() 494 static int dpi_check_timings(struct omap_dss_device *dssdev, in dpi_check_timings() [all …]
|