/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | display.h | 51 struct omap_dss_device; 227 struct omap_dss_device **devices; 228 struct omap_dss_device *default_device; 351 struct omap_dss_device *device; 359 struct omap_dss_device *dssdev); 375 struct omap_dss_device { struct 464 int (*platform_enable)(struct omap_dss_device *dssdev); argument 465 void (*platform_disable)(struct omap_dss_device *dssdev); argument 466 int (*set_backlight)(struct omap_dss_device *dssdev, int level); argument 467 int (*get_backlight)(struct omap_dss_device *dssdev); argument [all …]
|
D | panel-generic-dpi.h | 33 int (*platform_enable)(struct omap_dss_device *dssdev); 34 void (*platform_disable)(struct omap_dss_device *dssdev);
|
D | nokia-dsi-panel.h | 27 int (*set_backlight)(struct omap_dss_device *dssdev, int level); 28 int (*get_backlight)(struct omap_dss_device *dssdev);
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | display.c | 36 struct omap_dss_device *dssdev = to_dss_device(dev); in display_enabled_show() 46 struct omap_dss_device *dssdev = to_dss_device(dev); in display_enabled_store() 67 struct omap_dss_device *dssdev = to_dss_device(dev); in display_upd_mode_show() 78 struct omap_dss_device *dssdev = to_dss_device(dev); in display_upd_mode_store() 107 struct omap_dss_device *dssdev = to_dss_device(dev); in display_tear_show() 116 struct omap_dss_device *dssdev = to_dss_device(dev); in display_tear_store() 135 struct omap_dss_device *dssdev = to_dss_device(dev); in display_timings_show() 152 struct omap_dss_device *dssdev = to_dss_device(dev); in display_timings_store() 187 struct omap_dss_device *dssdev = to_dss_device(dev); in display_rotate_show() 198 struct omap_dss_device *dssdev = to_dss_device(dev); in display_rotate_store() [all …]
|
D | hdmi_omap4_panel.c | 36 static int hdmi_panel_probe(struct omap_dss_device *dssdev) in hdmi_panel_probe() 57 static void hdmi_panel_remove(struct omap_dss_device *dssdev) in hdmi_panel_remove() 62 static int hdmi_panel_enable(struct omap_dss_device *dssdev) in hdmi_panel_enable() 88 static void hdmi_panel_disable(struct omap_dss_device *dssdev) in hdmi_panel_disable() 100 static int hdmi_panel_suspend(struct omap_dss_device *dssdev) in hdmi_panel_suspend() 121 static int hdmi_panel_resume(struct omap_dss_device *dssdev) in hdmi_panel_resume() 146 static void hdmi_get_timings(struct omap_dss_device *dssdev, in hdmi_get_timings() 156 static void hdmi_set_timings(struct omap_dss_device *dssdev, in hdmi_set_timings() 174 static int hdmi_check_timings(struct omap_dss_device *dssdev, in hdmi_check_timings()
|
D | dss.h | 200 struct omap_dss_device *dssdev); 202 struct omap_dss_device *dssdev); 203 bool dss_use_replication(struct omap_dss_device *dssdev, 213 void dss_setup_partial_planes(struct omap_dss_device *dssdev, 216 void dss_start_update(struct omap_dss_device *dssdev); 221 int dss_check_overlay(struct omap_overlay *ovl, struct omap_dss_device *dssdev); 226 void dss_recheck_connections(struct omap_dss_device *dssdev, bool force); 274 int sdi_init_display(struct omap_dss_device *display); 297 int dsi_init_display(struct omap_dss_device *display); 304 int dsi_pll_init(struct omap_dss_device *dssdev, bool enable_hsclk, [all …]
|
D | dpi.c | 43 static int dpi_set_dsi_clk(struct omap_dss_device *dssdev, bool is_tft, in dpi_set_dsi_clk() 73 static int dpi_set_dispc_clk(struct omap_dss_device *dssdev, bool is_tft, in dpi_set_dispc_clk() 101 static int dpi_set_mode(struct omap_dss_device *dssdev) in dpi_set_mode() 144 static int dpi_basic_init(struct omap_dss_device *dssdev) in dpi_basic_init() 160 int omapdss_dpi_display_enable(struct omap_dss_device *dssdev) in omapdss_dpi_display_enable() 215 void omapdss_dpi_display_disable(struct omap_dss_device *dssdev) in omapdss_dpi_display_disable() 234 void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings() 246 int dpi_check_timings(struct omap_dss_device *dssdev, in dpi_check_timings() 302 int dpi_init_display(struct omap_dss_device *dssdev) in dpi_init_display()
|
D | venc.c | 402 static void venc_power_on(struct omap_dss_device *dssdev) in venc_power_on() 437 static void venc_power_off(struct omap_dss_device *dssdev) in venc_power_off() 457 static int venc_panel_probe(struct omap_dss_device *dssdev) in venc_panel_probe() 464 static void venc_panel_remove(struct omap_dss_device *dssdev) in venc_panel_remove() 468 static int venc_panel_enable(struct omap_dss_device *dssdev) in venc_panel_enable() 496 static void venc_panel_disable(struct omap_dss_device *dssdev) in venc_panel_disable() 521 static int venc_panel_suspend(struct omap_dss_device *dssdev) in venc_panel_suspend() 527 static int venc_panel_resume(struct omap_dss_device *dssdev) in venc_panel_resume() 533 struct omap_dss_device *dssdev) in venc_get_update_mode() 538 static int venc_set_update_mode(struct omap_dss_device *dssdev, in venc_set_update_mode() [all …]
|
D | sdi.c | 37 static void sdi_basic_init(struct omap_dss_device *dssdev) in sdi_basic_init() 50 int omapdss_sdi_display_enable(struct omap_dss_device *dssdev) in omapdss_sdi_display_enable() 129 void omapdss_sdi_display_disable(struct omap_dss_device *dssdev) in omapdss_sdi_display_disable() 143 int sdi_init_display(struct omap_dss_device *dssdev) in sdi_init_display()
|
D | core.c | 223 struct omap_dss_device *dssdev = pdata->devices[i]; in omap_dss_probe() 321 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_bus_match() 332 struct omap_dss_device *dssdev = to_dss_device(dev); in device_name_show() 381 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_driver_probe() 412 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_driver_remove() 483 int omap_dss_register_device(struct omap_dss_device *dssdev) in omap_dss_register_device() 497 void omap_dss_unregister_device(struct omap_dss_device *dssdev) in omap_dss_unregister_device()
|
/linux-2.6.39/drivers/video/omap2/displays/ |
D | panel-generic-dpi.c | 188 struct omap_dss_device *dssdev; 194 *get_panel_data(const struct omap_dss_device *dssdev) in get_panel_data() 199 static int generic_dpi_panel_power_on(struct omap_dss_device *dssdev) in generic_dpi_panel_power_on() 230 static void generic_dpi_panel_power_off(struct omap_dss_device *dssdev) in generic_dpi_panel_power_off() 249 static int generic_dpi_panel_probe(struct omap_dss_device *dssdev) in generic_dpi_panel_probe() 288 static void generic_dpi_panel_remove(struct omap_dss_device *dssdev) in generic_dpi_panel_remove() 299 static int generic_dpi_panel_enable(struct omap_dss_device *dssdev) in generic_dpi_panel_enable() 312 static void generic_dpi_panel_disable(struct omap_dss_device *dssdev) in generic_dpi_panel_disable() 319 static int generic_dpi_panel_suspend(struct omap_dss_device *dssdev) in generic_dpi_panel_suspend() 328 static int generic_dpi_panel_resume(struct omap_dss_device *dssdev) in generic_dpi_panel_resume() [all …]
|
D | panel-sharp-ls037v7dw01.c | 51 struct omap_dss_device *dssdev = dev_get_drvdata(&bl->dev); in sharp_ls_bl_update_status() 82 static int sharp_ls_panel_probe(struct omap_dss_device *dssdev) in sharp_ls_panel_probe() 123 static void sharp_ls_panel_remove(struct omap_dss_device *dssdev) in sharp_ls_panel_remove() 135 static int sharp_ls_power_on(struct omap_dss_device *dssdev) in sharp_ls_power_on() 162 static void sharp_ls_power_off(struct omap_dss_device *dssdev) in sharp_ls_power_off() 177 static int sharp_ls_panel_enable(struct omap_dss_device *dssdev) in sharp_ls_panel_enable() 185 static void sharp_ls_panel_disable(struct omap_dss_device *dssdev) in sharp_ls_panel_disable() 191 static int sharp_ls_panel_suspend(struct omap_dss_device *dssdev) in sharp_ls_panel_suspend() 198 static int sharp_ls_panel_resume(struct omap_dss_device *dssdev) in sharp_ls_panel_resume()
|
D | panel-lgphilips-lb035q02.c | 45 static int lb035q02_panel_power_on(struct omap_dss_device *dssdev) in lb035q02_panel_power_on() 69 static void lb035q02_panel_power_off(struct omap_dss_device *dssdev) in lb035q02_panel_power_off() 80 static int lb035q02_panel_probe(struct omap_dss_device *dssdev) in lb035q02_panel_probe() 101 static void lb035q02_panel_remove(struct omap_dss_device *dssdev) in lb035q02_panel_remove() 108 static int lb035q02_panel_enable(struct omap_dss_device *dssdev) in lb035q02_panel_enable() 127 static void lb035q02_panel_disable(struct omap_dss_device *dssdev) in lb035q02_panel_disable() 139 static int lb035q02_panel_suspend(struct omap_dss_device *dssdev) in lb035q02_panel_suspend() 152 static int lb035q02_panel_resume(struct omap_dss_device *dssdev) in lb035q02_panel_resume()
|
D | panel-taal.c | 70 static int _taal_enable_te(struct omap_dss_device *dssdev, bool enable); 90 static int init_regulators(struct omap_dss_device *dssdev, in init_regulators() 206 struct omap_dss_device *dssdev; 239 *get_panel_data(const struct omap_dss_device *dssdev) in get_panel_data() 426 struct omap_dss_device *dssdev = dev_get_drvdata(&dev->dev); in taal_bl_update_status() 476 static void taal_get_timings(struct omap_dss_device *dssdev, in taal_get_timings() 482 static void taal_get_resolution(struct omap_dss_device *dssdev, in taal_get_resolution() 499 struct omap_dss_device *dssdev = to_dss_device(dev); in taal_num_errors_show() 525 struct omap_dss_device *dssdev = to_dss_device(dev); in taal_hw_revision_show() 559 struct omap_dss_device *dssdev = to_dss_device(dev); in show_cabc_mode() [all …]
|
D | panel-nec-nl8048hl11-01b.c | 83 struct omap_dss_device *dssdev = dev_get_drvdata(&bl->dev); in nec_8048_bl_update_status() 112 static int nec_8048_panel_probe(struct omap_dss_device *dssdev) in nec_8048_panel_probe() 154 static void nec_8048_panel_remove(struct omap_dss_device *dssdev) in nec_8048_panel_remove() 166 static int nec_8048_panel_enable(struct omap_dss_device *dssdev) in nec_8048_panel_enable() 187 static void nec_8048_panel_disable(struct omap_dss_device *dssdev) in nec_8048_panel_disable() 201 static int nec_8048_panel_suspend(struct omap_dss_device *dssdev) in nec_8048_panel_suspend() 207 static int nec_8048_panel_resume(struct omap_dss_device *dssdev) in nec_8048_panel_resume() 212 static int nec_8048_recommended_bpp(struct omap_dss_device *dssdev) in nec_8048_recommended_bpp()
|
D | panel-tpo-td043mtea1.c | 119 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable) in tpo_td043_set_hmirror() 128 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev) in tpo_td043_get_hmirror() 266 static int tpo_td043_power_on(struct omap_dss_device *dssdev) in tpo_td043_power_on() 309 static void tpo_td043_power_off(struct omap_dss_device *dssdev) in tpo_td043_power_off() 336 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable() 351 static void tpo_td043_disable(struct omap_dss_device *dssdev) in tpo_td043_disable() 360 static int tpo_td043_suspend(struct omap_dss_device *dssdev) in tpo_td043_suspend() 367 static int tpo_td043_resume(struct omap_dss_device *dssdev) in tpo_td043_resume() 380 static int tpo_td043_probe(struct omap_dss_device *dssdev) in tpo_td043_probe() 437 static void tpo_td043_remove(struct omap_dss_device *dssdev) in tpo_td043_remove() [all …]
|
D | panel-acx565akm.c | 80 struct omap_dss_device *dssdev; 475 static int acx_get_recommended_bpp(struct omap_dss_device *dssdev) in acx_get_recommended_bpp() 492 static int acx_panel_probe(struct omap_dss_device *dssdev) in acx_panel_probe() 572 static void acx_panel_remove(struct omap_dss_device *dssdev) in acx_panel_remove() 584 static int acx_panel_power_on(struct omap_dss_device *dssdev) in acx_panel_power_on() 645 static void acx_panel_power_off(struct omap_dss_device *dssdev) in acx_panel_power_off() 682 static int acx_panel_enable(struct omap_dss_device *dssdev) in acx_panel_enable() 696 static void acx_panel_disable(struct omap_dss_device *dssdev) in acx_panel_disable() 703 static int acx_panel_suspend(struct omap_dss_device *dssdev) in acx_panel_suspend() 711 static int acx_panel_resume(struct omap_dss_device *dssdev) in acx_panel_resume() [all …]
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | board-rx51-video.c | 30 static int rx51_lcd_enable(struct omap_dss_device *dssdev) in rx51_lcd_enable() 36 static void rx51_lcd_disable(struct omap_dss_device *dssdev) in rx51_lcd_disable() 41 static struct omap_dss_device rx51_lcd_device = { 51 static struct omap_dss_device rx51_tv_device = { 58 static struct omap_dss_device *rx51_dss_devices[] = {
|
D | board-zoom-display.c | 54 static int zoom_panel_enable_lcd(struct omap_dss_device *dssdev) in zoom_panel_enable_lcd() 59 static void zoom_panel_disable_lcd(struct omap_dss_device *dssdev) in zoom_panel_disable_lcd() 71 static int zoom_set_bl_intensity(struct omap_dss_device *dssdev, int level) in zoom_set_bl_intensity() 112 static struct omap_dss_device zoom_lcd_device = { 123 static struct omap_dss_device *zoom_dss_devices[] = {
|
D | board-am3517evm.c | 292 static int am3517_evm_panel_enable_lcd(struct omap_dss_device *dssdev) in am3517_evm_panel_enable_lcd() 304 static void am3517_evm_panel_disable_lcd(struct omap_dss_device *dssdev) in am3517_evm_panel_disable_lcd() 316 static struct omap_dss_device am3517_evm_lcd_device = { 324 static int am3517_evm_panel_enable_tv(struct omap_dss_device *dssdev) in am3517_evm_panel_enable_tv() 329 static void am3517_evm_panel_disable_tv(struct omap_dss_device *dssdev) in am3517_evm_panel_disable_tv() 333 static struct omap_dss_device am3517_evm_tv_device = { 342 static int am3517_evm_panel_enable_dvi(struct omap_dss_device *dssdev) in am3517_evm_panel_enable_dvi() 353 static void am3517_evm_panel_disable_dvi(struct omap_dss_device *dssdev) in am3517_evm_panel_disable_dvi() 364 static struct omap_dss_device am3517_evm_dvi_device = { 372 static struct omap_dss_device *am3517_evm_dss_devices[] = {
|
D | board-omap3stalker.c | 145 static int omap3_stalker_enable_lcd(struct omap_dss_device *dssdev) in omap3_stalker_enable_lcd() 157 static void omap3_stalker_disable_lcd(struct omap_dss_device *dssdev) in omap3_stalker_disable_lcd() 170 static struct omap_dss_device omap3_stalker_lcd_device = { 178 static int omap3_stalker_enable_tv(struct omap_dss_device *dssdev) in omap3_stalker_enable_tv() 183 static void omap3_stalker_disable_tv(struct omap_dss_device *dssdev) in omap3_stalker_disable_tv() 187 static struct omap_dss_device omap3_stalker_tv_device = { 200 static int omap3_stalker_enable_dvi(struct omap_dss_device *dssdev) in omap3_stalker_enable_dvi() 211 static void omap3_stalker_disable_dvi(struct omap_dss_device *dssdev) in omap3_stalker_disable_dvi() 223 static struct omap_dss_device omap3_stalker_dvi_device = { 231 static struct omap_dss_device *omap3_stalker_dss_devices[] = {
|
D | board-overo.c | 279 static int overo_panel_enable_dvi(struct omap_dss_device *dssdev) in overo_panel_enable_dvi() 290 static void overo_panel_disable_dvi(struct omap_dss_device *dssdev) in overo_panel_disable_dvi() 301 static struct omap_dss_device overo_dvi_device = { 309 static struct omap_dss_device overo_tv_device = { 316 static int overo_panel_enable_lcd(struct omap_dss_device *dssdev) in overo_panel_enable_lcd() 329 static void overo_panel_disable_lcd(struct omap_dss_device *dssdev) in overo_panel_disable_lcd() 342 static struct omap_dss_device overo_lcd43_device = { 352 static struct omap_dss_device overo_lcd35_device = { 362 static struct omap_dss_device *overo_dss_devices[] = {
|
D | board-3430sdp.c | 215 static int sdp3430_panel_enable_lcd(struct omap_dss_device *dssdev) in sdp3430_panel_enable_lcd() 230 static void sdp3430_panel_disable_lcd(struct omap_dss_device *dssdev) in sdp3430_panel_disable_lcd() 238 static int sdp3430_panel_enable_dvi(struct omap_dss_device *dssdev) in sdp3430_panel_enable_dvi() 250 static void sdp3430_panel_disable_dvi(struct omap_dss_device *dssdev) in sdp3430_panel_disable_dvi() 255 static int sdp3430_panel_enable_tv(struct omap_dss_device *dssdev) in sdp3430_panel_enable_tv() 260 static void sdp3430_panel_disable_tv(struct omap_dss_device *dssdev) in sdp3430_panel_disable_tv() 265 static struct omap_dss_device sdp3430_lcd_device = { 280 static struct omap_dss_device sdp3430_dvi_device = { 288 static struct omap_dss_device sdp3430_tv_device = { 298 static struct omap_dss_device *sdp3430_dss_devices[] = {
|
D | board-cm-t35.c | 304 static int cm_t35_panel_enable_lcd(struct omap_dss_device *dssdev) in cm_t35_panel_enable_lcd() 319 static void cm_t35_panel_disable_lcd(struct omap_dss_device *dssdev) in cm_t35_panel_disable_lcd() 327 static int cm_t35_panel_enable_dvi(struct omap_dss_device *dssdev) in cm_t35_panel_enable_dvi() 340 static void cm_t35_panel_disable_dvi(struct omap_dss_device *dssdev) in cm_t35_panel_disable_dvi() 346 static int cm_t35_panel_enable_tv(struct omap_dss_device *dssdev) in cm_t35_panel_enable_tv() 351 static void cm_t35_panel_disable_tv(struct omap_dss_device *dssdev) in cm_t35_panel_disable_tv() 361 static struct omap_dss_device cm_t35_lcd_device = { 375 static struct omap_dss_device cm_t35_dvi_device = { 383 static struct omap_dss_device cm_t35_tv_device = { 392 static struct omap_dss_device *cm_t35_dss_devices[] = {
|
D | board-omap3evm.c | 264 static int omap3_evm_enable_lcd(struct omap_dss_device *dssdev) in omap3_evm_enable_lcd() 281 static void omap3_evm_disable_lcd(struct omap_dss_device *dssdev) in omap3_evm_disable_lcd() 293 static struct omap_dss_device omap3_evm_lcd_device = { 302 static int omap3_evm_enable_tv(struct omap_dss_device *dssdev) in omap3_evm_enable_tv() 307 static void omap3_evm_disable_tv(struct omap_dss_device *dssdev) in omap3_evm_disable_tv() 311 static struct omap_dss_device omap3_evm_tv_device = { 320 static int omap3_evm_enable_dvi(struct omap_dss_device *dssdev) in omap3_evm_enable_dvi() 333 static void omap3_evm_disable_dvi(struct omap_dss_device *dssdev) in omap3_evm_disable_dvi() 346 static struct omap_dss_device omap3_evm_dvi_device = { 354 static struct omap_dss_device *omap3_evm_dss_devices[] = {
|