Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dencoder-tpd12s015.c80 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in tpd_enable()
89 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpd_enable()
99 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE) in tpd_disable()
H A Dconnector-analog-tv.c98 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tvc_enable()
H A Dpanel-dpi.c75 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in panel_dpi_enable()
H A Dencoder-opa362.c100 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in opa362_enable()
H A Dencoder-tfp410.c94 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tfp410_enable()
H A Dconnector-hdmi.c96 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in hdmic_enable()
H A Dconnector-dvi.c90 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dvic_enable()
H A Dpanel-lgphilips-lb035q02.c166 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in lb035q02_enable()
H A Dpanel-nec-nl8048hl11.c160 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in nec_8048_enable()
H A Dpanel-sharp-ls037v7dw01.c116 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in sharp_ls_enable()
H A Dpanel-tpo-td028ttec1.c287 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in td028ttec1_panel_enable()
H A Dpanel-dsi-cm.c774 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dsicm_enable()
1083 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE || !ddata->enabled) { in dsicm_ulps_work()
H A Dpanel-tpo-td043mtea1.c387 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpo_td043_enable()
H A Dpanel-sony-acx565akm.c632 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in acx565akm_enable()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c78 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) { in dss_suspend_all_devices()
114 if (dssdev->state == OMAP_DSS_DISPLAY_ACTIVE) in dss_disable_all_devices()
/openbmc/linux/include/video/
H A Domapfb_dss.h151 OMAP_DSS_DISPLAY_ACTIVE, enumerator
811 return dssdev->state == OMAP_DSS_DISPLAY_ACTIVE; in omapdss_device_is_enabled()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1230 if (display->state == OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()
1248 if (display->state != OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()