Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/linux-6.1.9/
DKbuild37 # Check for missing system calls
42 PHONY += missing-syscalls
43 missing-syscalls: scripts/checksyscalls.sh $(offsets-file)
51 echo "warning: cannot check the header due to sha1sum missing"; \
73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
/linux-6.1.9/scripts/
DMakefile.modpost86 missing-input := $(filter-out $(vmlinux.o-if-present),vmlinux.o)
100 missing-input := $(filter-out $(module.symvers-if-present), Module.symvers)
106 ifneq ($(KBUILD_MODPOST_WARN)$(missing-input),)
118 $(if $(missing-input), \
Dsphinx-pre-install19 my %missing;
93 foreach my $prog (sort keys %missing) {
94 my $is_optional = $missing{$prog};
129 $missing{$package} = $is_optional;
891 %missing = ();
/linux-6.1.9/scripts/coccinelle/misc/
Dadd_namespace.cocci3 /// Adds missing MODULE_IMPORT_NS statements to source files
6 /// add a missing namespace tag to a module source file.
18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
/linux-6.1.9/Documentation/admin-guide/media/
Drcar-fdp1.rst27 recover missing lines. This method is also known as blending or Line
30 - The previous and next fields are averaged to recover lines missing from
34 field is used to fill missing lines from the current field. This method
38 used to fill missing lines from the current field. This method is also
/linux-6.1.9/Documentation/
DKconfig2 bool "Warn if there's a missing documentation file"
6 This option makes the Kernel to check for missing dependencies,
7 warning when something is missing. Works only if the Kernel
/linux-6.1.9/Documentation/devicetree/bindings/regulator/
Drichtek,rt6245-regulator.yaml39 limit 8A, 14A, 12A, 10A. If this property is missing then keep in
47 150'c, 130'c, 170'c. If this property is missing then keep in chip
55 delay time 0us, 10us, 20us, 40us. If this property is missing then keep
64 800KHz, 1200KHz. If this property is missing then keep in chip default.
Dti,tps62360.yaml38 is missing, then assume that there is no GPIO for
45 is missing, then assume that there is no GPIO for
60 is missing, then assume the state as low.
66 is missing, then assume the state as low.
/linux-6.1.9/scripts/coccinelle/free/
Dclk_put.cocci2 /// Find missing clk_puts.
4 //# This only signals a missing clk_put when there is a clk_put later
67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0…
Dpci_free_consistent.cocci2 /// Find missing pci_free_consistent for every pci_alloc_consistent.
43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
Diounmap.cocci2 /// Find missing iounmaps.
4 //# This only signals a missing iounmap when there is an iounmap later
67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
Dput_device.cocci2 /// Find missing put_device for every of_find_device_by_node.
45 "ERROR: missing put_device; call of_find_device_by_node on line "
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbind4_prog.c28 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
46 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
Dbind6_prog.c34 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
52 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
Dconnect4_prog.c91 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
101 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
/linux-6.1.9/Documentation/core-api/
Dsymbol-namespaces.rst29 its configuration, reject loading the module or warn about a missing import.
111 5. for a way to create missing import statements automatically.
134 missing imports. Fixing missing imports can be done with::
142 - notice the warning of modpost telling about a missing import
146 Again, ``make nsdeps`` will eventually add the missing namespace imports for
152 - notice the warning of modpost telling about a missing import
/linux-6.1.9/Documentation/devicetree/bindings/clock/
Drockchip,rv1126-cru.yaml43 if missing pll rates are not changeable, due to the missing pll
Drockchip,rk3128-cru.yaml57 if missing pll rates are not changeable, due to the missing pll
Drockchip,rk3568-cru.yaml47 if missing pll rates are not changeable, due to the missing pll
Drockchip,rk3036-cru.yaml53 if missing pll rates are not changeable, due to the missing pll
Drockchip,rk3308-cru.yaml57 if missing pll rates are not changeable, due to the missing pll
/linux-6.1.9/tools/cgroup/
Diocost_coef_gen.py118 missing = False variable
122 missing = True variable
123 if missing:
/linux-6.1.9/drivers/spi/
Dspidev.c161 unsigned long missing; in spidev_read() local
163 missing = copy_to_user(buf, spidev->rx_buffer, status); in spidev_read()
164 if (missing == status) in spidev_read()
167 status = status - missing; in spidev_read()
181 unsigned long missing; in spidev_write() local
190 missing = copy_from_user(spidev->tx_buffer, buf, count); in spidev_write()
191 if (missing == 0) in spidev_write()
/linux-6.1.9/Documentation/x86/
Dcpuinfo.rst23 Users need to find out the reason why the flag is missing and find the way
25 can explain missing flags: the expected feature failed to enable, the feature
26 is missing in hardware, platform firmware did not enable it, the feature is
112 Flags are missing when one or more of these happen
149 missing at runtime. For example, AVX flags will not show up if XSAVE feature
151 CPUs and them missing microcode patches. Due to that, the kernel decides not to
/linux-6.1.9/scripts/coccinelle/locks/
Dmini_lock.cocci2 /// Find missing unlocks. This semantic match considers the specific case
3 /// where the unlock is missing from an if branch, and there is a lock

12345678910>>...12