/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-parameters.rst | 93 were enabled and if respective hardware is present. This list should be kept 98 ACPI ACPI support is enabled. 99 AGP AGP (Accelerated Graphics Port) is enabled. 100 ALSA ALSA sound support is enabled. 101 APIC APIC support is enabled. 102 APM Advanced Power Management support is enabled. 103 APPARMOR AppArmor support is enabled. 104 ARM ARM architecture is enabled. 105 ARM64 ARM64 architecture is enabled. 106 AX25 Appropriate AX.25 support is enabled. [all …]
|
/linux-6.12.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() 37 enabled = (secureboot > 1); in is_ppc_secureboot_enabled() 41 pr_info("Secure boot mode %s\n", enabled ? "enabled" : "disabled"); in is_ppc_secureboot_enabled() 43 return enabled; in is_ppc_secureboot_enabled() 49 bool enabled = false; in is_ppc_trustedboot_enabled() local 53 enabled = of_property_read_bool(node, "trusted-enabled"); in is_ppc_trustedboot_enabled() 56 if (enabled) in is_ppc_trustedboot_enabled() 61 enabled = (trustedboot > 0); in is_ppc_trustedboot_enabled() [all …]
|
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/ |
D | ethtool_mm.sh | 56 # NXP ENETC does not, and requires tx-enabled on in order to respond to 58 ethtool --set-mm $rx tx-enabled on 59 ethtool --set-mm $tx verify-enabled on tx-enabled on 74 ethtool --set-mm $tx verify-enabled off tx-enabled off 75 ethtool --set-mm $rx tx-enabled off 97 ethtool --set-mm $tx verify-enabled off tx-enabled on 109 ethtool --set-mm $tx verify-enabled off tx-enabled off 131 ethtool --set-mm $rx pmac-enabled off 132 ethtool --set-mm $tx verify-enabled on tx-enabled on 147 ethtool --set-mm $tx verify-enabled off tx-enabled off [all …]
|
/linux-6.12.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-6.12.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-6.12.1/drivers/usb/typec/mux/ |
D | gpio-sbu-mux.c | 21 struct mutex lock; /* protect enabled and swapped */ 22 bool enabled; member 30 bool enabled; in gpio_sbu_switch_set() local 35 enabled = sbu_mux->enabled; in gpio_sbu_switch_set() 40 enabled = false; in gpio_sbu_switch_set() 50 if (enabled != sbu_mux->enabled) in gpio_sbu_switch_set() 51 gpiod_set_value_cansleep(sbu_mux->enable_gpio, enabled); in gpio_sbu_switch_set() 56 sbu_mux->enabled = enabled; in gpio_sbu_switch_set() 77 sbu_mux->enabled = false; in gpio_sbu_mux_set() 82 sbu_mux->enabled = true; in gpio_sbu_mux_set() [all …]
|
/linux-6.12.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-6.12.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-6.12.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-6.12.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 215 - not 0 - enabled [all …]
|
/linux-6.12.1/drivers/regulator/ |
D | userspace-consumer.c | 27 bool enabled; member 47 if (data->enabled) in state_show() 48 return sprintf(buf, "enabled\n"); in state_show() 57 bool enabled; in state_store() local 64 if (sysfs_streq(buf, "enabled\n") || sysfs_streq(buf, "1")) in state_store() 65 enabled = true; in state_store() 67 enabled = false; in state_store() 74 if (enabled != data->enabled) { in state_store() 75 if (enabled) in state_store() 83 data->enabled = enabled; in state_store() [all …]
|
/linux-6.12.1/drivers/gpu/drm/renesas/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-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | mediatek,mt8365-pinctrl.yaml | 84 101: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled. 85 102: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled. 86 103: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled. 98 101: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled. 99 102: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled. 100 103: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled. 156 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled. 157 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled. 158 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled. 170 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled. [all …]
|
/linux-6.12.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-6.12.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() 378 if (err && alarm->enabled) in __rtc_read_alarm() 400 alarm->enabled = rtc->aie_timer.enabled; in rtc_read_alarm() 471 if (rtc->aie_timer.enabled) in rtc_set_alarm() 484 if (alarm->enabled) in rtc_set_alarm() 514 /* Alarm has to be enabled & in the future for us to enqueue it */ in rtc_initialize_alarm() 515 if (alarm->enabled && (rtc_tm_to_ktime(now) < in rtc_initialize_alarm() 517 rtc->aie_timer.enabled = 1; in rtc_initialize_alarm() [all …]
|
/linux-6.12.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-6.12.1/tools/verification/rv/src/ |
D | in_kernel.c | 35 long long enabled; in __ikm_read_enable() local 40 retval = tracefs_instance_file_read_number(NULL, path, &enabled); in __ikm_read_enable() 44 return enabled; in __ikm_read_enable() 54 int enabled; in ikm_read_enable() local 56 enabled = __ikm_read_enable(monitor_name); in ikm_read_enable() 57 if (enabled < 0) { in ikm_read_enable() 58 err_msg("ikm: fail read enabled: %d\n", enabled); in ikm_read_enable() 62 debug_msg("ikm: read enabled: %d\n", enabled); in ikm_read_enable() 64 return enabled; in ikm_read_enable() 77 debug_msg("ikm: writing enabled: %s\n", enable_disable); in ikm_write_enable() [all …]
|
/linux-6.12.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-6.12.1/tools/testing/selftests/mm/ |
D | thp_settings.c | 209 .thp_enabled = thp_read_string("enabled", thp_enabled_strings), in thp_read_settings() 231 settings->hugepages[i].enabled = THP_NEVER; in thp_read_settings() 234 snprintf(path, PATH_MAX, "hugepages-%ukB/enabled", in thp_read_settings() 236 settings->hugepages[i].enabled = in thp_read_settings() 242 settings->shmem_hugepages[i].enabled = SHMEM_NEVER; in thp_read_settings() 247 settings->shmem_hugepages[i].enabled = in thp_read_settings() 258 int enabled; in thp_write_settings() local 261 thp_write_string("enabled", thp_enabled_strings[settings->thp_enabled]); in thp_write_settings() 283 snprintf(path, PATH_MAX, "hugepages-%ukB/enabled", in thp_write_settings() 285 enabled = settings->hugepages[i].enabled; in thp_write_settings() [all …]
|
/linux-6.12.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-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | offloading.c | 49 u32 enabled = 0, size; in iwl_mvm_send_proto_offload() local 57 * Skip tentative address when ns offload is enabled to avoid in iwl_mvm_send_proto_offload() 116 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload() 143 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload() 165 enabled |= IWL_D3_PROTO_IPV6_VALID; in iwl_mvm_send_proto_offload() 170 if (offload_ns && (enabled & IWL_D3_PROTO_IPV6_VALID)) in iwl_mvm_send_proto_offload() 171 enabled |= IWL_D3_PROTO_OFFLOAD_NS; in iwl_mvm_send_proto_offload() 197 enabled |= IWL_D3_PROTO_OFFLOAD_ARP | IWL_D3_PROTO_IPV4_VALID; in iwl_mvm_send_proto_offload() 204 enabled |= IWL_D3_PROTO_OFFLOAD_BTM; in iwl_mvm_send_proto_offload() 207 common->enabled = cpu_to_le32(enabled); in iwl_mvm_send_proto_offload()
|
/linux-6.12.1/include/linux/ |
D | jump_label.h | 86 atomic_t enabled; member 241 * We should be using ATOMIC_INIT() for initializing .enabled, but 243 * in 'low-level' headers. Thus, we are initializing .enabled with a 248 { .enabled = { 1 }, \ 251 { .enabled = { 0 }, \ 261 return raw_atomic_read(&key->enabled); in static_key_count() 291 * Prevent key->enabled getting negative to follow the same semantics in static_key_fast_inc_not_disabled() 294 v = atomic_read(&key->enabled); in static_key_fast_inc_not_disabled() 298 } while (!likely(atomic_try_cmpxchg(&key->enabled, &v, v + 1))); in static_key_fast_inc_not_disabled() 306 atomic_dec(&key->enabled); in static_key_slow_dec() [all …]
|
/linux-6.12.1/Documentation/arch/x86/ |
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 94 then memory encryption can be enabled by supplying mem_encrypt=on on the 102 SEV-SNP introduces new features (SEV_FEATURES[1:63]) which can be enabled [all …]
|
/linux-6.12.1/lib/crypto/ |
D | Kconfig | 41 implementation is enabled, this implementation serves the users 58 implementation is enabled, this implementation serves the users 68 is available and enabled. 83 implementation is enabled, this implementation serves the users 94 one, if one is available and enabled. 119 implementation is enabled, this implementation serves the users 129 is available and enabled.
|