Home
last modified time | relevance | path

Searched refs:enabled (Results 426 – 450 of 4551) sorted by relevance

1...<<11121314151617181920>>...183

/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/
H A Dpeci-pcie_git.bb11 PACKAGECONFIG[wait-for-os-standby] = "-Dwait-for-os-standby=enabled,-Dwait-for-os-standby=disabled"
12 PACKAGECONFIG[use-rdendpointcfg] = "-Duse-rdendpointcfg=enabled,-Duse-rdendpointcfg=disabled"
/openbmc/phosphor-gpio-monitor/test/
H A Dmeson.build16 not get_option('tests').enabled(),
17 'Googletest is required if tests are enabled'
/openbmc/linux/arch/loongarch/kernel/
H A Dkgdb.c455 unsigned int enabled; member
514 if (!breakinfo[i].enabled) in kgdb_set_hw_break()
559 breakinfo[i].enabled = 1; in kgdb_set_hw_break()
569 if (breakinfo[i].addr == addr && breakinfo[i].enabled) in kgdb_remove_hw_break()
579 breakinfo[i].enabled = 0; in kgdb_remove_hw_break()
591 if (!breakinfo[i].enabled) in kgdb_disable_hw_break()
613 if (!breakinfo[i].enabled) in kgdb_remove_all_hw_break()
625 breakinfo[i].enabled = 0; in kgdb_remove_all_hw_break()
641 if (!breakinfo[i].enabled) in kgdb_correct_hw_break()
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c578 static inline int topology_get_mode(int enabled) in topology_get_mode() argument
580 if (!enabled) in topology_get_mode()
592 bool enabled; in topology_setup() local
595 rc = kstrtobool(str, &enabled); in topology_setup()
598 topology_mode = topology_get_mode(enabled); in topology_setup()
606 int enabled = topology_is_enabled(); in topology_ctl_handler() local
611 .data = &enabled, in topology_ctl_handler()
622 new_mode = topology_get_mode(enabled); in topology_ctl_handler()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/
H A Dlibwnck3_43.0.bb11 PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notifi…
14 GIR_MESON_ENABLE_FLAG = 'enabled'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/
H A Dzchunk_1.4.0.bb19 PACKAGECONFIG[zckdl] = "-Dwith-curl=enabled,-Dwith-curl=disabled,curl"
21 PACKAGECONFIG[openssl] = "-Dwith-openssl=enabled,-Dwith-openssl=disabled,openssl"
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.h30 bool enabled; member
78 bool enabled; member
/openbmc/linux/arch/sparc/kernel/
H A Dadi_64.c60 adi_state.enabled = false; in mdesc_adi_init()
65 adi_state.enabled = true; in mdesc_adi_init()
74 if (!adi_state.enabled) in mdesc_adi_init()
110 adi_state.enabled = false; in mdesc_adi_init()
117 adi_state.enabled = false; in mdesc_adi_init()
/openbmc/linux/drivers/rtc/
H A Drtc-cpcap.c74 static int cpcap_rtc_alarm_irq_enable(struct device *dev, unsigned int enabled) in cpcap_rtc_alarm_irq_enable() argument
78 if (rtc->alarm_enabled == enabled) in cpcap_rtc_alarm_irq_enable()
81 if (enabled) in cpcap_rtc_alarm_irq_enable()
86 rtc->alarm_enabled = !!enabled; in cpcap_rtc_alarm_irq_enable()
177 alrm->enabled = rtc->alarm_enabled; in cpcap_rtc_read_alarm()
H A Drtc-ab8500.c154 alarm->enabled = 1; in ab8500_rtc_read_alarm()
156 alarm->enabled = 0; in ab8500_rtc_read_alarm()
176 static int ab8500_rtc_irq_enable(struct device *dev, unsigned int enabled) in ab8500_rtc_irq_enable() argument
180 enabled ? RTC_ALARM_ENA : 0); in ab8500_rtc_irq_enable()
203 return ab8500_rtc_irq_enable(dev, alarm->enabled); in ab8500_rtc_set_alarm()
H A Drtc-msc313.c61 alarm->enabled = 1; in msc313_rtc_read_alarm()
66 static int msc313_rtc_alarm_irq_enable(struct device *dev, unsigned int enabled) in msc313_rtc_alarm_irq_enable() argument
72 if (enabled) in msc313_rtc_alarm_irq_enable()
89 msc313_rtc_alarm_irq_enable(dev, alarm->enabled); in msc313_rtc_set_alarm()
/openbmc/linux/drivers/pwm/
H A Dpwm-tegra.c247 bool enabled = pwm->state.enabled; in tegra_pwm_apply() local
252 if (!state->enabled) { in tegra_pwm_apply()
253 if (enabled) in tegra_pwm_apply()
263 if (!enabled) in tegra_pwm_apply()
/openbmc/linux/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c102 bool enabled; /* mdm6600 phy enabled */ member
113 if (!ddata->enabled) in phy_mdm6600_init()
126 if (!ddata->enabled) in phy_mdm6600_power_on()
144 if (!ddata->enabled) in phy_mdm6600_power_off()
402 ddata->enabled = true; in phy_mdm6600_device_power_on()
412 ddata->enabled = false; in phy_mdm6600_device_power_on()
450 ddata->enabled = false; in phy_mdm6600_device_power_off()
/openbmc/phosphor-host-ipmid/
H A Dmeson.options41 # When transport-oem is enabled, the transporthandler_oem.cpp contents
53 …ger-decorators', type: 'feature', value: 'enabled', description: 'The Entity Manager Decorators fl…
56 …pe: 'feature', value: 'disabled', description: 'Dynamic sensors stack is enabled by default; offer…
57 …pe: 'feature', value: 'disabled', description: 'Dynamic sensors stack is enabled by default; offer…
65 …tname-remove-suffix', type: 'feature', value: 'enabled', description: 'shortname-remove-suffix is
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf4 include /etc/nginx/modules-enabled/*.conf;
46 include /etc/nginx/sites-enabled/*;
/openbmc/phosphor-net-ipmid/test/
H A Dmeson.build16 not get_option('tests').enabled(),
17 'Googletest is required if tests are enabled'
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dfvp-base.conf44 FVP_CONFIG[bp.virtio_net.enabled] ?= "1"
48 FVP_CONFIG[bp.virtio_rng.enabled] ?= "1"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libdecor/
H A Dlibdecor_0.2.2.bb22 PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
25 PACKAGECONFIG[gtk+3] = "-Dgtk=enabled,-Dgtk=disabled,gtk+3"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-amd-pmf5 Cool n Quiet Framework(CnQF) feature is enabled or not.
7 This feature is not enabled by default and gets only turned on
H A Dsysfs-driver-samsung-laptop40 1 means enabled, 0 means disabled.
47 only handle lid opening with this mode enabled.
48 1 means enabled, 0 means disabled.
/openbmc/linux/arch/mips/kernel/
H A Dspram.c122 unsigned int enabled; in probe_spram() local
160 enabled = tag0 & SPRAM_TAG0_ENABLE; in probe_spram()
190 type, i, pa, size, enabled ? ",enabled" : ""); in probe_spram()
/openbmc/qemu/qapi/
H A Dtrace.json22 # @enabled: The event is dynamically enabled.
27 'data': ['unavailable', 'disabled', 'enabled'] }
/openbmc/sdbusplus/test/
H A Dmeson.build16 not get_option('tests').enabled(),
17 'Googletest is required if tests are enabled'
59 'Boost is required when tests are enabled'
/openbmc/qemu/docs/system/i386/
H A Dkvm-pv.rst14 features are enabled by default for any CPU model when ``KVM`` acceleration is
15 enabled:
24 ``kvm-msi-ext-dest-id`` feature is enabled by default in x2apic mode with split
46 Note: since Linux v5.10 the feature is deprecated and not enabled by ``KVM``.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/
H A Dphosphor-led-manager_git.bb17 PACKAGECONFIG[use-json] = "-Duse-json=enabled,,,,,use-yaml"
19 PACKAGECONFIG[use-lamp-test] = "-Duse-lamp-test=enabled, -Duse-lamp-test=disabled"
20 PACKAGECONFIG[monitor-operational-status] = "-Dmonitor-operational-status=enabled, \
22 PACKAGECONFIG[persistent-led-asserted] = "-Dpersistent-led-asserted=enabled, \

1...<<11121314151617181920>>...183