Home
last modified time | relevance | path

Searched full:enabled (Results 1 – 25 of 5543) sorted by relevance

12345678910>>...222

/linux-5.10/Documentation/admin-guide/
Dkernel-parameters.rst81 enabled and if respective hardware is present. The text in square brackets at
85 ACPI ACPI support is enabled.
86 AGP AGP (Accelerated Graphics Port) is enabled.
87 ALSA ALSA sound support is enabled.
88 APIC APIC support is enabled.
89 APM Advanced Power Management support is enabled.
90 ARM ARM architecture is enabled.
91 ARM64 ARM64 architecture is enabled.
92 AX25 Appropriate AX.25 support is enabled.
93 CLK Common clock infrastructure is enabled.
[all …]
/linux-5.10/arch/powerpc/kernel/
Dsecure_boot.c25 bool enabled = false; in is_ppc_secureboot_enabled() local
29 enabled = of_property_read_bool(node, "os-secureboot-enforcing"); in is_ppc_secureboot_enabled()
32 if (enabled) in is_ppc_secureboot_enabled()
36 enabled = (secureboot > 1); in is_ppc_secureboot_enabled()
39 pr_info("Secure boot mode %s\n", enabled ? "enabled" : "disabled"); in is_ppc_secureboot_enabled()
41 return enabled; in is_ppc_secureboot_enabled()
47 bool enabled = false; in is_ppc_trustedboot_enabled() local
51 enabled = of_property_read_bool(node, "trusted-enabled"); in is_ppc_trustedboot_enabled()
54 if (enabled) in is_ppc_trustedboot_enabled()
58 enabled = (trustedboot > 0); in is_ppc_trustedboot_enabled()
[all …]
/linux-5.10/drivers/pinctrl/aspeed/
Dpinmux-aspeed.c24 * Query the enabled or disabled state of a signal descriptor
27 * @enabled: True to query the enabled state, false to query disabled state
31 * selected by @enabled, 0 if not, and less than zero if an unrecoverable
36 * a value that is neither the enabled nor disabled state recorded in the
38 * is enabled). Thus we must explicitly test for either condition as required.
41 bool enabled, struct regmap *map) in aspeed_sig_desc_eval() argument
54 aspeed_sig_desc_print_val(desc, enabled, raw); in aspeed_sig_desc_eval()
55 want = enabled ? desc->enable : desc->disable; in aspeed_sig_desc_eval()
61 * Query the enabled or disabled state for a mux function's signal on a pin
65 * @enabled: True to query the enabled state, false to query disabled state
[all …]
/linux-5.10/drivers/net/wireless/broadcom/b43/
Drfkill.c15 /* Returns TRUE, if the radio is enabled in hardware. */
27 bool enabled; in b43_rfkill_poll() local
40 enabled = b43_is_hw_radio_enabled(dev); in b43_rfkill_poll()
42 if (unlikely(enabled != dev->radio_hw_enable)) { in b43_rfkill_poll()
43 dev->radio_hw_enable = enabled; in b43_rfkill_poll()
45 enabled ? "ENABLED" : "DISABLED"); in b43_rfkill_poll()
46 wiphy_rfkill_set_hw_state(hw->wiphy, !enabled); in b43_rfkill_poll()
47 if (enabled != dev->phy.radio_on) in b43_rfkill_poll()
48 b43_software_rfkill(dev, !enabled); in b43_rfkill_poll()
/linux-5.10/drivers/regulator/
Duserspace-consumer.c26 bool enabled; member
45 if (data->enabled) in reg_show_state()
46 return sprintf(buf, "enabled\n"); in reg_show_state()
55 bool enabled; in reg_set_state() local
62 if (sysfs_streq(buf, "enabled\n") || sysfs_streq(buf, "1")) in reg_set_state()
63 enabled = true; in reg_set_state()
65 enabled = false; in reg_set_state()
72 if (enabled != data->enabled) { in reg_set_state()
73 if (enabled) in reg_set_state()
81 data->enabled = enabled; in reg_set_state()
[all …]
/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
Drfkill.c16 /* Returns TRUE, if the radio is enabled in hardware. */
44 bool enabled; in b43legacy_rfkill_poll() local
57 enabled = b43legacy_is_hw_radio_enabled(dev); in b43legacy_rfkill_poll()
59 if (unlikely(enabled != dev->radio_hw_enable)) { in b43legacy_rfkill_poll()
60 dev->radio_hw_enable = enabled; in b43legacy_rfkill_poll()
62 enabled ? "ENABLED" : "DISABLED"); in b43legacy_rfkill_poll()
63 wiphy_rfkill_set_hw_state(hw->wiphy, !enabled); in b43legacy_rfkill_poll()
64 if (enabled != dev->phy.radio_on) { in b43legacy_rfkill_poll()
65 if (enabled) in b43legacy_rfkill_poll()
/linux-5.10/include/trace/events/
Drtc.h82 TP_PROTO(int enabled, int err),
84 TP_ARGS(enabled, err),
87 __field(int, enabled)
92 __entry->enabled = enabled;
97 __entry->enabled ? "enable" : "disable",
104 TP_PROTO(unsigned int enabled, int err),
106 TP_ARGS(enabled, err),
109 __field(unsigned int, enabled)
114 __entry->enabled = enabled;
119 __entry->enabled ? "enable" : "disable",
/linux-5.10/drivers/base/power/
Dsysfs.c36 * + "enabled\n" to issue the events;
65 * state transitions can be enabled by writing "enabled" to this file.
71 * + "enabled\n" to permit the asynchronous suspend/resume of the device;
77 * attribute is set to "enabled" by bus type code or device drivers and in
321 static const char _enabled[] = "enabled";
353 bool enabled = false; in wakeup_count_show() local
358 enabled = true; in wakeup_count_show()
362 if (!enabled) in wakeup_count_show()
374 bool enabled = false; in wakeup_active_count_show() local
379 enabled = true; in wakeup_active_count_show()
[all …]
/linux-5.10/Documentation/networking/
Dipvs-sysctl.rst22 enabled and the variable is automatically set to 2, otherwise
27 - not 0 - enabled
55 - not 0 - enabled
60 This should be enabled if connections handled by IPVS are to be
68 Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled.
72 - not 0 - enabled
74 If it is enabled, forward packets to the original destination
94 Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled.
115 is enabled and the variable is automatically set to 2,
117 1), and 3 means that the strategy is always enabled.
[all …]
Dnf_conntrack-sysctl.rst12 - not 0 - enabled
27 - not 0 - enabled (default)
30 in INVALID state. If this is enabled, such packets will not be
38 - not 0 - enabled (default)
40 If this option is enabled, the connection tracking code will
73 - not 0 - enabled
108 - not 0 - enabled
115 - not 0 - enabled (default)
159 - not 0 - enabled
/linux-5.10/drivers/net/
Dnetconsole.c80 * @enabled: On / off knob to enable / disable target.
85 * runtime only when it is disabled (enabled == 0).
101 bool enabled; member
199 nt->enabled = true; in alloc_param_target()
223 * | enabled
248 return snprintf(buf, PAGE_SIZE, "%d\n", to_target(item)->enabled); in enabled_show()
306 * are not enabled (and the corresponding netpoll activated) by default.
316 int enabled; in enabled_store() local
320 err = kstrtoint(buf, 10, &enabled); in enabled_store()
325 if (enabled < 0 || enabled > 1) in enabled_store()
[all …]
/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_cmm.c28 * @lut.enabled: 1D-LUT enabled flag
31 bool enabled; member
74 * and its functional clock enabled. To guarantee this, before any call to
75 * this function is made, the CMM unit has to be enabled by calling
88 if (rcmm->lut.enabled) { in rcar_cmm_setup()
90 rcmm->lut.enabled = false; in rcar_cmm_setup()
97 if (!rcmm->lut.enabled) { in rcar_cmm_setup()
99 rcmm->lut.enabled = true; in rcar_cmm_setup()
113 * the unit shall be enabled before the DU channel is started, and remain
114 * enabled until the channel is stopped. The CMM unit shall be disabled with
[all …]
/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/
Dvxge.rst52 v) Offloads supported: (Enabled by default)
58 vi) MSI-X: (Enabled by default)
63 vii) NAPI: (Enabled by default)
67 viii)RTH (Receive Traffic Hash): (Enabled by default)
76 x) Multiple hardware queues: (Enabled by default)
79 multiple steering options (transmit multiqueue enabled by default).
85 Specifies maximum device functions to be enabled.
90 Specifies number of ports to be enabled.
105 Valid range: 0,1 (disabled, enabled respectively)
113 Valid range: 0,1 (disabled, enabled respectively)
/linux-5.10/drivers/rtc/
Dinterface.c141 uie = rtc->uie_rtctimer.enabled || rtc->uie_irq_active; in rtc_set_time()
143 uie = rtc->uie_rtctimer.enabled; in rtc_set_time()
192 alarm->enabled = 0; in rtc_read_alarm_internal()
399 alarm->enabled = rtc->aie_timer.enabled; in rtc_read_alarm()
468 if (rtc->aie_timer.enabled) in rtc_set_alarm()
473 if (alarm->enabled) in rtc_set_alarm()
503 /* Alarm has to be enabled & in the future for us to enqueue it */ in rtc_initialize_alarm()
504 if (alarm->enabled && (rtc_tm_to_ktime(now) < in rtc_initialize_alarm()
506 rtc->aie_timer.enabled = 1; in rtc_initialize_alarm()
515 int rtc_alarm_irq_enable(struct rtc_device *rtc, unsigned int enabled) in rtc_alarm_irq_enable() argument
[all …]
/linux-5.10/arch/mips/oprofile/
Dop_model_loongson2.c63 if (cfg[0].enabled) { in loongson2_reg_setup()
68 if (cfg[1].enabled) { in loongson2_reg_setup()
73 if (cfg[0].enabled || cfg[1].enabled) { in loongson2_reg_setup()
83 reg.cnt1_enabled = cfg[0].enabled; in loongson2_reg_setup()
84 reg.cnt2_enabled = cfg[1].enabled; in loongson2_reg_setup()
110 int enabled; in loongson2_perfcount_handler() local
113 enabled = read_c0_perfctrl() & LOONGSON2_PERFCTRL_ENABLE; in loongson2_perfcount_handler()
114 if (!enabled) in loongson2_perfcount_handler()
116 enabled = reg.cnt1_enabled | reg.cnt2_enabled; in loongson2_perfcount_handler()
117 if (!enabled) in loongson2_perfcount_handler()
/linux-5.10/drivers/gpu/drm/msm/hdmi/
Dhdmi_audio.c79 bool enabled = audio->enabled; in msm_hdmi_audio_update() local
83 DBG("audio: enabled=%d, channels=%d, channel_allocation=0x%x, " in msm_hdmi_audio_update()
85 audio->enabled, info->channels, info->channel_allocation, in msm_hdmi_audio_update()
89 if (enabled && !(hdmi->power_on && hdmi->pixclock)) { in msm_hdmi_audio_update()
91 enabled = false; in msm_hdmi_audio_update()
94 if (enabled) { in msm_hdmi_audio_update()
99 enabled = false; in msm_hdmi_audio_update()
113 if (enabled) { in msm_hdmi_audio_update()
206 COND(enabled, HDMI_AUD_INT_AUD_FIFO_URUN_INT) | in msm_hdmi_audio_update()
207 COND(enabled, HDMI_AUD_INT_AUD_SAM_DROP_INT)); in msm_hdmi_audio_update()
[all …]
/linux-5.10/lib/crypto/
DKconfig24 implementation is enabled, this implementation serves the users
34 is available and enabled.
50 implementation is enabled, this implementation serves the users
60 is available and enabled.
75 implementation is enabled, this implementation serves the users
85 one, if one is available and enabled.
110 implementation is enabled, this implementation serves the users
120 is available and enabled.
/linux-5.10/tools/testing/selftests/kexec/
Dtest_kexec_load.sh16 kconfig_enabled "CONFIG_KEXEC=y" "kexec_load is enabled"
18 log_skip "kexec_load is not enabled"
21 kconfig_enabled "CONFIG_IMA_APPRAISE=y" "IMA enabled"
25 "IMA architecture specific policy enabled"
31 # kexec_load should fail in secure boot mode and CONFIG_IMA_ARCH_POLICY enabled
38 log_info "Either IMA or the IMA arch policy is not enabled"
/linux-5.10/drivers/net/ipa/
Dipa_interrupt.c35 * @enabled: Mask indicating which interrupts are enabled
41 u32 enabled; member
79 u32 enabled = interrupt->enabled; in ipa_interrupt_process_all() local
83 * including conditions whose interrupt is not enabled. Handle in ipa_interrupt_process_all()
84 * only the enabled ones. in ipa_interrupt_process_all()
87 while ((mask &= enabled)) { in ipa_interrupt_process_all()
121 if (mask & interrupt->enabled) in ipa_isr()
190 interrupt->enabled |= BIT(ipa_irq); in ipa_interrupt_add()
191 iowrite32(interrupt->enabled, ipa->reg_virt + IPA_REG_IRQ_EN_OFFSET); in ipa_interrupt_add()
202 interrupt->enabled &= ~BIT(ipa_irq); in ipa_interrupt_remove()
[all …]
/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-power14 space to check if the device is enabled to wake up the system
24 + "enabled\n" to issue the events;
28 by the contents of this file by writing either "enabled", or
33 be enabled to wake up the system from sleep states.
67 + "enabled\n" to permit the asynchronous suspend/resume;
71 "enabled", or "disabled" to it.
76 devices this attribute is set to "enabled" by bus type code or
88 If the device is not enabled to wake up the system from sleep
100 the device is not enabled to wake up the system from sleep
112 attribute is not present. If the device is not enabled to wake
[all …]
/linux-5.10/include/linux/
Djump_label.h88 atomic_t enabled; member
111 atomic_t enabled; member
234 * We should be using ATOMIC_INIT() for initializing .enabled, but
236 * in 'low-level' headers. Thus, we are initializing .enabled with a
241 { .enabled = { 1 }, \
244 { .enabled = { 0 }, \
254 return atomic_read(&key->enabled); in static_key_count()
279 atomic_inc(&key->enabled); in static_key_slow_inc()
285 atomic_dec(&key->enabled); in static_key_slow_dec()
308 if (atomic_read(&key->enabled) != 0) { in static_key_enable()
[all …]
/linux-5.10/sound/soc/intel/
DKconfig90 If you have a Intel Skylake platform with the DSP enabled
100 enabled in the BIOS then enable this option by saying Y or m.
109 enabled in the BIOS then enable this option by saying Y or m.
118 enabled in the BIOS then enable this option by saying Y or m.
127 enabled in the BIOS then enable this option by saying Y or m.
136 enabled in the BIOS then enable this option by saying Y or m.
145 enabled in the BIOS then enable this option by saying Y or m.
154 enabled in the BIOS then enable this option by saying Y or m.
182 GeminiLake or CannonLake platform with the DSP enabled in the BIOS
/linux-5.10/Documentation/x86/
Damd-memory-encryption.rst20 memory may be encrypted with hypervisor key. When SME is enabled, the hypervisor
36 When SEV is enabled, instruction pages and guest page tables are always treated
52 memory encryption is enabled (this only affects
57 determine if SME is enabled and/or to enable memory encryption::
61 1 = memory encryption features are enabled
81 - Enabled:
85 Supported, Enabled and the Linux kernel is actively applying
89 SME can also be enabled and activated in the BIOS. If SME is enabled and
/linux-5.10/drivers/greybus/
Dsvc_watchdog.c18 bool enabled; member
98 watchdog->enabled = false; in do_work()
103 if (watchdog->enabled) in do_work()
119 watchdog->enabled = false; in gb_svc_watchdog_create()
164 return svc->watchdog->enabled; in gb_svc_watchdog_enabled()
175 if (watchdog->enabled) in gb_svc_watchdog_enable()
178 watchdog->enabled = true; in gb_svc_watchdog_enable()
191 if (!watchdog->enabled) in gb_svc_watchdog_disable()
194 watchdog->enabled = false; in gb_svc_watchdog_disable()
/linux-5.10/Documentation/power/regulator/
Dconsumer.rst44 The supply may already be enabled before regulator_enabled() is called.
46 previously enabled by bootloader or kernel board initialization code.
48 A consumer can determine if a regulator is enabled by calling::
52 This will return > zero when the regulator is enabled.
61 regulator will only be disabled when the enabled reference count is zero.
87 NOTE: this can be called when the regulator is enabled or disabled. If called
88 when enabled, then the voltage changes instantly, otherwise the voltage
90 next enabled.
98 regulator is enabled or disabled and should NOT be used to determine regulator
119 this can be called when the regulator is enabled or disabled. If called
[all …]

12345678910>>...222