Home
last modified time | relevance | path

Searched full:enabling (Results 1 – 25 of 1901) sorted by relevance

12345678910>>...77

/Linux-v5.15/drivers/clk/qcom/
Dclk-branch.c28 static bool clk_branch_check_halt(const struct clk_branch *br, bool enabling) in clk_branch_check_halt() argument
39 return !!val == !enabling; in clk_branch_check_halt()
47 static bool clk_branch2_check_halt(const struct clk_branch *br, bool enabling) in clk_branch2_check_halt() argument
57 if (enabling) { in clk_branch2_check_halt()
66 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument
79 if (br->halt_check == BRANCH_HALT_DELAY || (!enabling && voted)) { in clk_branch_wait()
83 (enabling && voted)) { in clk_branch_wait()
87 if (check_halt(br, enabling)) in clk_branch_wait()
92 enabling ? "ff" : "n"); in clk_branch_wait()
/Linux-v5.15/tools/testing/selftests/livepatch/
Dtest-state.sh23 livepatch: enabling patch '$MOD_LIVEPATCH'
55 livepatch: enabling patch '$MOD_LIVEPATCH'
65 livepatch: enabling patch '$MOD_LIVEPATCH2'
100 livepatch: enabling patch '$MOD_LIVEPATCH2'
110 livepatch: enabling patch '$MOD_LIVEPATCH3'
121 livepatch: enabling patch '$MOD_LIVEPATCH2'
153 livepatch: enabling patch '$MOD_LIVEPATCH2'
Dtest-callbacks.sh40 livepatch: enabling patch '$MOD_LIVEPATCH'
85 livepatch: enabling patch '$MOD_LIVEPATCH'
135 livepatch: enabling patch '$MOD_LIVEPATCH'
181 livepatch: enabling patch '$MOD_LIVEPATCH'
223 livepatch: enabling patch '$MOD_LIVEPATCH'
260 livepatch: enabling patch '$MOD_LIVEPATCH'
299 livepatch: enabling patch '$MOD_LIVEPATCH'
348 livepatch: enabling patch '$MOD_LIVEPATCH'
428 livepatch: enabling patch '$MOD_LIVEPATCH'
471 livepatch: enabling patch '$MOD_LIVEPATCH'
[all …]
Dtest-livepatch.sh35 livepatch: enabling patch '$MOD_LIVEPATCH'
79 livepatch: enabling patch '$MOD_LIVEPATCH'
86 livepatch: enabling patch '$MOD_REPLACE'
139 livepatch: enabling patch '$MOD_LIVEPATCH'
146 livepatch: enabling patch '$MOD_REPLACE'
Dtest-ftrace.sh38 livepatch: enabling patch '$MOD_LIVEPATCH'
49 livepatch: enabling patch '$MOD_LIVEPATCH'
/Linux-v5.15/block/
DKconfig100 Enabling this option enables the block layer to throttle buffered
117 Enabling this option enables the .latency interface for IO throttling.
128 Enabling this option enables the support to track FC I/O traffic across
139 Enabling this option enables the .weight interface for cost
173 Enabling this option enables users to setup/unlock/lock
179 Build the blk-crypto subsystem. Enabling this lets the
189 Enabling this lets the block layer handle inline encryption
/Linux-v5.15/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_traceonoff_triggers.tc9 # Ftrace allows to add triggers to functions, such as enabling or disabling
10 # tracing, enabling or disabling trace events, or recording a stack trace
13 # This test is designed to test enabling and disabling tracing triggers
23 echo "Testing function probes with enabling disabling tracing:"
/Linux-v5.15/fs/cifs/
DKconfig61 Enabling this option will allow more detailed statistics on SMB
113 Enabling this option will cause the cifs client to attempt to
126 Enabling this option adds helpful debugging messages to
134 Enabling this option adds a few more debugging routines
145 Enabling this will dump the encryption and decryption keys
/Linux-v5.15/drivers/clk/
Dclk-aspeed.h20 * reset is required when enabling the clock
39 * reset is required when enabling the clock
43 * Some of the clocks in the Aspeed SoC must be put in reset before enabling.
/Linux-v5.15/Documentation/driver-api/thermal/
Dexynos_thermal_emulation.rst18 Enabling CONFIG_THERMAL_EMULATION option will make this support
32 enabling. It means when you want to update the any value of delay or
34 time. (Or you have to keep the mode enabling.) If you don't, it fails to
/Linux-v5.15/security/integrity/ima/
DKconfig204 Enabling this rule will require all kexec'ed kernel images to
209 kexec_load syscall. Enabling this rule will prevent its
217 Enabling this rule will require all kernel modules to be signed
221 via the finit_module syscall. Enabling this rule will prevent
229 Enabling this rule will require the IMA policy to be signed and
/Linux-v5.15/Documentation/PCI/
Dpci-iov-howto.rst39 enabling and disabling of the capability via API provided by SR-IOV core.
49 checks, e.g., check numvfs == 0 if enabling VFs, ensure
91 command below before enabling SR-IOV capabilities. This is the
99 command below before enabling SR-IOV capabilities. Updating this
/Linux-v5.15/include/linux/regulator/
Ddriver.h90 * @set_over_current_protection: Support enabling of and setting limits for over
102 * @set_over_voltage_protection: Support enabling of and setting limits for over
105 * @set_under_voltage_protection: Support enabling of and setting limits for
107 * @set_thermal_protection: Support enabling of and setting limits for over
315 * @enable_val: Enabling value for control when using regmap enable/disable ops
321 * @bypass_val_on: Enabling value for control when using regmap set_bypass
323 * @active_discharge_off: Enabling value for control when using regmap
333 * @soft_start_val_on: Enabling value for control when using regmap
337 * @pull_down_val_on: Enabling value for control when using regmap
347 * @off_on_delay: guard time (in uS), before re-enabling a regulator
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/mtd/
Dnand-macronix.txt8 Enabling the randomizer is a one time persistent and non reversible
12 with hardware ECC and not enabled at UBI level, then enabling the
/Linux-v5.15/drivers/thermal/qcom/
Dlmh.c147 dev_err(dev, "Error %d enabling current subfunction\n", ret); in lmh_probe()
152 dev_err(dev, "Error %d enabling reliability subfunction\n", ret); in lmh_probe()
157 dev_err(dev, "Error %d enabling BCL subfunction\n", ret); in lmh_probe()
162 dev_err(dev, "Error %d enabling thermal subfunction\n", ret); in lmh_probe()
/Linux-v5.15/Documentation/admin-guide/media/
Dbuilding.rst77 enabling configuration options directly. To enable media support
99 It should be noticed that enabling the above from a clean config is
119 Enabling Remote Controller Support
136 ``lirc`` program, by enabling an API that allows userspace to receive raw data
164 Enabling HDMI CEC Support
192 Enabling Media Support
/Linux-v5.15/include/linux/
Dfsverity.h21 * Begin enabling verity on the given file.
26 * for enabling verity, e.g. evicting inline data. It also must return
36 * End enabling verity on the given file.
43 * If desc == NULL, then enabling verity failed and the filesystem only
/Linux-v5.15/drivers/regulator/
Dbd71828-regulator.c286 * enabling power rail on different states.
327 * enabling power rail on different states.
368 * enabling power rail on different states.
491 * enabling power rail on different states.
531 * enabling power rail on different states.
571 * enabling power rail on different states.
612 * enabling power rail on different states.
714 * enabling power rail on different states.
/Linux-v5.15/drivers/infiniband/ulp/ipoib/
DKconfig18 enabling this option, you need to switch to connected mode
23 WARNING: Enabling connected mode will trigger some packet
/Linux-v5.15/Documentation/virt/kvm/
Dcpuid.rst66 before enabling paravirtualized
70 before enabling paravirtualized
78 before enabling paravirtualized
/Linux-v5.15/drivers/net/ethernet/neterion/
DKconfig51 bool "Enabling All Debug trace statements in driver"
55 Say Y here if you want to enabling all the debug trace statements in
/Linux-v5.15/Documentation/trace/
Dtracepoint-analysis.rst52 3. Enabling Events
55 3.1 System-Wide Event Enabling
59 can be enabled system-wide. A short example of enabling all events related
64 3.2 System-Wide Event Enabling with SystemTap
90 3.3 System-Wide Event Enabling with PCL
112 3.4 Local Event Enabling
/Linux-v5.15/arch/x86/xen/
DKconfig14 This is the Linux Xen port. Enabling this will allow the
76 Enabling this option may incur a significant performance overhead.
/Linux-v5.15/arch/arm/include/asm/
DbL_switcher.h26 * Register here to be notified about runtime enabling/disabling of
44 * Use these functions to temporarily prevent enabling/disabling of
/Linux-v5.15/arch/arm/mm/
Dcache-tauros2.c195 ? "Enabling" : "Disabling"); in enable_extra_feature()
203 ? "Enabling" : "Disabling"); in enable_extra_feature()
224 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init()
261 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init()

12345678910>>...77