Home
last modified time | relevance | path

Searched refs:enabled (Results 301 – 325 of 4551) sorted by relevance

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

/openbmc/qemu/hw/char/
H A Dnrf51_uart.c46 if (!s->enabled) { in uart_read()
120 if (!s->enabled && (addr != A_UART_ENABLE)) { in uart_write()
167 s->enabled = true; in uart_write()
171 s->enabled = false; in uart_write()
219 s->enabled = false; in nrf51_uart_reset()
302 VMSTATE_BOOL(enabled, NRF51UARTState),
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h790 const struct aspeed_sig_expr *expr, bool enabled);
792 const struct aspeed_sig_expr *expr, bool enabled);
808 int aspeed_sig_desc_eval(const struct aspeed_sig_desc *desc, bool enabled,
812 const struct aspeed_sig_expr *expr, bool enabled);
816 bool enabled) in aspeed_sig_expr_set() argument
818 return ctx->ops->set(ctx, expr, enabled); in aspeed_sig_expr_set()
/openbmc/linux/drivers/pwm/
H A Dpwm-imx27.c136 state->enabled = true; in pwm_imx27_get_state()
138 state->enabled = false; in pwm_imx27_get_state()
164 if (state->enabled) in pwm_imx27_get_state()
257 if (cstate.enabled) { in pwm_imx27_apply()
285 if (state->enabled) in pwm_imx27_apply()
290 if (!state->enabled) in pwm_imx27_apply()
H A Dpwm-rz-mtu3.c281 state->enabled = rz_mtu3_pwm_is_ch_enabled(rz_mtu3_pwm, pwm->hwpwm); in rz_mtu3_pwm_get_state()
282 if (state->enabled) { in rz_mtu3_pwm_get_state()
362 if (!pwm->state.enabled) { in rz_mtu3_pwm_config()
401 if (!pwm->state.enabled) in rz_mtu3_pwm_config()
411 bool enabled = pwm->state.enabled; in rz_mtu3_pwm_apply() local
417 if (!state->enabled) { in rz_mtu3_pwm_apply()
418 if (enabled) in rz_mtu3_pwm_apply()
430 if (!enabled) in rz_mtu3_pwm_apply()
/openbmc/linux/drivers/input/keyboard/
H A Dsunkbd.c65 bool enabled; member
99 if (sunkbd->enabled) in sunkbd_interrupt()
112 if (!sunkbd->enabled) in sunkbd_interrupt()
235 sunkbd->reset >= 0 || !sunkbd->enabled, in sunkbd_reinit()
238 if (sunkbd->reset >= 0 && sunkbd->enabled) in sunkbd_reinit()
245 sunkbd->enabled = enable; in sunkbd_enable()
/openbmc/linux/sound/soc/intel/
H A DKconfig93 If you have a Intel Skylake platform with the DSP enabled
103 enabled in the BIOS then enable this option by saying Y or m.
112 enabled in the BIOS then enable this option by saying Y or m.
121 enabled in the BIOS then enable this option by saying Y or m.
130 enabled in the BIOS then enable this option by saying Y or m.
139 enabled in the BIOS then enable this option by saying Y or m.
148 enabled in the BIOS then enable this option by saying Y or m.
157 enabled in the BIOS then enable this option by saying Y or m.
185 GeminiLake or CannonLake platform with the DSP enabled in the BIOS
/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/
H A Dpulseaudio.inc35 # module-lirc (enabled by PACKAGECONFIG[lirc]) uses LIRC.
40 # When PACKAGECONFIG[dbus] is enabled (like it is by default), libdbus will be
94 # interest in having it enabled.
111 PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
112 PACKAGECONFIG[bluez5] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc"
115 PACKAGECONFIG[gtk] = "-Dgtk=enabled,-Dgtk=disabled,gtk+3"
118 PACKAGECONFIG[avahi] = "-Davahi=enabled,-Davahi=disabled,avahi"
119 PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack"
123 PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc"
259 # pulseaudio-module-console-kit is built whenever dbus is enabled by PACKAGECONFIG
[all …]
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable-actions.js41 if (action.enabled === undefined) {
42 action.enabled = true;
/openbmc/linux/security/integrity/evm/
H A Devm_main.c42 .enabled = IS_ENABLED(CONFIG_SECURITY_SELINUX)
46 .enabled = IS_ENABLED(CONFIG_SECURITY_SMACK)
50 .enabled = IS_ENABLED(CONFIG_EVM_EXTRA_SMACK_XATTRS)
54 .enabled = IS_ENABLED(CONFIG_EVM_EXTRA_SMACK_XATTRS)
58 .enabled = IS_ENABLED(CONFIG_EVM_EXTRA_SMACK_XATTRS)
62 .enabled = IS_ENABLED(CONFIG_SECURITY_APPARMOR)
66 .enabled = IS_ENABLED(CONFIG_IMA_APPRAISE)
70 .enabled = true
97 !evm_config_default_xattrnames[i].enabled ? in evm_init_config()
290 if (!all_xattrs && !xattr->enabled) in evm_protected_xattr_common()
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-greatlakes.dts102 line-name = "bmc-slot1-isolated-enabled";
108 line-name = "bmc-slot2-isolated-enabled";
114 line-name = "bmc-slot3-isolated-enabled";
120 line-name = "bmc-slot4-isolated-enabled";
/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/
H A Dphosphor-misc_git.bb13 PACKAGECONFIG[first-boot-set-hostname] = "-Dfirst-boot-set-hostname=enabled, -Dfirst-boot-set-hostn…
14 PACKAGECONFIG[first-boot-set-mac] = "-Dfirst-boot-set-mac=enabled, -Dfirst-boot-set-mac=disabled"
15 PACKAGECONFIG[http-redirect-awk] = "-Dhttp-redirect=enabled, -Dhttp-redirect=disabled"
16 PACKAGECONFIG[usb-ctrl] = "-Dusb-ctrl=enabled, -Dusb-ctrl=disabled"
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dthermal.c127 u32 period, duration, enabled; in ath10k_thermal_set_throttling() local
143 enabled = duration ? 1 : 0; in ath10k_thermal_set_throttling()
147 enabled); in ath10k_thermal_set_throttling()
150 period, duration, enabled, ret); in ath10k_thermal_set_throttling()
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_phy.c45 if (!port && phy->enabled && i->dft->lldd_control_phy) { in sas_phye_oob_error()
56 phy->enabled = 0; in sas_phye_oob_error()
100 if (phy->enabled) { in sas_phye_shutdown()
104 phy->enabled = 0; in sas_phye_shutdown()
/openbmc/linux/drivers/gpu/drm/i915/soc/
H A Dintel_gmch.c83 bool enabled; in intel_gmch_bar_setup() local
92 enabled = !!(temp & DEVEN_MCHBAR_EN); in intel_gmch_bar_setup()
95 enabled = temp & 1; in intel_gmch_bar_setup()
99 if (enabled) in intel_gmch_bar_setup()
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst22 No Hyper-V enlightenments are enabled by default by either KVM or QEMU. In
23 QEMU, individual enlightenments can be enabled through CPU flags, e.g:
32 When any set of the Hyper-V enlightenments is enabled, QEMU changes hypervisor
80 page (enabled via MSR HV_X64_MSR_REFERENCE_TSC, 0x40000021). Both clocksources
87 When enabled, this enlightenment provides additional communication facilities
144 enabled, it provides HV_X64_MSR_REENLIGHTENMENT_CONTROL (0x40000106),
176 enabled.
230 enabled, it allows L0 (KVM) and L1 (Hyper-V) hypervisors to collaborate to
233 Enlightened VMCS (``hv-evmcs``) feature to also be enabled.
250 enabled, it allows L0 (KVM) to directly handle TLB flush hypercalls from L2
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/
H A Dmesa.inc21 file://0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch \
73 -Dshared-glapi=enabled \
97 PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled"
104 PACKAGECONFIG[dri3] = "-Ddri3=enabled, -Ddri3=disabled, xorgproto libxshmfence"
106 # Vulkan drivers need dri3 enabled
107 # amd could be enabled as well but requires gallium-llvm with llvm >= 3.9
141 PACKAGECONFIG[gles] = "-Dgles1=enabled -Dgles2=enabled, -Dgles1=disabled -Dgles2=disabled"
144 PACKAGECONFIG[egl] = "-Degl=enabled, -Degl=disabled"
189 PACKAGECONFIG[gallium-llvm] = "-Dllvm=enabled -Dshared-llvm=enabled, -Dllvm=disabled, llvm llvm-nat…
190 PACKAGECONFIG[xa] = "-Dgallium-xa=enabled, -Dgallium-xa=disabled"
[all …]
/openbmc/linux/tools/verification/dot2/dot2k_templates/
H A Dmain_per_cpu.c56 rv_MODEL_NAME.enabled = 0; in disable_MODEL_NAME()
72 .enabled = 0,
H A Dmain_global.c56 rv_MODEL_NAME.enabled = 0; in disable_MODEL_NAME()
72 .enabled = 0,
H A Dmain_per_task.c56 rv_MODEL_NAME.enabled = 0; in disable_MODEL_NAME()
72 .enabled = 0,
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-kernel-fadump_enabled1 This ABI is renamed and moved to a new location /sys/kernel/fadump/enabled.
7 Primarily used to identify whether the FADump is enabled in
/openbmc/openpower-proc-control/
H A DREADME.md12 1. meson builddir -Dphal=enabled -Dopenfsi=enabled
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dbrcm,bcm-keypad.txt51 - row-output-enabled: An optional property indicating whether the row or
55 - pull-up-enabled: An optional property indicating the Keypad scan mode.
56 If specified implies the keypad scan pull-up has been enabled.
103 row-output-enabled;
104 pull-up-enabled;
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch76 + // Now see if the one-time setting is enabled and return the path for it
83 std::variant<bool> enabled;
84 reply.read(enabled);
85 - auto oneTimeEnabled = std::get<bool>(enabled);
86 + oneTimeEnabled = std::get<bool>(enabled);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo14 …: If this setting is enabled, it is possible to do dragging by pressing the trackpoint. This requi…
30 …he mouse click events generated by pressing the trackpoint (if press_to_select is enabled) generate
47 …ow fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled.
56 Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute o…
/openbmc/qemu/hw/arm/
H A Dz2.c110 int32_t enabled; member
137 z->enabled = 1; in OBJECT_DECLARE_SIMPLE_TYPE()
140 z->enabled = 0; in OBJECT_DECLARE_SIMPLE_TYPE()
163 z->enabled = 0; in zipit_lcd_realize()
174 VMSTATE_INT32(enabled, ZipitLCD),

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