| /openbmc/qemu/include/hw/acpi/ |
| H A D | memory_hotplug.h | 21 bool is_enabled; member 29 bool is_enabled; /* true if memory hotplug is supported */ member
|
| /openbmc/openbmc/poky/meta/lib/bbconfigbuild/ |
| H A D | configfragments.py | 59 def print_fragment(f, verbose, is_enabled): argument 63 …Summary: {}\nDescription:\n{}\n'.format(f['name'], f['path'], 'yes' if is_enabled else 'no', f['su… 77 print_fragment(f, args.verbose, is_enabled=True) 82 print_fragment(f, args.verbose, is_enabled=False)
|
| /openbmc/qemu/hw/isa/ |
| H A D | pc87312.c | 348 .is_enabled = is_parallel_enabled, in pc87312_class_init() 354 .is_enabled = is_uart_enabled, in pc87312_class_init() 360 .is_enabled = is_fdc_enabled, in pc87312_class_init() 366 .is_enabled = is_ide_enabled, in pc87312_class_init()
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0004-apache2-log-the-SELinux-context-at-startup.patch | 54 + int is_enabled = is_selinux_enabled() > 0; 56 + if (is_enabled && !already_warned) {
|
| /openbmc/qemu/include/hw/isa/ |
| H A D | superio.h | 39 bool (*is_enabled)(ISASuperIODevice *sio, uint8_t index); member
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl.h | 47 bool is_enabled; member
|
| /openbmc/qemu/hw/acpi/ |
| H A D | piix4.c | 184 return s->acpi_memory_hotplug.is_enabled; in vmstate_test_use_memhp() 327 if (!s->acpi_memory_hotplug.is_enabled) { in piix4_device_pre_plug_cb() 369 if (s->acpi_memory_hotplug.is_enabled && in piix4_device_unplug_request_cb() 390 if (s->acpi_memory_hotplug.is_enabled && in piix4_device_unplug_cb() 583 if (s->acpi_memory_hotplug.is_enabled) { in piix4_acpi_system_hot_add_init() 618 acpi_memory_hotplug.is_enabled, true),
|
| H A D | memory_hotplug.c | 103 val |= mdev->is_enabled ? 1 : 0; in acpi_memory_hotplug_read() 170 if (!mdev->is_enabled) { in acpi_memory_hotplug_write() 272 mdev->is_enabled = true; in acpi_memory_plug_cb() 304 mdev->is_enabled = false; in acpi_memory_unplug_cb() 313 VMSTATE_BOOL(is_enabled, MemStatus),
|
| H A D | cpu.c | 429 Aml *is_enabled = aml_name("%s.%s", cphp_res_path, CPU_ENABLED); in build_cpus_aml() local 462 ifctx = aml_if(aml_equal(is_enabled, one)); in build_cpus_aml()
|
| H A D | ich9.c | 421 pm->acpi_memory_hotplug.is_enabled = true; in ich9_pm_add_properties()
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | regulator-uclass.c | 53 int ret, old_uV = uV, is_enabled = 0; in regulator_set_value() local 65 is_enabled = regulator_get_enable(dev); in regulator_set_value() 72 if (uc_pdata->ramp_delay && old_uV > 0 && is_enabled) in regulator_set_value()
|
| /openbmc/qemu/include/hw/mem/ |
| H A D | nvdimm.h | 132 bool is_enabled; member
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | selenium_helpers_base.py | 238 …lickable = lambda driver: (self.find(selector).is_displayed() and self.find(selector).is_enabled()) 246 … is_clickable = lambda driver: (finder(driver).is_displayed() and finder(driver).is_enabled())
|
| /openbmc/qemu/hw/misc/ |
| H A D | mips_itu.c | 95 bool is_enabled = (am[0] & ITC_AM0_EN_MASK) != 0; in itc_reconfigure() local 102 memory_region_set_enabled(mr, is_enabled); in itc_reconfigure()
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 1023 - if (sys->component && sys->component->control->is_enabled) 1031 - if (sys->input && sys->input->is_enabled) 1040 - if (sys->output && sys->output->is_enabled) 1064 - if (sys->component && sys->component->is_enabled) 1251 - if (!sys->output->is_enabled) 1461 + if (!sys->output->is_enabled && 1468 + if (!sys->input->is_enabled) 1574 + if (sys->input->is_enabled) 1577 + if (sys->output->is_enabled) 1580 + if (sys->component->control->is_enabled) [all …]
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_nvdimm.c | 83 if (!ms->nvdimms_state->is_enabled) { in spapr_nvdimm_validate()
|
| H A D | spapr.c | 3440 ms->nvdimms_state->is_enabled = true; in spapr_instance_init()
|