/linux-6.8/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.8/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-6.8/tools/testing/selftests/net/forwarding/ |
D | ethtool_mm.sh | 55 # NXP ENETC does not, and requires tx-enabled on in order to respond to 57 ethtool --set-mm $rx tx-enabled on 58 ethtool --set-mm $tx verify-enabled on tx-enabled on 73 ethtool --set-mm $tx verify-enabled off tx-enabled off 74 ethtool --set-mm $rx tx-enabled off 96 ethtool --set-mm $tx verify-enabled off tx-enabled on 108 ethtool --set-mm $tx verify-enabled off tx-enabled off 130 ethtool --set-mm $rx pmac-enabled off 131 ethtool --set-mm $tx verify-enabled on tx-enabled on 146 ethtool --set-mm $tx verify-enabled off tx-enabled off [all …]
|
/linux-6.8/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.8/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.8/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(sbu_mux->enable_gpio, enabled); in gpio_sbu_switch_set() 56 sbu_mux->enabled = enabled; in gpio_sbu_switch_set() 74 sbu_mux->enabled = false; in gpio_sbu_mux_set() 79 sbu_mux->enabled = true; in gpio_sbu_mux_set() [all …]
|
/linux-6.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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() 379 if (err && alarm->enabled) in __rtc_read_alarm() 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() [all …]
|
/linux-6.8/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.8/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.8/drivers/net/ |
D | netconsole.c | 83 * @enabled: On / off knob to enable / disable target. 88 * runtime only when it is disabled (enabled == 0). 107 bool enabled; member 209 * | enabled 235 return sysfs_emit(buf, "%d\n", to_target(item)->enabled); in enabled_show() 298 * are not enabled (and the corresponding netpoll activated) by default. 308 bool enabled; in enabled_store() local 312 err = kstrtobool(buf, &enabled); in enabled_store() 317 if ((bool)enabled == nt->enabled) { in enabled_store() 319 nt->enabled ? "started" : "stopped"); in enabled_store() [all …]
|
/linux-6.8/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.8/tools/perf/pmu-events/arch/x86/sierraforest/ |
D | cache.json | 37 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 48 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 59 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 70 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 81 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 92 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 103 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 114 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 125 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 136 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.",
|
/linux-6.8/tools/perf/pmu-events/arch/x86/grandridge/ |
D | cache.json | 37 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 48 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 59 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 70 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 81 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 92 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 103 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 114 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 125 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.", 136 …ed the latency threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with PEBS enabled.",
|
/linux-6.8/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.8/Documentation/admin-guide/mm/ |
D | transhuge.rst | 63 THP can be enabled system wide or restricted to certain tasks or even 87 In certain cases when hugepages are enabled system wide, application 111 (mostly for debugging purposes) or only enabled inside MADV_HUGEPAGE 112 regions (to avoid the risk of consuming more memory resources) or enabled 115 echo always >/sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/enabled 116 echo madvise >/sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/enabled 117 echo never >/sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/enabled 124 echo always >/sys/kernel/mm/transparent_hugepage/hugepages-2048kB/enabled 127 will inherit the top-level "enabled" value:: 129 echo inherit >/sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/enabled [all …]
|
/linux-6.8/tools/perf/pmu-events/arch/x86/alderlaken/ |
D | cache.json | 155 …d of 128 cycles as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled.", 162 …as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled. If a PEBS record… 167 …ld of 16 cycles as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled.", 174 …as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled. If a PEBS record… 179 …d of 256 cycles as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled.", 186 …as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled. If a PEBS record… 191 …ld of 32 cycles as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled.", 198 …as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled. If a PEBS record… 203 …old of 4 cycles as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled.", 210 …as defined in MEC_CR_PEBS_LD_LAT_THRESHOLD (3F6H). Only counts with PEBS enabled. If a PEBS record… [all …]
|