Home
last modified time | relevance | path

Searched refs:descend (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/
DMakefile50 $(call descend,power/$@)
53 $(call descend,power/$@)
56 $(call descend,$@)
59 $(call descend,lib/lockdep)
62 $(call descend,lib/api)
73 $(call descend,testing/$@)
76 $(call descend,power/x86/$@)
79 $(call descend,thermal/$@)
82 $(call descend,laptop/$@)
90 $(call descend,power/$(@:_install=),install)
[all …]
/linux-4.4.14/tools/power/acpi/
DMakefile19 $(call descend,tools/$@,all)
21 $(call descend,tools/$(@:_clean=),clean)
23 $(call descend,tools/$(@:_install=),install)
25 $(call descend,tools/$(@:_uninstall=),uninstall)
/linux-4.4.14/drivers/thermal/
Dclock_cooling.c140 int descend = -1; in clock_cooling_get_property() local
155 if (freq != CPUFREQ_ENTRY_INVALID && descend == -1) in clock_cooling_get_property()
156 descend = freq > pos->frequency; in clock_cooling_get_property()
176 level = descend ? input : (max_level - input); in clock_cooling_get_property()
189 *output = descend ? i : (max_level - i); in clock_cooling_get_property()
/linux-4.4.14/tools/scripts/
DMakefile.include54 descend = \
76 descend = \
/linux-4.4.14/Documentation/misc-devices/
Dad525x_dpot.txt38 address of 0x2f, we descend (unrelated sysfs entries have been trimmed).
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt119 The lookup is in its simplest form just like fib_find_node(). We descend the
139 At this point we will repeatedly descend subtries to look for a match, and there
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt269 tells kbuild to descend down using the following assignment.
276 the corresponding obj- variable will be set, and kbuild will descend
786 The above assignment instructs kbuild to descend down in the
797 When "make clean" is executed, make will descend down in arch/x86/boot,
799 the subdir- trick to descend further down.
811 before starting to descend down in the individual directories.
823 4) Recursively descend down in all directories listed in
979 built before starting to descend down in the subdirectories.
/linux-4.4.14/lib/
Dassoc_array.c1516 descend: in assoc_array_gc()
1569 goto descend; in assoc_array_gc()