Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
Dencoder-tpd12s015.c82 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in tpd_enable()
91 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpd_enable()
101 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in tpd_disable()
Dencoder-opa362.c103 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in opa362_enable()
Dencoder-tfp410.c96 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tfp410_enable()
Dconnector-analog-tv.c112 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tvc_enable()
Dconnector-hdmi.c104 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in hdmic_enable()
Dpanel-dpi.c92 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in panel_dpi_enable()
Dpanel-nec-nl8048hl11.c171 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in nec_8048_enable()
Dconnector-dvi.c99 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dvic_enable()
Dpanel-lgphilips-lb035q02.c176 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in lb035q02_enable()
Dpanel-sharp-ls037v7dw01.c126 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in sharp_ls_enable()
Dpanel-tpo-td028ttec1.c300 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in td028ttec1_panel_enable()
Dpanel-dsi-cm.c789 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dsicm_enable()
1098 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE || !ddata->enabled) { in dsicm_ulps_work()
Dpanel-tpo-td043mtea1.c400 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpo_td043_enable()
Dpanel-sony-acx565akm.c643 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in acx565akm_enable()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddisplay.c89 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) { in dss_suspend_all_devices()
125 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in dss_disable_all_devices()
/linux-4.1.27/include/video/
Domapdss.h165 OMAP_DSS_DISPLAY_ACTIVE, enumerator
989 return dssdev->state == OMAP_DSS_DISPLAY_ACTIVE; in omapdss_device_is_enabled()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1244 if (display->state == OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()
1262 if (display->state != OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()