Searched full:require (Results 1 – 25 of 2423) sorted by relevance
12345678910>>...97
/Linux-v5.15/lib/ |
D | Kconfig | 129 modules require CRC-CCITT functions, but a module built outside 131 functions require M here. 137 modules require CRC16 functions, but a module built outside 139 functions require M here. 154 modules require CRC ITU-T V.41 functions, but a module built outside 156 functions require M here. 164 modules require CRC32/CRC32c functions, but a module built outside 166 functions require M here. 228 modules require CRC64 functions, but a module built outside 230 functions require M here. [all …]
|
/Linux-v5.15/arch/mips/tools/ |
D | generic-board-config.sh | 14 # # require CONFIG_CPU_MIPS32_R2=y 15 # # require CONFIG_CPU_LITTLE_ENDIAN=y 51 # For each line beginning with # require, cut out the field following 55 grep -E '^# require ' "${board_cfg}" | \ 60 # If we require something =y then we check that a line 65 # If we require something =n then we just invert that
|
/Linux-v5.15/tools/testing/fault-injection/ |
D | failcmd.sh | 43 --stacktrace-depth=value, --require-start=value, --require-end=value, 88 LONGOPTS=$LONGOPTS,stacktrace-depth:,require-start:,require-end: 162 --require-start) 163 echo $2 > $FAULTATTR/require-start 166 --require-end) 167 echo $2 > $FAULTATTR/require-end
|
/Linux-v5.15/lib/crypto/ |
D | Kconfig | 22 Blake2s library interface that require the generic code as a 48 ChaCha library interface that require the generic code as a 73 Curve25519 library interface that require the generic code as a 108 Poly1305 library interface that require the generic code as a
|
/Linux-v5.15/security/integrity/ima/ |
D | Kconfig | 184 Depending on the rules configured, this policy may require kernel 204 Enabling this rule will require all kexec'ed kernel images to 217 Enabling this rule will require all kernel modules to be signed 229 Enabling this rule will require the IMA policy to be signed and 254 bool "Require all keys on the .ima keyring be signed (deprecated)" 312 bool "Require signed user-space initialization"
|
/Linux-v5.15/drivers/scsi/ufs/ |
D | ufs_quirks.h | 84 * Some UFS devices require host PA_TACTIVATE to be lower than device 100 * Some UFS devices require VS_DebugSaveConfigTime is 0x10, 113 * Some UFS devices require delay after VCC power rail is turned-off. 120 * Some UFS devices require L2P entry should be swapped before being sent to the
|
/Linux-v5.15/Documentation/admin-guide/perf/ |
D | arm-ccn.rst | 26 Crosspoint PMU events require "xp" (index), "bus" (bus number) 30 require "xp" and "vc" as above plus "port" (device port index), 40 not require any other settings.
|
/Linux-v5.15/arch/mips/configs/generic/ |
D | board-xilfpga.config | 1 # require CONFIG_CPU_MIPS32_R2=y 2 # require CONFIG_CPU_LITTLE_ENDIAN=y
|
D | board-ni169445.config | 1 # require CONFIG_CPU_MIPS32_R2=y 2 # require CONFIG_CPU_LITTLE_ENDIAN=y
|
/Linux-v5.15/include/drm/ |
D | drm_gem_cma_helper.h | 116 * DRM_GEM_CMA_DRIVER_OPS if possible. Drivers that require a virtual address 136 * DRM_GEM_CMA_DRIVER_OPS if possible. Drivers that require a virtual address 154 * DRM_GEM_CMA_DRIVER_OPS_VMAP if possible. Drivers that do not require a 176 * DRM_GEM_CMA_DRIVER_OPS_VMAP if possible. Drivers that do not require a
|
/Linux-v5.15/tools/testing/selftests/timers/ |
D | Makefile | 6 # system time or require escalated privileges 20 # these tests require escalated privileges
|
/Linux-v5.15/tools/perf/Documentation/ |
D | asciidoctor-extensions.rb | 1 require 'asciidoctor' 2 require 'asciidoctor/extensions'
|
/Linux-v5.15/tools/testing/selftests/kexec/ |
D | test_kexec_file_load.sh | 18 # Some of the IMA builtin policies may require the kexec kernel image to 35 # The architecture specific or a custom policy may require the 58 # The kexec_file_load_test() is complicated enough, require pesign. 74 # The kexec_file_load_test() is complicated enough, require getfattr.
|
/Linux-v5.15/net/core/ |
D | dev_ioctl.c | 501 * - atomic and do not require locking. in dev_ioctl() 530 * - require superuser power. in dev_ioctl() 531 * - require strict serialization. in dev_ioctl() 549 * - require superuser power. in dev_ioctl() 550 * - require strict serialization. in dev_ioctl() 560 * - require local superuser power. in dev_ioctl() 561 * - require strict serialization. in dev_ioctl()
|
/Linux-v5.15/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Context.pm | 7 require Exporter; 22 require XSLoader;
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | radeon_gart.c | 67 * (r1xx-r3xx, non-pcie r4xx, rs400). These asics require the 97 * (r1xx-r3xx, non-pcie r4xx, rs400). These asics require the 124 * (pcie r4xx, r5xx+). These asics require the 149 * by the memory manager (pcie r4xx, r5xx+). These asics require the 194 * These asics require the gart table to be in video memory. 218 * (pcie r4xx, r5xx+). These asics require the gart table to
|
/Linux-v5.15/include/linux/ |
D | key.h | 79 KEY_NEED_VIEW, /* Require permission to view attributes */ 80 KEY_NEED_READ, /* Require permission to read content */ 81 KEY_NEED_WRITE, /* Require permission to update / modify */ 82 KEY_NEED_SEARCH, /* Require permission to search (keyring) or find (key) */ 83 KEY_NEED_LINK, /* Require permission to link */ 84 KEY_NEED_SETATTR, /* Require permission to change attributes */ 85 KEY_NEED_UNLINK, /* Require permission to unlink key */
|
/Linux-v5.15/include/media/ |
D | tuner-types.h | 111 * @port1_set_for_fm_mono: Some cards require PORT1 to be 1 for mono Radio 129 * require a different TOP value for the 133 * require a different TOP value for the 137 * require a different TOP value for the
|
/Linux-v5.15/Documentation/networking/dsa/ |
D | bcm_sf2.rst | 63 driver require a struct device to be bound to a struct device_node, but things 70 Broadcom switches connected to a SF2 require the use of the DSA slave MDIO bus 82 MoCA interfaces are fairly specific and require the use of a firmware blob which
|
/Linux-v5.15/drivers/net/wireless/intersil/p54/ |
D | Kconfig | 12 These devices require softmac firmware which can be found at 24 These devices require softmac firmware which can be found at
|
/Linux-v5.15/net/wireless/ |
D | Kconfig | 93 bool "require regdb signature" if CFG80211_CERTIFICATION_ONUS 97 Require that in addition to the "regulatory.db" file a 201 Drivers should select this option if they require cfg80211's
|
/Linux-v5.15/arch/x86/kernel/ |
D | ftrace_64.S | 32 * They both require a set of regs to be saved before calling 37 * ftrace_regs_caller. Callbacks (tracing functions) that require 91 * require this, it helps out callers. 117 /* ftrace_regs_caller or frame pointers require this */
|
/Linux-v5.15/drivers/base/firmware_loader/ |
D | Kconfig | 35 Device drivers which require firmware can typically deal with 109 require a fallback mechanism and have a userspace mechanism ready to 111 be if you have drivers which require firmware built-in and for
|
/Linux-v5.15/Documentation/dev-tools/kunit/ |
D | faq.rst | 20 require installing the kernel on a test machine or in a VM and all require 38 it might require more work than using KUnit on UML.
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | README.rst | 163 A set of selftests use BPF target-specific built-ins, which might require 166 Few sub-tests of core_reloc test suit (part of test_progs test runner) require 184 Certain selftests, e.g. core_reloc, require support for the floating-point 193 Some selftests (e.g. kfunc_call and bpf_tcp_ca) require a LLVM support
|
12345678910>>...97