Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/displays/
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()
Dencoder-opa362.c100 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in opa362_enable()
Dconnector-analog-tv.c99 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tvc_enable()
Dconnector-hdmi.c95 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in hdmic_enable()
Dencoder-tfp410.c92 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tfp410_enable()
Dconnector-dvi.c90 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dvic_enable()
Dpanel-dpi.c83 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in panel_dpi_enable()
Dpanel-sharp-ls037v7dw01.c117 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in sharp_ls_enable()
Dpanel-lgphilips-lb035q02.c172 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in lb035q02_enable()
Dpanel-nec-nl8048hl11.c161 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in nec_8048_enable()
Dpanel-tpo-td028ttec1.c288 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in td028ttec1_panel_enable()
Dpanel-dsi-cm.c777 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in dsicm_enable()
1086 if (dssdev->state != OMAP_DSS_DISPLAY_ACTIVE || !ddata->enabled) { in dsicm_ulps_work()
Dpanel-tpo-td043mtea1.c390 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in tpo_td043_enable()
Dpanel-sony-acx565akm.c627 dssdev->state = OMAP_DSS_DISPLAY_ACTIVE; in acx565akm_enable()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
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()
/linux-5.19.10/include/video/
Domapfb_dss.h151 OMAP_DSS_DISPLAY_ACTIVE, enumerator
811 return dssdev->state == OMAP_DSS_DISPLAY_ACTIVE; in omapdss_device_is_enabled()
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1230 if (display->state == OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()
1248 if (display->state != OMAP_DSS_DISPLAY_ACTIVE) in omapfb_blank()