Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5.c143 hdmi.core_enabled = true; in hdmi_power_on_core()
155 hdmi.core_enabled = false; in hdmi_power_off_core()
492 need_enable = hdmi.core_enabled == false; in hdmi_read_edid()
Dhdmi4.c126 hdmi.core_enabled = true; in hdmi_power_on_core()
138 hdmi.core_enabled = false; in hdmi_power_off_core()
459 bool need_enable = !hdmi.core_enabled; in hdmi_read_edid()
Dhdmi.h343 bool core_enabled; member
/drivers/gpu/drm/omapdrm/dss/
Dhdmi4.c122 hdmi->core_enabled = true; in hdmi_power_on_core()
139 hdmi->core_enabled = false; in hdmi_power_off_core()
447 need_enable = hdmi->core_enabled == false; in hdmi4_bridge_get_edid()
Dhdmi5.c126 hdmi->core_enabled = true; in hdmi_power_on_core()
138 hdmi->core_enabled = false; in hdmi_power_off_core()
436 need_enable = hdmi->core_enabled == false; in hdmi5_bridge_get_edid()
Dhdmi.h365 bool core_enabled; member