Home
last modified time | relevance | path

Searched refs:OMAP_DSS_DISPLAY_ACTIVE (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/drivers/video/omap2/dss/
Dhdmi_omap4_panel.c80 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in hdmi_panel_enable()
92 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in hdmi_panel_disable()
106 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) { in hdmi_panel_suspend()
138 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in hdmi_panel_resume()
165 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) { in hdmi_set_timings()
Dvenc.c485 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in venc_panel_enable()
562 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) { in venc_set_timings()
Ddpi.c239 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) { in dpi_set_timings()
Ddisplay.c470 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) { in dss_suspend_device()
Dmanager.c538 if (!dssdev || dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in dss_mgr_wait_for_go()
616 if (!dssdev || dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in dss_mgr_wait_for_go_ovl()
Ddispc.c3102 OMAP_DSS_DISPLAY_ACTIVE; in dispc_error_worker()
3141 OMAP_DSS_DISPLAY_ACTIVE; in dispc_error_worker()
3180 OMAP_DSS_DISPLAY_ACTIVE; in dispc_error_worker()
/linux-2.6.39/drivers/video/omap2/displays/
Dpanel-sharp-ls037v7dw01.c139 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in sharp_ls_power_on()
164 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in sharp_ls_power_off()
181 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in sharp_ls_panel_enable()
202 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in sharp_ls_panel_resume()
Dpanel-lgphilips-lb035q02.c49 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in lb035q02_panel_power_on()
71 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in lb035q02_panel_power_off()
118 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in lb035q02_panel_enable()
162 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in lb035q02_panel_resume()
Dpanel-generic-dpi.c206 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in generic_dpi_panel_power_on()
236 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in generic_dpi_panel_power_off()
307 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in generic_dpi_panel_enable()
336 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in generic_dpi_panel_resume()
Dpanel-acx565akm.c591 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in acx_panel_power_on()
651 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in acx_panel_power_off()
692 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in acx_panel_enable()
720 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in acx_panel_resume()
729 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in acx_panel_set_timings()
734 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) { in acx_panel_set_timings()
Dpanel-tpo-td043mtea1.c272 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in tpo_td043_power_on()
314 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in tpo_td043_power_off()
346 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpo_td043_enable()
375 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpo_td043_resume()
Dpanel-taal.c991 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in taal_enable()
1014 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in taal_disable()
1033 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) { in taal_suspend()
1080 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in taal_resume()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Ddisplay.h144 OMAP_DSS_DISPLAY_ACTIVE, enumerator
/linux-2.6.39/drivers/video/omap2/omapfb/
Domapfb-main.c1295 if (display->state != OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()