/linux-5.10/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-5.10/scripts/ |
D | dev-needs.sh | 25 -c lists the compatible string of the dependencies 26 -d lists the driver name of the dependencies that have probed 27 -m lists the module name of the dependencies that have a module 28 -f list the firmware node path of the dependencies 29 -g list the dependencies as edges and nodes for graphviz 30 -t list the dependencies as edges for tsort 32 The filter options provide a way to filter out some dependencies: 33 --allow-no-driver By default dependencies that don't have a driver 41 dependencies. 44 dependencies. [all …]
|
D | sphinx-pre-install | 682 # That's far from ideal, specially for LaTeX dependencies. 691 print "There are likely missing dependencies.\n"; 695 # Common dependencies 777 die "Can't build as $need mandatory dependencies are missing"; 850 print "All optional dependencies are met.\n" if (!$optional); 855 die "Can't build as $need mandatory dependencies are missing"; 858 print "Needed package dependencies are met.\n"; 878 print "\t--version-check\t- if version is compatible, don't check for missing dependencies\n"; 879 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";
|
/linux-5.10/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-5.10/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-5.10/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-5.10/Documentation/driver-api/ |
D | dma-buf.rst | 203 Common to all these schemes is that userspace controls the dependencies of these 208 * Only the kernel knows about all DMA fence dependencies, userspace is not aware 209 of dependencies injected due to memory management or scheduler decisions. 211 * Only userspace knows about all dependencies in indefinite fences and when 235 through memory management dependencies which userspace is unaware of, which 238 architecture there is no single entity with knowledge of all dependencies. 241 The only solution to avoid dependencies loops is by not allowing indefinite
|
/linux-5.10/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 244 * 'visible if' dependencies. If more than one is given, they will be 250 * Ordinary dependencies from e.g. 'depends on' and 'if', ANDed
|
D | menu.c | 317 * and propagate parent dependencies before moving on. in menu_finalize() 353 * Propagate parent dependencies to the child menu in menu_finalize() 381 * 1. The property lacks dependencies in menu_finalize() 396 * Propagate parent dependencies to the in menu_finalize() 410 * dependencies of the selected/implied symbol in menu_finalize() 473 * dependencies contain sym and are a "superset" of in menu_finalize() 474 * sym's dependencies, e.g. '(sym || Q) && R' when sym in menu_finalize() 525 * values' dependencies were propagated to their in menu_finalize() 551 * and only add dependencies. in menu_finalize() 742 * dependencies. For these, we print only the dependencies to improve in get_prompt_str() [all …]
|
/linux-5.10/Documentation/admin-guide/ |
D | init.rst | 23 4) **Binary exists but dependencies not available**: E.g. required library 24 dependencies of the init binary such as ``/lib/ld-linux.so.2`` missing or 33 library dependencies). And before tackling scripts, better first test a
|
/linux-5.10/tools/testing/selftests/ |
D | kselftest_deps.sh | 5 # Checks for kselftest build dependencies on the build system. 20 echo "- Parses all test/sub-test Makefile to find library dependencies." 22 echo " in the test Makefiles to identify missing library dependencies." 29 echo "- Optional test name can be specified to check dependencies for it." 244 echo -e "Checked tests defining LDLIBS dependencies" 246 echo -e "Total tests with Dependencies:"
|
/linux-5.10/samples/bpf/ |
D | README.rst | 7 Build dependencies 34 There are usually dependencies to header files of the current kernel. 66 (build dependencies are cmake and gcc-c++)::
|
/linux-5.10/arch/x86/kernel/cpu/ |
D | cpuid-deps.c | 1 /* Declare dependencies between CPUIDs */ 15 * This only includes dependencies that can be usefully disabled, not 106 /* Collect all features to disable, handling dependencies */ in do_clear_cpu_cap()
|
/linux-5.10/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() 265 * a flat list of all dependencies starting with the current request. in __i915_schedule() 266 * As we walk the list of dependencies, we add all of its dependencies in __i915_schedule() 268 * request) and continue to walk onwards onto the new dependencies. The in __i915_schedule() 282 * (redundant dependencies are not eliminated) and across in __i915_schedule()
|
D | i915_scheduler_types.h | 46 * in order with respect to their various dependencies. 56 * dependencies, but attempt to rotate the active contexts (the current context
|
/linux-5.10/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 83 * correctness, since that can only give too many dependencies, thus 293 /* Ignore certain dependencies */
|
/linux-5.10/Documentation/locking/ |
D | lockdep-design.rst | 20 the dependencies between different lock-classes. Lock usage indicates 26 continuing effort to prove lock usages and dependencies are correct or 156 Furthermore, the following usage based lock dependencies are not allowed 192 Exception: Nested data dependencies leading to nested locking 302 single-task locking dependencies in the kernel as possible, at least 514 Lock dependencies record the orders of the acquisitions of a pair of locks, and 516 dependencies, but we can show that 4 types of lock dependencies are enough for 551 Note that given two locks, they may have multiple dependencies between them, 572 in the path, as the path that doesn't have two conjunct edges (dependencies) as 574 walking to another through the lock dependencies, and if X -> Y -> Z is in the [all …]
|
/linux-5.10/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-5.10/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.
|