Home
last modified time | relevance | path

Searched full:missing (Results 1 – 25 of 3101) sorted by relevance

12345678910>>...125

/kernel/linux/linux-4.19/drivers/net/wireless/ath/ath10k/
Dhw.h937 #define MISSING 0 macro
944 #define RESET_CONTROL_MBOX_RST_MASK MISSING
968 #define MBOX_BASE_ADDRESS MISSING
969 #define INT_STATUS_ENABLE_ERROR_LSB MISSING
970 #define INT_STATUS_ENABLE_ERROR_MASK MISSING
971 #define INT_STATUS_ENABLE_CPU_LSB MISSING
972 #define INT_STATUS_ENABLE_CPU_MASK MISSING
973 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING
974 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING
975 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dhw.h1003 #define MISSING 0 macro
1010 #define RESET_CONTROL_MBOX_RST_MASK MISSING
1034 #define MBOX_BASE_ADDRESS MISSING
1035 #define INT_STATUS_ENABLE_ERROR_LSB MISSING
1036 #define INT_STATUS_ENABLE_ERROR_MASK MISSING
1037 #define INT_STATUS_ENABLE_CPU_LSB MISSING
1038 #define INT_STATUS_ENABLE_CPU_MASK MISSING
1039 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING
1040 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING
1041 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING
[all …]
/kernel/linux/linux-4.19/arch/c6x/lib/
Dchecksum.c19 int missing; in csum_partial_copy_from_user() local
21 missing = __copy_from_user(dst, src, len); in csum_partial_copy_from_user()
22 if (missing) { in csum_partial_copy_from_user()
23 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
/kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c100 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in px30_set_to_rmii()
114 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in px30_set_rmii_speed()
179 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rgmii()
197 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rmii()
210 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rgmii_speed()
232 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rmii_speed()
295 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rgmii()
314 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rmii()
331 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rgmii_speed()
353 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rmii_speed()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c91 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in px30_set_to_rmii()
105 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in px30_set_rmii_speed()
170 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rgmii()
188 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rmii()
201 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rgmii_speed()
223 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rmii_speed()
286 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rgmii()
305 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rmii()
322 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rgmii_speed()
344 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rmii_speed()
[all …]
/kernel/linux/linux-5.10/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.
128 Missing namespaces imports can easily be detected at build time. In fact,
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
/kernel/linux/linux-4.19/
DKbuild8 # 4) Check for missing system calls
62 # 4) Check for missing system calls
65 always += missing-syscalls
66 targets += missing-syscalls
71 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/regulator/
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).
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
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).
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/Documentation/media/v4l-drivers/
Drcar-fdp1.rst25 recover missing lines. This method is also known as blending or Line
28 - The previous and next fields are averaged to recover lines missing from
32 field is used to fill missing lines from the current field. This method
36 used to fill missing lines from the current field. This method is also
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
Dtest_kexec_file_load.sh128 log_fail "$succeed_msg (missing sig)"
133 log_fail "$succeed_msg (missing PE sig)"
138 log_fail "$succeed_msg (missing IMA sig)"
144 log_fail "$succeed_msg (possibly missing IMA sig)"
170 log_pass "$failed_msg (missing PE sig)"
174 log_pass "$failed_msg (missing IMA sig)"
180 log_pass "$failed_msg (possibly missing IMA sig)"
/kernel/linux/linux-4.19/drivers/pci/controller/
Dpcie-rockchip.c74 dev_err(dev, "missing core reset property in node\n"); in rockchip_pcie_parse_dt()
81 dev_err(dev, "missing mgmt reset property in node\n"); in rockchip_pcie_parse_dt()
89 dev_err(dev, "missing mgmt-sticky reset property in node\n"); in rockchip_pcie_parse_dt()
96 dev_err(dev, "missing pipe reset property in node\n"); in rockchip_pcie_parse_dt()
103 dev_err(dev, "missing pm reset property in node\n"); in rockchip_pcie_parse_dt()
110 dev_err(dev, "missing pclk reset property in node\n"); in rockchip_pcie_parse_dt()
117 dev_err(dev, "missing aclk reset property in node\n"); in rockchip_pcie_parse_dt()
124 dev_err(dev, "missing ep-gpios property in node\n"); in rockchip_pcie_parse_dt()
316 dev_dbg(dev, "missing legacy phy; search for per-lane PHY\n"); in rockchip_pcie_get_phys()
328 dev_err(dev, "missing phy for lane %d: %ld\n", in rockchip_pcie_get_phys()
/kernel/linux/linux-5.10/Documentation/
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
/kernel/linux/linux-4.19/sound/soc/fsl/
Deukrea-tlv320.c98 "eukrea,model node missing or invalid.\n"); in eukrea_tlv320_probe()
106 "ssi-controller missing or invalid.\n"); in eukrea_tlv320_probe()
115 dev_err(&pdev->dev, "codec-handle node missing or invalid.\n"); in eukrea_tlv320_probe()
120 "fsl,mux-int-port node missing or invalid.\n"); in eukrea_tlv320_probe()
126 "fsl,mux-ext-port node missing or invalid.\n"); in eukrea_tlv320_probe()
188 "Missing or invalid audmux DT node.\n"); in eukrea_tlv320_probe()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dcore-imp-def.json111 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend…
114 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend…
117 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
120 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-4.19/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dcore-imp-def.json111 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend…
114 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend…
117 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
120 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpcie-rockchip.c73 dev_err(dev, "missing core reset property in node\n"); in rockchip_pcie_parse_dt()
80 dev_err(dev, "missing mgmt reset property in node\n"); in rockchip_pcie_parse_dt()
88 dev_err(dev, "missing mgmt-sticky reset property in node\n"); in rockchip_pcie_parse_dt()
95 dev_err(dev, "missing pipe reset property in node\n"); in rockchip_pcie_parse_dt()
102 dev_err(dev, "missing pm reset property in node\n"); in rockchip_pcie_parse_dt()
109 dev_err(dev, "missing pclk reset property in node\n"); in rockchip_pcie_parse_dt()
116 dev_err(dev, "missing aclk reset property in node\n"); in rockchip_pcie_parse_dt()
315 dev_dbg(dev, "missing legacy phy; search for per-lane PHY\n"); in rockchip_pcie_get_phys()
327 dev_err(dev, "missing phy for lane %d: %ld\n", in rockchip_pcie_get_phys()
/kernel/linux/linux-5.10/sound/soc/fsl/
Deukrea-tlv320.c97 "eukrea,model node missing or invalid.\n"); in eukrea_tlv320_probe()
105 "ssi-controller missing or invalid.\n"); in eukrea_tlv320_probe()
114 dev_err(&pdev->dev, "codec-handle node missing or invalid.\n"); in eukrea_tlv320_probe()
119 "fsl,mux-int-port node missing or invalid.\n"); in eukrea_tlv320_probe()
125 "fsl,mux-ext-port node missing or invalid.\n"); in eukrea_tlv320_probe()
187 "Missing or invalid audmux DT node.\n"); in eukrea_tlv320_probe()
/kernel/linux/linux-4.19/arch/powerpc/lib/
Dchecksum_wrappers.c51 int missing = __copy_from_user(dst, src, len); in csum_and_copy_from_user() local
53 if (missing) { in csum_and_copy_from_user()
54 memset(dst + len - missing, 0, missing); in csum_and_copy_from_user()
/kernel/linux/linux-4.19/arch/parisc/lib/
Dchecksum.c139 int missing; in csum_partial_copy_from_user() local
141 missing = copy_from_user(dst, src, len); in csum_partial_copy_from_user()
142 if (missing) { in csum_partial_copy_from_user()
143 memset(dst + len - missing, 0, missing); in csum_partial_copy_from_user()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpu_device_id.h80 * All other missing arguments of X86_MATCH_VENDOR_FAM_MODEL_FEATURE() are
96 * All other missing arguments of X86_MATCH_VENDOR_FAM_MODEL_FEATURE() are
109 * All other missing arguments of X86_MATCH_VENDOR_FAM_MODEL_FEATURE() are
125 * All other missing arguments of X86_MATCH_VENDOR_FAM_MODEL_FEATURE() are
141 * All other missing arguments to X86_MATCH_VENDOR_FAM_MODEL_FEATURE() are
155 * The vendor is set to INTEL, the family to 6 and all other missing
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/
Drun.sh18 echo "Cannot find $TRIGGER (missing CONFIG_LKDTM?)"
31 echo "Skipped: missing test '$test' in tests.txt"
36 echo "Skipped: test '$test' missing in $TRIGGER!"
101 echo "$test: missing '$expect': [FAIL]"
/kernel/linux/linux-5.10/net/bridge/
Dbr_mrp_netlink.c47 "Missing attribute: RING_ID or P_IFINDEX or S_IFINDEX"); in br_mrp_instance_parse()
89 NL_SET_ERR_MSG_MOD(extack, "Missing attribute: STATE"); in br_mrp_port_state_parse()
118 NL_SET_ERR_MSG_MOD(extack, "Missing attribute: ROLE"); in br_mrp_port_role_parse()
149 "Missing attribute: RING_ID or STATE"); in br_mrp_ring_state_parse()
183 "Missing attribute: RING_ID or ROLE"); in br_mrp_ring_role_parse()
222 "Missing attribute: RING_ID or INTERVAL or MAX_MISS or PERIOD"); in br_mrp_start_test_parse()
263 "Missing attribute: IN_ID or STATE"); in br_mrp_in_state_parse()
301 "Missing attribute: RING_ID or ROLE or IN_ID or I_IFINDEX"); in br_mrp_in_role_parse()
342 "Missing attribute: RING_ID or INTERVAL or MAX_MISS or PERIOD"); in br_mrp_start_in_test_parse()

12345678910>>...125