/linux/tools/testing/selftests/drivers/net/hw/ |
H A 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/drivers/pinctrl/aspeed/ |
H A 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/drivers/net/wireless/broadcom/b43/ |
H A 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/drivers/net/wireless/broadcom/b43legacy/ |
H A 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/include/trace/events/ |
H A 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/Documentation/networking/ |
H A 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 …]
|
H A 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/Documentation/devicetree/bindings/pinctrl/ |
H A 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/drivers/gpu/drm/renesas/rcar-du/ |
H A 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/drivers/rtc/ |
H A 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/Documentation/trace/coresight/ |
H A 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/drivers/gpu/drm/msm/hdmi/ |
H A 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/tools/verification/rv/src/ |
H A 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/Documentation/ABI/testing/ |
H A 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 …]
|
H A D | sysfs-kernel-slab | 40 enabled for that cache (see Documentation/mm/slub.rst). 51 Available when CONFIG_SLUB_STATS is enabled. 63 Available when CONFIG_SLUB_STATS is enabled. 74 Available when CONFIG_SLUB_STATS is enabled. 85 Available when CONFIG_SLUB_STATS is enabled. 97 Available when CONFIG_SLUB_STATS is enabled. 107 Available when CONFIG_ZONE_DMA is enabled. 129 Available when CONFIG_SLUB_STATS is enabled. 149 Available when CONFIG_SLUB_STATS is enabled. 159 Available when CONFIG_SLUB_STATS is enabled. [all …]
|
/linux/tools/testing/selftests/mm/ |
H A 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/include/linux/ |
H A 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/tools/testing/selftests/kexec/ |
H A 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/Documentation/arch/x86/ |
H A 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/Documentation/power/regulator/ |
H A D | consumer.rst | 44 The supply may already be enabled before regulator_enable() 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/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | apply.c | 63 bool enabled; member 67 * True if overlay is to be enabled. Used to check and calculate configs 68 * for the overlay before it is enabled in the HW. 87 /* If true, dispc output is enabled */ 90 /* If true, a display is enabled using this manager */ 91 bool enabled; member 207 if (!mp->enabled) in dss_check_settings_low() 219 if (!op->enabled && !op->enabling) in dss_check_settings_low() 262 if (!mp->enabled) in need_isr() 284 * managers, once the manager is enabled, the extra_info in need_isr() [all …]
|
/linux/drivers/greybus/ |
H A 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()
|
/linux/lib/crypto/ |
H A 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.
|
/linux/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 70 | This is the exit point for the 060FPSP when an enabled overflow exception 72 | for enabled overflow conditions. The exception stack frame is an overflow 89 | This is the exit point for the 060FPSP when an enabled underflow exception 91 | for enabled underflow conditions. The exception stack frame is an underflow 107 | This is the exit point for the 060FPSP when an enabled operand error exception 109 | for enabled operand error exceptions. The exception stack frame is an operand error 126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception 128 | for enabled signalling NaN exceptions. The exception stack frame is a signalling NaN 145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception 147 | for enabled divide-by-zero exceptions. The exception stack frame is a divide-by-zero [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | st,sta32x.txt | 23 If specified, the clock will be enabled when the codec is probed, 31 If parameter is missing, mode 0 will be enabled. 44 If present, thermal warning recovery is enabled. 47 If present, fault detect recovery is enabled. 50 If present, thermal warning adjustment is enabled. 53 If present, then fault recovery will be enabled. 68 power output is enabled. 79 If present, automatic invalid input detect mute is enabled.
|