Searched refs:dependencies (Results 1 – 25 of 78) sorted by relevance
1234
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.select-break | 17 # visit the dependencies of the select target (in this case B). And since 18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
|
D | kconfig-language.txt | 20 Every entry has its own dependencies. These dependencies are used 40 the config option, input prompt, dependencies, help text and default 64 to the user. Optionally dependencies only for this prompt can be added 77 Optionally, dependencies only for this default value can be added with 104 Optionally dependencies for this default value can be added with "if". 106 - dependencies: "depends on" <expr> 108 dependencies are defined, they are connected with '&&'. Dependencies 119 - reverse dependencies: "select" <symbol> ["if" <expr>] 120 While normal dependencies reduce the upper limit of a symbol (see 121 below), reverse dependencies can be used to force a lower limit of [all …]
|
D | Kconfig.recursion-issue-02 | 33 # more important reason is that kconfig does not check for dependencies listed
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_gem_device.c | 82 kmem_cache_destroy(i915->dependencies); in mock_device_release() 216 i915->dependencies = KMEM_CACHE(i915_dependency, in mock_gem_device() 219 if (!i915->dependencies) in mock_gem_device() 255 kmem_cache_destroy(i915->dependencies); in mock_gem_device()
|
/Linux-v4.19/samples/bpf/ |
D | README.rst | 7 Build dependencies 20 There are usually dependencies to header files of the current kernel. 54 (build dependencies are cmake and gcc-c++)::
|
/Linux-v4.19/Documentation/admin-guide/ |
D | init.rst | 12 D) binary exists but dependencies not available 28 D) e.g. required library dependencies of the init binary such as 36 dependencies). And before tackling scripts, better first test a simple
|
/Linux-v4.19/fs/exofs/ |
D | Kconfig.ore | 5 # at the "depends on EXOFS_FS || ..." with an ||. The dependencies are
|
/Linux-v4.19/tools/testing/selftests/futex/ |
D | README | 30 o External dependencies shall remain as minimal as possible. Currently gcc 31 and glibc are the only dependencies.
|
/Linux-v4.19/scripts/ |
D | Kbuild.include | 18 # The temporary file to save gcc -MD generated dependencies must not 232 # if_changed_dep - as if_changed, but uses fixdep to reveal dependencies 264 # Execute the command and also postprocess generated .d dependencies file. 358 # This is no use for dependencies or $(wildcard). We need to strip the 370 # be prefixed to *both* command invocation and dependencies. 378 # the wrong thing, but we don't really care. The actual dependencies
|
/Linux-v4.19/Documentation/locking/ |
D | lockdep-design.txt | 19 dependencies between different lock-classes. The validator maintains a 20 rolling proof that the state and the dependencies are correct. 90 finds such dependencies in arbitrary complexity, i.e. there can be any 92 validator will still track all dependencies between locks.) 94 Furthermore, the following usage based lock dependencies are not allowed 130 Exception: Nested data dependencies leading to nested locking 240 single-task locking dependencies in the kernel as possible, at least
|
/Linux-v4.19/drivers/net/wireless/ti/ |
D | Kconfig | 17 # keep last for automatic dependencies
|
/Linux-v4.19/tools/build/ |
D | Build.include | 26 # The temporary file to save gcc -MD generated dependencies must not 74 # dependencies in the cmd file
|
/Linux-v4.19/drivers/staging/android/ |
D | TODO | 4 - add proper arch dependencies as needed
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
D | media-controller-intro.rst | 24 blocks are shared between different functions, creating dependencies
|
/Linux-v4.19/drivers/scsi/osd/ |
D | Kconfig | 20 dependencies
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | Kconfig | 13 # Similar to i915, we need to select ACPI_VIDEO and it's dependencies
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_link.rst | 8 By default, the driver core only enforces dependencies between devices 14 Sometimes there is a need to represent device dependencies beyond the 19 dependencies, i.e. that one device must be bound to a driver before 26 Device links allow representation of such dependencies in the driver core. 177 dependencies. It also cannot be used on ACPI systems.
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | uefi.txt | 30 initrd. Instructions on building elilo and its dependencies
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | Kconfig | 10 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV 119 depends on VIDEO_DEV # dependencies of VIDEO_SAA7146_VV
|
/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | README | 55 o Checks shall be added to lib.sh for any external dependencies.
|
/Linux-v4.19/arch/arm/mach-vexpress/ |
D | Kconfig | 51 Provides common dependencies for Versatile Express platforms
|
/Linux-v4.19/Documentation/networking/ |
D | netdev-features.txt | 73 All dependencies between features should be resolved here. The resulting 76 when its dependencies are not met instead of forcing the dependency on.
|
/Linux-v4.19/Documentation/sound/designs/ |
D | tracepoints.rst | 118 dependencies on which a parameter is decided according to several parameters. 130 of constraints into the runtime when several parameters have dependencies
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/ |
D | ibm,powerpc-cpu-features.txt | 194 - dependencies 245 dependencies = <&vsx2>;
|
/Linux-v4.19/sound/ |
D | Kconfig | 111 This is used to avoid config and link hard dependencies between the
|
1234