Home
last modified time | relevance | path

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

12345678910>>...12

/linux/Documentation/devicetree/bindings/regulator/
A Dtps62360-regulator.txt15 If this property is missing, then assume that there is no GPIO
18 If this property is missing, then assume that there is no GPIO
21 If this property is missing, then assume the state as low (0).
23 If this property is missing, then assume the state as low (0).
A 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.
/linux/Documentation/admin-guide/media/
A 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/scripts/coccinelle/misc/
A 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/Documentation/
A DKconfig3 bool "Warn if there's a missing documentation file"
7 This option makes the Kernel to check for missing dependencies,
8 warning when something is missing. Works only if the Kernel
/linux/scripts/coccinelle/free/
A 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…
A 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…
A 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…
A 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/
A DKbuild40 # Check for missing system calls
42 always-y += missing-syscalls
47 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
/linux/tools/testing/selftests/bpf/progs/
A Dbind4_prog.c30 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
48 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
A Dconnect4_prog.c90 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
100 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
A Dbind6_prog.c36 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local
54 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
/linux/Documentation/core-api/
A 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/drivers/spi/
A Dspidev.c160 unsigned long missing; in spidev_read() local
162 missing = copy_to_user(buf, spidev->rx_buffer, status); in spidev_read()
163 if (missing == status) in spidev_read()
166 status = status - missing; in spidev_read()
180 unsigned long missing; in spidev_write() local
189 missing = copy_from_user(spidev->tx_buffer, buf, count); in spidev_write()
190 if (missing == 0) in spidev_write()
/linux/tools/cgroup/
A Diocost_coef_gen.py118 missing = False variable
122 missing = True variable
123 if missing:
/linux/scripts/
A Dsphinx-pre-install19 my %missing;
91 foreach my $prog (sort keys %missing) {
92 my $is_optional = $missing{$prog};
125 $missing{$package} = $is_optional;
A DKbuild.include136 check-FORCE = $(if $(filter FORCE, $^),,$(warning FORCE prerequisite is missing))
163 # (2) - due to target missing
166 # (5) - due to missing .cmd file
185 - due to missing .cmd file, \
191 - due to target missing \
/linux/Documentation/x86/
A 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
150 missing at runtime. For example, AVX flags will not show up if XSAVE feature
152 CPUs and them missing microcode patches. Due to that, the kernel decides not to
/linux/drivers/rtc/
A Dinterface.c218 enum { none, day, month, year } missing = none; in __rtc_read_alarm() local
306 missing = day; in __rtc_read_alarm()
310 if (missing == none) in __rtc_read_alarm()
311 missing = month; in __rtc_read_alarm()
315 if (missing == none) in __rtc_read_alarm()
316 missing = year; in __rtc_read_alarm()
332 switch (missing) { in __rtc_read_alarm()
/linux/scripts/coccinelle/locks/
A 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
/linux/Documentation/devicetree/bindings/clock/
A Drockchip,rk3036-cru.txt18 If missing pll rates are not changeable, due to the missing pll lock status.
A Drockchip,rk3128-cru.txt20 If missing pll rates are not changeable, due to the missing pll lock status.
A Drockchip,rk3228-cru.txt18 If missing pll rates are not changeable, due to the missing pll lock status.
/linux/tools/testing/selftests/netfilter/
A Dnft_fib.sh63 fib saddr . iif oif missing counter log prefix "$netns nft_rpfilter: " drop
76 ip daddr 1.1.1.1 fib saddr . iif oif missing counter drop
77 ip6 daddr 1c3::c01d fib saddr . iif oif missing counter drop

Completed in 29 milliseconds

12345678910>>...12