/drivers/video/omap2/dss/ |
D | display.c | 37 struct omap_dss_device *dssdev = to_dss_device(dev); in display_enabled_show() local 47 struct omap_dss_device *dssdev = to_dss_device(dev); in display_enabled_store() local 71 struct omap_dss_device *dssdev = to_dss_device(dev); in display_tear_show() local 80 struct omap_dss_device *dssdev = to_dss_device(dev); in display_tear_store() local 101 struct omap_dss_device *dssdev = to_dss_device(dev); in display_timings_show() local 118 struct omap_dss_device *dssdev = to_dss_device(dev); in display_timings_store() local 153 struct omap_dss_device *dssdev = to_dss_device(dev); in display_rotate_show() local 164 struct omap_dss_device *dssdev = to_dss_device(dev); in display_rotate_store() local 184 struct omap_dss_device *dssdev = to_dss_device(dev); in display_mirror_show() local 195 struct omap_dss_device *dssdev = to_dss_device(dev); in display_mirror_store() local [all …]
|
D | hdmi_panel.c | 37 static int hdmi_panel_probe(struct omap_dss_device *dssdev) in hdmi_panel_probe() 52 static void hdmi_panel_remove(struct omap_dss_device *dssdev) in hdmi_panel_remove() 57 static int hdmi_panel_enable(struct omap_dss_device *dssdev) in hdmi_panel_enable() 83 static void hdmi_panel_disable(struct omap_dss_device *dssdev) in hdmi_panel_disable() 95 static int hdmi_panel_suspend(struct omap_dss_device *dssdev) in hdmi_panel_suspend() 116 static int hdmi_panel_resume(struct omap_dss_device *dssdev) in hdmi_panel_resume() 141 static void hdmi_get_timings(struct omap_dss_device *dssdev, in hdmi_get_timings() 151 static void hdmi_set_timings(struct omap_dss_device *dssdev, in hdmi_set_timings() 164 static int hdmi_check_timings(struct omap_dss_device *dssdev, in hdmi_check_timings() 179 static int hdmi_read_edid(struct omap_dss_device *dssdev, u8 *buf, int len) in hdmi_read_edid() [all …]
|
D | dpi.c | 52 static bool dpi_use_dsi_pll(struct omap_dss_device *dssdev) in dpi_use_dsi_pll() 67 static int dpi_set_dsi_clk(struct omap_dss_device *dssdev, bool is_tft, in dpi_set_dsi_clk() 99 static int dpi_set_dispc_clk(struct omap_dss_device *dssdev, bool is_tft, in dpi_set_dispc_clk() 126 static int dpi_set_mode(struct omap_dss_device *dssdev) in dpi_set_mode() 164 static void dpi_basic_init(struct omap_dss_device *dssdev) in dpi_basic_init() 179 int omapdss_dpi_display_enable(struct omap_dss_device *dssdev) in omapdss_dpi_display_enable() 258 void omapdss_dpi_display_disable(struct omap_dss_device *dssdev) in omapdss_dpi_display_disable() 278 void dpi_set_timings(struct omap_dss_device *dssdev, in dpi_set_timings() 305 int dpi_check_timings(struct omap_dss_device *dssdev, in dpi_check_timings() 355 int dpi_init_display(struct omap_dss_device *dssdev) in dpi_init_display()
|
D | venc.c | 420 static int venc_power_on(struct omap_dss_device *dssdev) in venc_power_on() 469 static void venc_power_off(struct omap_dss_device *dssdev) in venc_power_off() 489 static int venc_panel_probe(struct omap_dss_device *dssdev) in venc_panel_probe() 496 static void venc_panel_remove(struct omap_dss_device *dssdev) in venc_panel_remove() 500 static int venc_panel_enable(struct omap_dss_device *dssdev) in venc_panel_enable() 543 static void venc_panel_disable(struct omap_dss_device *dssdev) in venc_panel_disable() 569 static int venc_panel_suspend(struct omap_dss_device *dssdev) in venc_panel_suspend() 575 static int venc_panel_resume(struct omap_dss_device *dssdev) in venc_panel_resume() 580 static void venc_get_timings(struct omap_dss_device *dssdev, in venc_get_timings() 586 static void venc_set_timings(struct omap_dss_device *dssdev, in venc_set_timings() [all …]
|
D | sdi.c | 36 static void sdi_basic_init(struct omap_dss_device *dssdev) in sdi_basic_init() 49 int omapdss_sdi_display_enable(struct omap_dss_device *dssdev) in omapdss_sdi_display_enable() 150 void omapdss_sdi_display_disable(struct omap_dss_device *dssdev) in omapdss_sdi_display_disable() 165 int sdi_init_display(struct omap_dss_device *dssdev) in sdi_init_display()
|
D | dsi.c | 274 struct omap_dss_device *dssdev; member 354 static inline struct platform_device *dsi_get_dsidev_from_dssdev(struct omap_dss_device *dssdev) in dsi_get_dsidev_from_dssdev() 385 void dsi_bus_lock(struct omap_dss_device *dssdev) in dsi_bus_lock() 394 void dsi_bus_unlock(struct omap_dss_device *dssdev) in dsi_bus_unlock() 1201 static int dsi_set_lp_clk_divisor(struct omap_dss_device *dssdev) in dsi_set_lp_clk_divisor() 1282 static int dsi_calc_clock_rates(struct omap_dss_device *dssdev, in dsi_calc_clock_rates() 2079 static int dsi_parse_lane_config(struct omap_dss_device *dssdev) in dsi_parse_lane_config() 2138 static int dsi_set_lane_config(struct omap_dss_device *dssdev) in dsi_set_lane_config() 2275 static void dsi_cio_enable_lane_override(struct omap_dss_device *dssdev, in dsi_cio_enable_lane_override() 2325 static int dsi_cio_wait_tx_clk_esc_reset(struct omap_dss_device *dssdev) in dsi_cio_wait_tx_clk_esc_reset() [all …]
|
D | hdmi.c | 170 int hdmi_init_display(struct omap_dss_device *dssdev) in hdmi_init_display() 263 static void hdmi_compute_pll(struct omap_dss_device *dssdev, int phy, in hdmi_compute_pll() 314 static int hdmi_power_on(struct omap_dss_device *dssdev) in hdmi_power_on() 399 static void hdmi_power_off(struct omap_dss_device *dssdev) in hdmi_power_off() 409 int omapdss_hdmi_display_check_timing(struct omap_dss_device *dssdev, in omapdss_hdmi_display_check_timing() 423 void omapdss_hdmi_display_set_timing(struct omap_dss_device *dssdev) in omapdss_hdmi_display_set_timing() 492 int omapdss_hdmi_display_enable(struct omap_dss_device *dssdev) in omapdss_hdmi_display_enable() 542 void omapdss_hdmi_display_disable(struct omap_dss_device *dssdev) in omapdss_hdmi_display_disable()
|
D | core.c | 191 struct omap_dss_device *dssdev = pdata->devices[i]; in omap_dss_probe() local 268 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_bus_match() local 279 struct omap_dss_device *dssdev = to_dss_device(dev); in device_name_show() local 328 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_driver_probe() local 359 struct omap_dss_device *dssdev = to_dss_device(dev); in dss_driver_remove() local 430 static int omap_dss_register_device(struct omap_dss_device *dssdev) in omap_dss_register_device() 444 static void omap_dss_unregister_device(struct omap_dss_device *dssdev) in omap_dss_unregister_device()
|
D | rfbi.c | 111 struct omap_dss_device *dssdev[2]; member 303 static void rfbi_transfer_area(struct omap_dss_device *dssdev, u16 width, in rfbi_transfer_area() 758 int omap_rfbi_configure(struct omap_dss_device *dssdev, int pixel_size, in omap_rfbi_configure() 765 int omap_rfbi_prepare_update(struct omap_dss_device *dssdev, in omap_rfbi_prepare_update() 793 int omap_rfbi_update(struct omap_dss_device *dssdev, in omap_rfbi_update() 842 int omapdss_rfbi_display_enable(struct omap_dss_device *dssdev) in omapdss_rfbi_display_enable() 893 void omapdss_rfbi_display_disable(struct omap_dss_device *dssdev) in omapdss_rfbi_display_disable() 903 int rfbi_init_display(struct omap_dss_device *dssdev) in rfbi_init_display()
|
D | apply.c | 179 struct omap_dss_device *dssdev, bool applying) in dss_check_settings_low() 216 struct omap_dss_device *dssdev) in dss_check_settings() 226 struct omap_dss_device *dssdev) in dss_check_settings_apply() 387 struct omap_dss_device *dssdev = mgr->device; in dss_mgr_wait_for_go() local 448 struct omap_dss_device *dssdev; in dss_mgr_wait_for_go_ovl() local 921 struct omap_dss_device *dssdev; in dss_ovl_setup_fifo() local 1165 struct omap_dss_device *dssdev) in dss_mgr_set_device()
|
D | overlay.c | 525 void dss_recheck_connections(struct omap_dss_device *dssdev, bool force) in dss_recheck_connections() 635 struct omap_overlay_info *info, struct omap_dss_device *dssdev) in dss_ovl_check()
|
/drivers/video/omap2/displays/ |
D | panel-dvi.c | 44 struct omap_dss_device *dssdev; member 50 *get_pdata(const struct omap_dss_device *dssdev) in get_pdata() 55 static int panel_dvi_power_on(struct omap_dss_device *dssdev) in panel_dvi_power_on() 80 static void panel_dvi_power_off(struct omap_dss_device *dssdev) in panel_dvi_power_off() 93 static int panel_dvi_probe(struct omap_dss_device *dssdev) in panel_dvi_probe() 112 static void __exit panel_dvi_remove(struct omap_dss_device *dssdev) in panel_dvi_remove() 125 static int panel_dvi_enable(struct omap_dss_device *dssdev) in panel_dvi_enable() 141 static void panel_dvi_disable(struct omap_dss_device *dssdev) in panel_dvi_disable() 154 static int panel_dvi_suspend(struct omap_dss_device *dssdev) in panel_dvi_suspend() 169 static int panel_dvi_resume(struct omap_dss_device *dssdev) in panel_dvi_resume() [all …]
|
D | panel-generic-dpi.c | 393 struct omap_dss_device *dssdev; member 399 *get_panel_data(const struct omap_dss_device *dssdev) in get_panel_data() 404 static int generic_dpi_panel_power_on(struct omap_dss_device *dssdev) in generic_dpi_panel_power_on() 435 static void generic_dpi_panel_power_off(struct omap_dss_device *dssdev) in generic_dpi_panel_power_off() 454 static int generic_dpi_panel_probe(struct omap_dss_device *dssdev) in generic_dpi_panel_probe() 493 static void __exit generic_dpi_panel_remove(struct omap_dss_device *dssdev) in generic_dpi_panel_remove() 504 static int generic_dpi_panel_enable(struct omap_dss_device *dssdev) in generic_dpi_panel_enable() 517 static void generic_dpi_panel_disable(struct omap_dss_device *dssdev) in generic_dpi_panel_disable() 524 static int generic_dpi_panel_suspend(struct omap_dss_device *dssdev) in generic_dpi_panel_suspend() 533 static int generic_dpi_panel_resume(struct omap_dss_device *dssdev) in generic_dpi_panel_resume() [all …]
|
D | panel-taal.c | 76 static int init_regulators(struct omap_dss_device *dssdev, in init_regulators() 192 struct omap_dss_device *dssdev; member 223 *get_panel_data(const struct omap_dss_device *dssdev) in get_panel_data() 409 static void taal_queue_esd_work(struct omap_dss_device *dssdev) in taal_queue_esd_work() 418 static void taal_cancel_esd_work(struct omap_dss_device *dssdev) in taal_cancel_esd_work() 425 static void taal_queue_ulps_work(struct omap_dss_device *dssdev) in taal_queue_ulps_work() 434 static void taal_cancel_ulps_work(struct omap_dss_device *dssdev) in taal_cancel_ulps_work() 441 static int taal_enter_ulps(struct omap_dss_device *dssdev) in taal_enter_ulps() 475 static int taal_exit_ulps(struct omap_dss_device *dssdev) in taal_exit_ulps() 520 static int taal_wake_up(struct omap_dss_device *dssdev) in taal_wake_up() [all …]
|
D | panel-sharp-ls037v7dw01.c | 51 struct omap_dss_device *dssdev = dev_get_drvdata(&bl->dev); in sharp_ls_bl_update_status() local 82 static int sharp_ls_panel_probe(struct omap_dss_device *dssdev) in sharp_ls_panel_probe() 123 static void __exit 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-nec-nl8048hl11-01b.c | 83 struct omap_dss_device *dssdev = dev_get_drvdata(&bl->dev); in nec_8048_bl_update_status() local 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_power_on(struct omap_dss_device *dssdev) in nec_8048_panel_power_on() 196 static void nec_8048_panel_power_off(struct omap_dss_device *dssdev) in nec_8048_panel_power_off() 213 static int nec_8048_panel_enable(struct omap_dss_device *dssdev) in nec_8048_panel_enable() 226 static void nec_8048_panel_disable(struct omap_dss_device *dssdev) in nec_8048_panel_disable() 233 static int nec_8048_panel_suspend(struct omap_dss_device *dssdev) in nec_8048_panel_suspend() 242 static int nec_8048_panel_resume(struct omap_dss_device *dssdev) in nec_8048_panel_resume() 255 static int nec_8048_recommended_bpp(struct omap_dss_device *dssdev) in nec_8048_recommended_bpp()
|
D | panel-n8x0.c | 70 struct omap_dss_device *dssdev; member 79 struct panel_n8x0_data *get_board_data(const struct omap_dss_device *dssdev) in get_board_data() 85 struct panel_drv_data *get_drv_data(const struct omap_dss_device *dssdev) in get_drv_data() 115 static void blizzard_ctrl_setup_update(struct omap_dss_device *dssdev, in blizzard_ctrl_setup_update() 279 static int n8x0_panel_power_on(struct omap_dss_device *dssdev) in n8x0_panel_power_on() 373 static void n8x0_panel_power_off(struct omap_dss_device *dssdev) in n8x0_panel_power_off() 417 struct omap_dss_device *dssdev = dev_get_drvdata(&dev->dev); in n8x0_bl_update_status() local 457 static int n8x0_panel_probe(struct omap_dss_device *dssdev) in n8x0_panel_probe() 504 static void n8x0_panel_remove(struct omap_dss_device *dssdev) in n8x0_panel_remove() 519 static int n8x0_panel_enable(struct omap_dss_device *dssdev) in n8x0_panel_enable() [all …]
|
D | panel-picodlp.c | 75 *get_panel_data(const struct omap_dss_device *dssdev) in get_panel_data() 344 static int picodlp_panel_power_on(struct omap_dss_device *dssdev) in picodlp_panel_power_on() 396 static void picodlp_panel_power_off(struct omap_dss_device *dssdev) in picodlp_panel_power_off() 409 static int picodlp_panel_probe(struct omap_dss_device *dssdev) in picodlp_panel_probe() 454 static void picodlp_panel_remove(struct omap_dss_device *dssdev) in picodlp_panel_remove() 465 static int picodlp_panel_enable(struct omap_dss_device *dssdev) in picodlp_panel_enable() 484 static void picodlp_panel_disable(struct omap_dss_device *dssdev) in picodlp_panel_disable() 499 static int picodlp_panel_suspend(struct omap_dss_device *dssdev) in picodlp_panel_suspend() 521 static int picodlp_panel_resume(struct omap_dss_device *dssdev) in picodlp_panel_resume() 540 static void picodlp_get_resolution(struct omap_dss_device *dssdev, in picodlp_get_resolution()
|
D | panel-tpo-td043mtea1.c | 123 static int tpo_td043_set_hmirror(struct omap_dss_device *dssdev, bool enable) in tpo_td043_set_hmirror() 132 static bool tpo_td043_get_hmirror(struct omap_dss_device *dssdev) in tpo_td043_get_hmirror() 323 static int tpo_td043_enable_dss(struct omap_dss_device *dssdev) in tpo_td043_enable_dss() 360 static void tpo_td043_disable_dss(struct omap_dss_device *dssdev) in tpo_td043_disable_dss() 376 static int tpo_td043_enable(struct omap_dss_device *dssdev) in tpo_td043_enable() 383 static void tpo_td043_disable(struct omap_dss_device *dssdev) in tpo_td043_disable() 392 static int tpo_td043_suspend(struct omap_dss_device *dssdev) in tpo_td043_suspend() 403 static int tpo_td043_resume(struct omap_dss_device *dssdev) in tpo_td043_resume() 410 static int tpo_td043_probe(struct omap_dss_device *dssdev) in tpo_td043_probe() 460 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; member 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 …]
|
/drivers/staging/omapdrm/ |
D | omap_connector.c | 33 struct omap_dss_device *dssdev; member 79 struct omap_dss_device *dssdev = omap_connector->dssdev; in omap_connector_dpms() local 121 struct omap_dss_device *dssdev = omap_connector->dssdev; in omap_connector_detect() local 143 struct omap_dss_device *dssdev = omap_connector->dssdev; in omap_connector_destroy() local 160 struct omap_dss_device *dssdev = omap_connector->dssdev; in omap_connector_get_modes() local 210 struct omap_dss_device *dssdev = omap_connector->dssdev; in omap_connector_mode_valid() local 292 struct omap_dss_device *dssdev = omap_connector->dssdev; in omap_connector_mode_set() local 328 int connector_type, struct omap_dss_device *dssdev) in omap_connector_init()
|
D | omap_drv.c | 66 static int get_connector_type(struct omap_dss_device *dssdev) in get_connector_type() 109 struct omap_dss_device *dssdev = mgr ? mgr->device : NULL; in dump_video_chains() local 143 struct omap_dss_device *dssdev) in create_connector() 278 static int match_dev_name(struct omap_dss_device *dssdev, void *data) in match_dev_name() 305 struct omap_dss_device *dssdev = NULL; in omap_modeset_init() local 325 struct omap_dss_device *dssdev = in omap_modeset_init() local
|
/drivers/video/omap2/omapfb/ |
D | omapfb.h | 78 struct omap_dss_device *dssdev; member 159 struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) in get_display_data()
|
D | omapfb-main.c | 1668 struct omap_dss_device *dssdev; in omapfb_auto_update_work() local 1846 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_free_resources() local 2116 struct omap_dss_device *dssdev) in omapfb_get_recommended_bpp() 2261 struct omap_dss_device *dssdev) in omapfb_init_display() 2317 struct omap_dss_device *dssdev; in omapfb_probe() local
|