Home
last modified time | relevance | path

Searched refs:core_enabled (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4.c125 hdmi.core_enabled = true; in hdmi_power_on_core()
137 hdmi.core_enabled = false; in hdmi_power_off_core()
461 need_enable = hdmi.core_enabled == false; in hdmi_read_edid()
Dhdmi5.c142 hdmi.core_enabled = true; in hdmi_power_on_core()
154 hdmi.core_enabled = false; in hdmi_power_off_core()
491 need_enable = hdmi.core_enabled == false; in hdmi_read_edid()
Dhdmi.h343 bool core_enabled; member
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dhdmi4.c120 hdmi->core_enabled = true; in hdmi_power_on_core()
137 hdmi->core_enabled = false; in hdmi_power_off_core()
415 need_enable = hdmi->core_enabled == false; in hdmi_read_edid()
Dhdmi5.c124 hdmi->core_enabled = true; in hdmi_power_on_core()
136 hdmi->core_enabled = false; in hdmi_power_off_core()
420 need_enable = hdmi->core_enabled == false; in hdmi_read_edid()
Dhdmi.h364 bool core_enabled; member