Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c124 hdmi.core_enabled = true; in hdmi_power_on_core()
136 hdmi.core_enabled = false; in hdmi_power_off_core()
457 bool need_enable = !hdmi.core_enabled; in hdmi_read_edid()
H A Dhdmi5.c141 hdmi.core_enabled = true; in hdmi_power_on_core()
153 hdmi.core_enabled = false; in hdmi_power_off_core()
490 need_enable = hdmi.core_enabled == false; in hdmi_read_edid()
H A Dhdmi.h343 bool core_enabled; member
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5.c127 hdmi->core_enabled = true; in hdmi_power_on_core()
139 hdmi->core_enabled = false; in hdmi_power_off_core()
437 need_enable = hdmi->core_enabled == false; in hdmi5_bridge_get_edid()
H A Dhdmi4.c123 hdmi->core_enabled = true; in hdmi_power_on_core()
140 hdmi->core_enabled = false; in hdmi_power_off_core()
448 need_enable = hdmi->core_enabled == false; in hdmi4_bridge_get_edid()
H A Dhdmi.h365 bool core_enabled; member
/openbmc/u-boot/include/
H A Dsmbios.h168 u8 core_enabled; member
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h207 uint8_t core_enabled; member
/openbmc/linux/kernel/sched/
H A Dsched.h1149 unsigned int core_enabled; member
1224 return static_branch_unlikely(&__sched_core_enabled) && rq->core_enabled; in sched_core_enabled()
1246 if (rq->core_enabled) in __rq_lockp()
H A Dcore.c369 cpu_rq(t)->core_enabled = enabled; in __sched_core_flip()
382 cpu_rq(cpu)->core_enabled = enabled; in __sched_core_flip()
10074 rq->core_enabled = 0; in sched_init()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c714 t->core_enabled = t->core_count; in smbios_build_type_4_table()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2483 self.add_field('core_enabled', u.unpack_one("B"))