Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 78) sorted by relevance

1234

/Linux-v4.19/Documentation/kbuild/
DKconfig.select-break17 # 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
Dkconfig-language.txt20 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 …]
DKconfig.recursion-issue-0233 # more important reason is that kconfig does not check for dependencies listed
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c82 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/
DREADME.rst7 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/
Dinit.rst12 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/
DKconfig.ore5 # at the "depends on EXOFS_FS || ..." with an ||. The dependencies are
/Linux-v4.19/tools/testing/selftests/futex/
DREADME30 o External dependencies shall remain as minimal as possible. Currently gcc
31 and glibc are the only dependencies.
/Linux-v4.19/scripts/
DKbuild.include18 # 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/
Dlockdep-design.txt19 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/
DKconfig17 # keep last for automatic dependencies
/Linux-v4.19/tools/build/
DBuild.include26 # The temporary file to save gcc -MD generated dependencies must not
74 # dependencies in the cmd file
/Linux-v4.19/drivers/staging/android/
DTODO4 - add proper arch dependencies as needed
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-controller-intro.rst24 blocks are shared between different functions, creating dependencies
/Linux-v4.19/drivers/scsi/osd/
DKconfig20 dependencies
/Linux-v4.19/drivers/gpu/drm/nouveau/
DKconfig13 # Similar to i915, we need to select ACPI_VIDEO and it's dependencies
/Linux-v4.19/Documentation/driver-api/
Ddevice_link.rst8 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/
Duefi.txt30 initrd. Instructions on building elilo and its dependencies
/Linux-v4.19/drivers/media/pci/ttpci/
DKconfig10 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/
DREADME55 o Checks shall be added to lib.sh for any external dependencies.
/Linux-v4.19/arch/arm/mach-vexpress/
DKconfig51 Provides common dependencies for Versatile Express platforms
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt73 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/
Dtracepoints.rst118 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/
Dibm,powerpc-cpu-features.txt194 - dependencies
245 dependencies = <&vsx2>;
/Linux-v4.19/sound/
DKconfig111 This is used to avoid config and link hard dependencies between the

1234