/Linux-v5.4/arch/arm/mach-omap2/ |
D | clockdomains2xxx_3xxx_data.c | 11 * dependencies for the OMAP2/3 chips. Some notes: 16 * software-controllable dependencies. Non-software-controllable 17 * dependencies do exist, but they are not encoded below (yet). 19 * 24xx does not support programmable sleep dependencies (SLEEPDEP) 27 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 32 * -> Port the Sleep/Wakeup dependencies for the domains 49 * Clockdomain dependencies for wkdeps/sleepdeps 51 * XXX Hardware dependencies (e.g., dependencies that cannot be 57 /* 2xxx-specific possible dependencies */
|
D | clockdomains2430_data.c | 10 * This file contains clockdomains and clockdomain wakeup dependencies 15 * wkdep_srcs are really just software-controllable dependencies. 16 * Non-software-controllable dependencies do exist, but they are not 19 * 24xx does not support programmable sleep dependencies (SLEEPDEP) 27 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 32 * -> Port the Sleep/Wakeup dependencies for the domains 47 * Clockdomain dependencies for wkdeps 49 * XXX Hardware dependencies (e.g., dependencies that cannot be 55 /* 2430-specific possible wakeup dependencies */ 126 * XXX add usecounting for clkdm dependencies, otherwise the presence [all …]
|
D | clockdomains2420_data.c | 10 * This file contains clockdomains and clockdomain wakeup dependencies 15 * wkdep_srcs are really just software-controllable dependencies. 16 * Non-software-controllable dependencies do exist, but they are not 19 * 24xx does not support programmable sleep dependencies (SLEEPDEP) 27 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 32 * -> Port the Sleep/Wakeup dependencies for the domains 47 * Clockdomain dependencies for wkdeps 49 * XXX Hardware dependencies (e.g., dependencies that cannot be 55 /* 2420-specific possible wakeup dependencies */
|
D | clockdomains3xxx_data.c | 11 * dependencies for the OMAP3xxx chips. Some notes: 16 * software-controllable dependencies. Non-software-controllable 17 * dependencies do exist, but they are not encoded below (yet). 25 * XXX encode hardware fixed wakeup dependencies -- esp. for 3430 CORE 30 * -> Port the Sleep/Wakeup dependencies for the domains 45 * Clockdomain dependencies for wkdeps/sleepdeps 47 * XXX Hardware dependencies (e.g., dependencies that cannot be 51 /* OMAP3-specific possible dependencies */ 299 * XXX add usecounting for clkdm dependencies, otherwise the presence 312 * XXX add usecounting for clkdm dependencies, otherwise the presence [all …]
|
D | clockdomain.c | 158 * @clkdm: clockdomain that we are resolving dependencies for 175 …WARN(!cd->clkdm, "clockdomain: %s: could not find clkdm %s while resolving dependencies - should n… in _resolve_clkdm_deps() 277 * dependencies, -ENOENT if the specified dependency cannot be set in 321 * that does not support software-configurable hardware sleep dependencies, 413 * Register clockdomain "automatic dependencies." These are 414 * clockdomain wakeup and sleep dependencies that are automatically 652 * wakeup dependencies. Wakeup dependencies fixed in hardware are not 681 * clkdm_clear_all_wkdeps - remove all wakeup dependencies from target clkdm 682 * @clkdm: struct clockdomain * to remove all wakeup dependencies from 684 * Remove all inter-clockdomain wakeup dependencies that could cause [all …]
|
D | clockdomain.h | 76 * struct clkdm_dep - encode dependencies between clockdomains 79 * @wkdep_usecount: Number of wakeup dependencies causing this clkdm to wake 85 * XXX Should also include hardware (fixed) dependencies. 149 * @clkdm_clear_all_wkdeps: Remove all wakeup dependencies from the clk domain 153 * @clkdm_clear_all_sleepdeps: Remove all sleep dependencies from the clk domain
|
/Linux-v5.4/Documentation/kbuild/ |
D | kconfig-language.rst | 24 Every entry has its own dependencies. These dependencies are used 44 the config option, input prompt, dependencies, help text and default 72 to the user. Optionally dependencies only for this prompt can be added 86 Optionally, dependencies only for this default value can be added with 115 Optionally dependencies for this default value can be added with "if". 117 - dependencies: "depends on" <expr> 120 dependencies are defined, they are connected with '&&'. Dependencies 133 - reverse dependencies: "select" <symbol> ["if" <expr>] 135 While normal dependencies reduce the upper limit of a symbol (see 136 below), reverse dependencies can be used to force a lower limit of [all …]
|
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
|
/Linux-v5.4/arch/arm/mach-nomadik/ |
D | Makefile | 5 # Note! Dependencies are done automagically by 'make dep', which also 6 # removes any old dependencies. DON'T put your own dependencies here
|
/Linux-v5.4/arch/xtensa/platforms/xtfpga/ |
D | Makefile | 4 # Note! Dependencies are done automagically by 'make dep', which also 5 # removes any old dependencies. DON'T put your own dependencies here
|
/Linux-v5.4/scripts/kconfig/ |
D | expr.h | 108 * if it is a boolean or tristate. Calculated from prompt dependencies, 109 * which also inherit dependencies from enclosing menus, choices, and 122 /* Dependencies from enclosing menus, choices, and ifs */ 125 /* Reverse dependencies through being selected by other symbols */ 129 * "Weak" reverse dependencies through being implied by other symbols 245 * 'visible if' dependencies. If more than one is given, they will be 251 * Ordinary dependencies from e.g. 'depends on' and 'if', ANDed
|
D | menu.c | 301 * and propagate parent dependencies before moving on. in menu_finalize() 339 * Propagate parent dependencies to the child menu in menu_finalize() 367 * 1. The property lacks dependencies in menu_finalize() 382 * Propagate parent dependencies to the in menu_finalize() 396 * dependencies of the selected/implied symbol in menu_finalize() 459 * dependencies contain sym and are a "superset" of in menu_finalize() 460 * sym's dependencies, e.g. '(sym || Q) && R' when sym in menu_finalize() 511 * values' dependencies were propagated to their in menu_finalize() 537 * and only add dependencies. in menu_finalize()
|
/Linux-v5.4/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-v5.4/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-v5.4/scripts/basic/ |
D | fixdep.c | 2 * "Optimize" a list of dependencies as spit out by gcc -MD 15 * gcc produces a very nice and correct list of dependencies which 42 * So to get dependencies right, there are two issues: 77 * dependencies on include/config/my/option.h for every 80 * It will also filter out all the dependencies on *.ver. We need 88 * correctness, since that can only give too many dependencies, thus 298 /* Ignore certain dependencies */
|
/Linux-v5.4/arch/x86/kernel/cpu/ |
D | cpuid-deps.c | 1 /* Declare dependencies between CPUIDs */ 15 * This only includes dependencies that can be usefully disabled, not 104 /* Collect all features to disable, handling dependencies */ in do_clear_cpu_cap()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_scheduler.c | 117 * will ensure that dependencies are emitted in fifo. in i915_sched_lookup_priolist() 120 * dependencies that reordering may be visible. in i915_sched_lookup_priolist() 264 * a flat list of all dependencies starting with the current request. in __i915_schedule() 265 * As we walk the list of dependencies, we add all of its dependencies in __i915_schedule() 267 * request) and continue to walk onwards onto the new dependencies. The in __i915_schedule() 281 * (redundant dependencies are not eliminated) and across in __i915_schedule()
|
/Linux-v5.4/arch/openrisc/ |
D | Makefile | 4 # architecture-specific flags and dependencies. Remember to do have actions 5 # for "archclean" and "archdep" for cleaning up and making dependencies for
|
/Linux-v5.4/scripts/ |
D | sphinx-pre-install | 632 # That's far from ideal, specially for LaTeX dependencies. 641 print "There are likely missing dependencies.\n"; 645 # Common dependencies 706 print "All optional dependencies are met.\n" if (!$optional); 711 die "Can't build as $need mandatory dependencies are missing"; 714 print "Needed package dependencies are met.\n"; 734 print "\t--version-check\t- if version is compatible, don't check for missing dependencies\n"; 735 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";
|
D | Kbuild.include | 19 # The temporary file to save gcc -MD generated dependencies must not 191 # if_changed_dep - as if_changed, but uses fixdep to reveal dependencies 222 # Execute the command and also postprocess generated .d dependencies file. 282 # This is no use for dependencies or $(wildcard). We need to strip the 294 # be prefixed to *both* command invocation and dependencies. 302 # the wrong thing, but we don't really care. The actual dependencies
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | barrier.h | 27 * not even by data dependencies. See the documentation for 60 * in cases like this where there are no data dependencies.
|
/Linux-v5.4/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-v5.4/arch/riscv/ |
D | Makefile | 2 # architecture-specific flags and dependencies. Remember to do have actions 3 # for "archclean" and "archdep" for cleaning up and making dependencies for
|
/Linux-v5.4/tools/testing/selftests/size/ |
D | get_size.c | 11 * own execution. It also attempts to have as few dependencies 19 * has large external dependencies) by implementing it's own
|
/Linux-v5.4/Documentation/driver-api/ |
D | device_link.rst | 11 By default, the driver core only enforces dependencies between devices 17 Sometimes there is a need to represent device dependencies beyond the 22 dependencies, i.e. that one device must be bound to a driver before 29 Device links allow representation of such dependencies in the driver core. 216 dependencies. It also cannot be used on ACPI systems.
|