| /linux/drivers/clk/qcom/ |
| H A D | clk-branch.c | 29 static bool clk_branch_check_halt(const struct clk_branch *br, bool enabling) in clk_branch_check_halt() argument 40 return !!val == !enabling; in clk_branch_check_halt() 43 static bool clk_branch2_check_halt(const struct clk_branch *br, bool enabling) in clk_branch2_check_halt() argument 54 if (enabling) { in clk_branch2_check_halt() 62 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument 75 if (br->halt_check == BRANCH_HALT_DELAY || (!enabling && voted)) { in clk_branch_wait() 79 (enabling && voted)) { in clk_branch_wait() 83 if (check_halt(br, enabling)) in clk_branch_wait() 88 enabling ? "ff" : "n"); in clk_branch_wait()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_cr_defs_client.h | 15 * 2xmsaa is achieved by enabling Y - TE does AA on Y plane only 16 * 4xmsaa is achieved by enabling Y and X - TE does AA on X and Y plane 20 * 2xmsaa is achieved by enabling X2 - does not affect TE 21 * 4xmsaa is achieved by enabling Y and X2 - TE does AA on Y plane only 22 * 8xmsaa is achieved by enabling Y, X and X2 - TE does AA on X and Y plane 26 * 2xmsaa is achieved by enabling X2 - does not affect TE 27 * 4xmsaa is achieved by enabling Y2 and X2 - TE does AA on Y plane only
|
| /linux/tools/testing/selftests/livepatch/ |
| H A D | test-sysfs.sh | 36 livepatch: enabling patch '$MOD_LIVEPATCH' 65 livepatch: enabling patch 'test_klp_callbacks_demo' 103 livepatch: enabling patch '$MOD_LIVEPATCH' 126 livepatch: enabling patch '$MOD_LIVEPATCH' 165 livepatch: enabling patch '$MOD_LIVEPATCH' 171 livepatch: enabling patch '$MOD_LIVEPATCH2' 179 livepatch: enabling patch '$MOD_LIVEPATCH3'
|
| H A D | test-livepatch.sh | 39 livepatch: enabling patch '$MOD_LIVEPATCH1' 83 livepatch: enabling patch '$MOD_LIVEPATCH1' 90 livepatch: enabling patch '$MOD_REPLACE' 162 livepatch: enabling patch '$MOD_LIVEPATCH1' 169 livepatch: enabling patch '$MOD_LIVEPATCH2' 175 livepatch: enabling patch '$MOD_LIVEPATCH3' 183 livepatch: enabling patch '$MOD_REPLACE' 238 livepatch: enabling patch '$MOD_TARGET_PATCH' 281 livepatch: enabling patch '$MOD_TARGET_PATCH'
|
| H A D | test-callbacks.sh | 40 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 …]
|
| H A D | test-ftrace.sh | 39 livepatch: enabling patch '$MOD_LIVEPATCH' 50 livepatch: enabling patch '$MOD_LIVEPATCH' 85 livepatch: enabling patch '$MOD_LIVEPATCH' 121 livepatch: enabling patch '$MOD_LIVEPATCH'
|
| H A D | test-kprobe.sh | 29 livepatch: enabling patch '$MOD_LIVEPATCH' 51 livepatch: enabling patch '$MOD_LIVEPATCH'
|
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_traceonoff_triggers.tc | 9 # 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/sound/soc/amd/ |
| H A D | Kconfig | 78 By enabling this flag build will trigger for ACP PCI driver, 100 AMD Yellow Carp platform. By enabling this flag build will be 160 variants support. By enabling this flag build will be triggered
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 197 Enabling this rule will require all kexec'ed kernel images to 202 kexec_load syscall. Enabling this rule will prevent its 210 Enabling this rule will require all kernel modules to be signed 214 via the finit_module syscall. Enabling this rule will prevent 222 Enabling this rule will require the IMA policy to be signed and
|
| /linux/Documentation/PCI/ |
| H A D | pci-iov-howto.rst | 39 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/drivers/net/ethernet/microchip/lan865x/ |
| H A D | lan865x.c | 148 /* Enabling specific multicast addresses */ in lan865x_set_specific_multicast_addr() 168 /* Enabling all multicast addresses */ in lan865x_set_all_multicast_addr() 213 /* Enabling promiscuous mode */ in lan865x_multicast_work_handler() 218 /* Enabling all multicast mode */ in lan865x_multicast_work_handler() 226 /* Enabling specific multicast mode */ in lan865x_multicast_work_handler() 234 /* Enabling local mac address only */ in lan865x_multicast_work_handler()
|
| /linux/Documentation/arch/arm64/ |
| H A D | gcs.rst | 55 * The architecture supports enabling GCS without verifying that return values 61 2. Enabling and disabling Guarded Control Stacks 69 and enables GCS for the thread, enabling the functionality controlled by 106 * It should be noted that since enabling GCS will result in GCS becoming 124 * When a stack is allocated by enabling GCS or during thread creation then
|
| /linux/tools/tracing/rtla/src/ |
| H A D | trace.c | 22 debug_msg("Enabling %s tracer\n", tracer_name); in enable_tracer_by_name() 487 debug_msg("Enabling %s:%s filter %s\n", tevent->system, in trace_event_enable_filter() 493 err_msg("Error enabling %s:%s filter %s\n", tevent->system, 522 debug_msg("Enabling %s:%s trigger %s\n", tevent->system, in trace_event_enable_trigger() 528 err_msg("Error enabling %s:%s trigger %s\n", tevent->system, 548 debug_msg("Enabling event %s:%s\n", tevent->system, tevent->event ? : "*"); in trace_events_enable() 551 err_msg("Error enabling event %s:%s\n", tevent->system, in trace_events_enable()
|
| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | sme_trap_za.c | 5 * Verify that accessing ZA without enabling it generates a SIGILL. 30 .descr = "Check that we get a SIGILL if we access ZA without enabling",
|
| H A D | sme_trap_no_sm.c | 5 * Verify that using a streaming mode instruction without enabling it 31 .descr = "Check that we get a SIGILL if we use streaming mode without enabling it",
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | nand-macronix.txt | 8 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/drivers/media/platform/synopsys/hdmirx/ |
| H A D | Kconfig | 27 Enabling this option is recommended for a non-production use-cases. 33 Without enabling this option driver will be practically
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-power-rt9471 | 6 This entry allows enabling the sysoff mode of rt9471 charger devices. 24 This entry allows enabling the USB BC12 port detect function of rt9471 charger
|
| /linux/Documentation/trace/ |
| H A D | tracepoint-analysis.rst | 52 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/drivers/base/firmware_loader/ |
| H A D | Kconfig | 19 Enabling this feature only increases your kernel image by about 159 Enabling this option will increase your kernel image size by about 171 Enabling this option forces a sysfs userspace fallback mechanism 229 Enabling this option will allow device drivers to expose a persistent
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | cpuid.rst | 66 before enabling paravirtualized 70 before enabling paravirtualized 78 before enabling paravirtualized
|
| /linux/drivers/bus/ |
| H A D | qcom-ssc-block-bus.c | 70 dev_err(dev, "error enabling xo_clk: %d\n", ret); in qcom_ssc_block_bus_init() 76 dev_err(dev, "error enabling aggre2_clk: %d\n", ret); in qcom_ssc_block_bus_init() 82 dev_err(dev, "error enabling gcc_im_sleep_clk: %d\n", ret); in qcom_ssc_block_bus_init() 97 dev_err(dev, "error enabling aggre2_north_clk: %d\n", ret); in qcom_ssc_block_bus_init() 344 dev_err_probe(&pdev->dev, ret, "error when enabling power domains\n"); in qcom_ssc_block_bus_probe()
|
| /linux/arch/arm/mm/ |
| H A D | cache-tauros2.c | 192 ? "Enabling" : "Disabling"); in enable_extra_feature() 200 ? "Enabling" : "Disabling"); in enable_extra_feature() 221 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init() 258 pr_info("Tauros2: Enabling L2 cache.\n"); in tauros2_internal_init()
|
| /linux/arch/arm/include/asm/ |
| H A D | bL_switcher.h | 26 * Register here to be notified about runtime enabling/disabling of 44 * Use these functions to temporarily prevent enabling/disabling of
|