/Linux-v6.1/Documentation/admin-guide/ |
D | kernel-parameters.rst | 93 enabled and if respective hardware is present. The text in square brackets at 97 ACPI ACPI support is enabled. 98 AGP AGP (Accelerated Graphics Port) is enabled. 99 ALSA ALSA sound support is enabled. 100 APIC APIC support is enabled. 101 APM Advanced Power Management support is enabled. 102 APPARMOR AppArmor support is enabled. 103 ARM ARM architecture is enabled. 104 ARM64 ARM64 architecture is enabled. 105 AX25 Appropriate AX.25 support is enabled. [all …]
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | secure_boot.c | 25 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-v6.1/drivers/pinctrl/aspeed/ |
D | pinmux-aspeed.c | 24 * aspeed_sig_desc_eval() - Query the enabled or disabled state of a signal 28 * @enabled: True to query the enabled state, false to query disabled state 32 * selected by @enabled, 0 if not, and less than zero if an unrecoverable 37 * a value that is neither the enabled nor disabled state recorded in the 39 * is enabled). Thus we must explicitly test for either condition as required. 42 bool enabled, struct regmap *map) in aspeed_sig_desc_eval() argument 55 aspeed_sig_desc_print_val(desc, enabled, raw); in aspeed_sig_desc_eval() 56 want = enabled ? desc->enable : desc->disable; in aspeed_sig_desc_eval() 62 * aspeed_sig_expr_eval - Query the enabled or disabled state for a 67 * @enabled: True to query the enabled state, false to query disabled state [all …]
|
/Linux-v6.1/drivers/net/wireless/broadcom/b43/ |
D | rfkill.c | 15 /* 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-v6.1/drivers/regulator/ |
D | userspace-consumer.c | 26 bool enabled; member 45 if (data->enabled) in state_show() 46 return sprintf(buf, "enabled\n"); in state_show() 55 bool enabled; in state_store() local 62 if (sysfs_streq(buf, "enabled\n") || sysfs_streq(buf, "1")) in state_store() 63 enabled = true; in state_store() 65 enabled = false; in state_store() 72 if (enabled != data->enabled) { in state_store() 73 if (enabled) in state_store() 81 data->enabled = enabled; in state_store() [all …]
|
/Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/ |
D | rfkill.c | 16 /* 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-v6.1/include/trace/events/ |
D | rtc.h | 82 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-v6.1/drivers/base/power/ |
D | sysfs.c | 36 * + "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-v6.1/Documentation/networking/ |
D | ipvs-sysctl.rst | 22 enabled and the variable is automatically set to 2, otherwise 27 - not 0 - enabled 54 - not 0 - enabled 59 This should be enabled if connections handled by IPVS are to be 67 Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled. 71 - not 0 - enabled 73 If it is enabled, forward packets to the original destination 93 Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled. 114 is enabled and the variable is automatically set to 2, 116 1), and 3 means that the strategy is always enabled. [all …]
|
D | nf_conntrack-sysctl.rst | 12 - not 0 - enabled 26 - not 0 - enabled (default) 29 in INVALID state. If this is enabled, such packets will not be 37 - 1 - enabled 40 If this option is enabled, the connection tracking code will 105 - not 0 - enabled 112 - 1 - enabled 118 - not 0 - enabled (default) 162 - not 0 - enabled 186 - not 0 - enabled [all …]
|
/Linux-v6.1/drivers/net/ |
D | netconsole.c | 80 * @enabled: On / off knob to enable / disable target. 85 * runtime only when it is disabled (enabled == 0). 102 bool enabled; member 200 nt->enabled = true; in alloc_param_target() 224 * | enabled 249 return snprintf(buf, PAGE_SIZE, "%d\n", to_target(item)->enabled); in enabled_show() 307 * are not enabled (and the corresponding netpoll activated) by default. 317 int enabled; in enabled_store() local 321 err = kstrtoint(buf, 10, &enabled); in enabled_store() 326 if (enabled < 0 || enabled > 1) in enabled_store() [all …]
|
/Linux-v6.1/drivers/gpu/drm/rcar-du/ |
D | rcar_cmm.c | 28 * @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-v6.1/Documentation/trace/coresight/ |
D | coresight-config.rst | 15 can then be easily enabled from sysfs or perf. 20 be defined and enabled as named configurations. 45 The feature will not be active on the device until the feature is enabled, and 46 the device itself is enabled. When the device is enabled then enabled features 49 A feature is enabled as part of a configuration being enabled on the system. 56 feature being enabled that can adjust the behaviour of the operation programmed 60 at a given rate. When the feature is enabled then the current value of the 70 is enabled on that device. 82 enabled on a class of devices - i.e. any ETMv4, or specific devices, e.g. a 86 This will define the features that must be enabled as part of the configuration [all …]
|
/Linux-v6.1/drivers/gpu/drm/msm/hdmi/ |
D | hdmi_audio.c | 79 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-v6.1/drivers/rtc/ |
D | interface.c | 141 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() 470 if (rtc->aie_timer.enabled) in rtc_set_alarm() 483 if (alarm->enabled) in rtc_set_alarm() 513 /* Alarm has to be enabled & in the future for us to enqueue it */ in rtc_initialize_alarm() 514 if (alarm->enabled && (rtc_tm_to_ktime(now) < in rtc_initialize_alarm() 516 rtc->aie_timer.enabled = 1; in rtc_initialize_alarm() 525 int rtc_alarm_irq_enable(struct rtc_device *rtc, unsigned int enabled) in rtc_alarm_irq_enable() argument [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-devices-power | 14 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-v6.1/tools/testing/selftests/kexec/ |
D | test_kexec_load.sh | 16 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-v6.1/Documentation/x86/ |
D | xstate.rst | 6 evaluate which features have been enabled by the kernel XCR0. 8 Up to AVX-512 and PKRU states, these features are automatically enabled by 10 are enabled by XCR0 as well, but the first use of related instruction is 14 Using dynamically enabled XSTATE features in user space applications 40 ARCH_REQ_XCOMP_PERM allows to request permission for a dynamically enabled 42 AMX, and can require one or more XSTATE components to be enabled. 59 The first use of an instruction related to a dynamically enabled feature is 70 Dynamcally enabled features are not written to the signal frame upon signal
|
D | amd-memory-encryption.rst | 20 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-v6.1/lib/crypto/ |
D | Kconfig | 27 implementation is enabled, this implementation serves the users 44 implementation is enabled, this implementation serves the users 54 is available and enabled. 69 implementation is enabled, this implementation serves the users 80 one, if one is available and enabled. 105 implementation is enabled, this implementation serves the users 115 is available and enabled.
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | offloading.c | 48 u32 enabled = 0, size; in iwl_mvm_send_proto_offload() local 56 * Skip tentative address when ns offload is enabled to avoid in iwl_mvm_send_proto_offload() 115 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload() 142 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload() 164 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload() 169 if (offload_ns && (enabled & IWL_D3_PROTO_IPV6_VALID)) in iwl_mvm_send_proto_offload() 170 enabled |= IWL_D3_PROTO_OFFLOAD_NS; in iwl_mvm_send_proto_offload() 196 enabled |= IWL_D3_PROTO_OFFLOAD_ARP | IWL_D3_PROTO_IPV4_VALID; in iwl_mvm_send_proto_offload() 202 common->enabled = cpu_to_le32(enabled); in iwl_mvm_send_proto_offload()
|
/Linux-v6.1/Documentation/power/regulator/ |
D | consumer.rst | 44 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 …]
|
/Linux-v6.1/drivers/net/ethernet/cisco/enic/ |
D | vnic_enet.h | 26 #define VENETF_TSO 0x1 /* TSO enabled */ 27 #define VENETF_LRO 0x2 /* LRO enabled */ 28 #define VENETF_RXCSUM 0x4 /* RX csum enabled */ 29 #define VENETF_TXCSUM 0x8 /* TX csum enabled */ 30 #define VENETF_RSS 0x10 /* RSS enabled */ 37 #define VENETF_LOOP 0x800 /* Loopback enabled */
|
/Linux-v6.1/sound/soc/intel/ |
D | Kconfig | 93 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
|
/Linux-v6.1/drivers/greybus/ |
D | svc_watchdog.c | 18 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()
|