Home
last modified time | relevance | path

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

12345678910>>...103

/linux-6.14.4/drivers/net/wireless/ath/ath10k/
Dhw.h994 #define MISSING 0 macro
1001 #define RESET_CONTROL_MBOX_RST_MASK MISSING
1025 #define MBOX_BASE_ADDRESS MISSING
1026 #define INT_STATUS_ENABLE_ERROR_LSB MISSING
1027 #define INT_STATUS_ENABLE_ERROR_MASK MISSING
1028 #define INT_STATUS_ENABLE_CPU_LSB MISSING
1029 #define INT_STATUS_ENABLE_CPU_MASK MISSING
1030 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING
1031 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING
1032 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING
[all …]
/linux-6.14.4/net/bridge/
Dbr_cfm_netlink.c104 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_create_parse()
108 NL_SET_ERR_MSG_MOD(extack, "Missing DOMAIN attribute"); in br_mep_create_parse()
112 NL_SET_ERR_MSG_MOD(extack, "Missing DIRECTION attribute"); in br_mep_create_parse()
116 NL_SET_ERR_MSG_MOD(extack, "Missing IFINDEX attribute"); in br_mep_create_parse()
144 "Missing INSTANCE attribute"); in br_mep_delete_parse()
167 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_config_parse()
171 NL_SET_ERR_MSG_MOD(extack, "Missing UNICAST_MAC attribute"); in br_mep_config_parse()
175 NL_SET_ERR_MSG_MOD(extack, "Missing MDLEVEL attribute"); in br_mep_config_parse()
179 NL_SET_ERR_MSG_MOD(extack, "Missing MEPID attribute"); in br_mep_config_parse()
209 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_cc_config_parse()
[all …]
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()
/linux-6.14.4/tools/perf/tests/shell/
Drecord.sh64 echo "Per-thread record [Failed missing output]"
87 echo "Per-thread record [Failed -p missing output]"
99 echo "Register capture test [Skipped missing event]"
104 echo "Register capture test [Skipped missing registers]"
112 echo "Register capture test [Failed missing output]"
128 echo "System-wide record [Failed missing output]"
141 echo "System-wide record [Failed --threads missing output]"
158 echo "Workload record [Failed missing output]"
171 echo "Workload record [Failed --threads missing output]"
197 echo "Branch counter report test [Failed missing output]"
[all …]
Dannotate.sh52 echo "Basic annotate [Failed: missing target symbol]"
60 echo "Basic annotate [Failed: missing disasm output from default disassembler]"
69 echo "Basic annotate [Failed: missing disasm output when specifying the target symbol]"
78 …echo "Basic annotate [Failed: missing disasm output from non default disassembler (using --objdump…
/linux-6.14.4/kernel/gcov/
DMakefile6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations
8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
/linux-6.14.4/arch/riscv/include/asm/vendor_extensions/
Dvendor_hwprobe.h16 missing |= RISCV_HWPROBE_VENDOR_EXT_##ext; \
24 * and missing. It should be filled with VENDOR_EXT_KEY expressions.
29 u64 missing = 0; \
34 (pair)->value &= ~missing; \
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c107 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in px30_set_to_rmii()
122 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in px30_set_rmii_speed()
187 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rgmii()
205 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rmii()
218 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rgmii_speed()
240 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rmii_speed()
303 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rgmii()
322 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rmii()
339 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rgmii_speed()
361 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rmii_speed()
[all …]
/linux-6.14.4/Documentation/core-api/
Dsymbol-namespaces.rst29 its configuration, reject loading the module or warn about a missing import.
110 5. for a way to create missing import statements automatically.
127 Missing namespaces imports can easily be detected at build time. In fact,
133 missing imports. Fixing missing imports can be done with::
141 - notice the warning of modpost telling about a missing import
145 Again, ``make nsdeps`` will eventually add the missing namespace imports for
151 - notice the warning of modpost telling about a missing import
/linux-6.14.4/tools/testing/selftests/kexec/
Dtest_kexec_file_load.sh129 log_fail "$succeed_msg (missing sig)"
134 log_fail "$succeed_msg (missing PE sig)"
139 log_fail "$succeed_msg (missing IMA sig)"
145 log_fail "$succeed_msg (possibly missing IMA sig)"
171 log_pass "$failed_msg (missing PE sig)"
175 log_pass "$failed_msg (missing IMA sig)"
181 log_pass "$failed_msg (possibly missing IMA sig)"
/linux-6.14.4/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.14.4/tools/perf/tests/shell/lib/
Dcoresight.sh62 # either missing almost all the data or all of it
117 MISSING=""
128 MISSING="$MISSING $TID"
131 if test -n "$MISSING"; then
132 err "Thread IDs $MISSING not found in perf AUX data"
/linux-6.14.4/
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.14.4/Documentation/
DKconfig6 bool "Warn if there's a missing documentation file"
9 This option makes the Kernel to check for missing dependencies,
10 warning when something is missing. Works only if the Kernel
/linux-6.14.4/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…
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
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.
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-6.14.4/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()
189 "Missing or invalid audmux DT node.\n"); in eukrea_tlv320_probe()
/linux-6.14.4/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.14.4/tools/testing/selftests/drivers/net/lib/py/
Denv.py167 missing = []
174 missing.append(choice)
177 missing.append(["LOCAL_V6", "REMOTE_V6"])
179 missing.append(["LOCAL_V4", "REMOTE_V4"])
180 if missing:
181 raise Exception("Invalid environment, missing configuration:", missing,
/linux-6.14.4/Documentation/admin-guide/mm/
Duserfaultfd.rst166 the zero page for a missing fault. With userfaultfd, userspace can
185 - You get the address of the access that triggered the missing page
226 (when e.g. page is missing) over different types of memories.
229 (e.g. when pages are missing and not populated). For file-backed memories
232 message generated when writing to a missing page on file typed memories,
244 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE``
288 In response to a fault (either missing or minor), an action userspace can
326 The QEMU in the source node writes all pages that it knows are missing
340 the userfault address it writes the information about the missing page
343 remaining missing pages from that new page offset. Soon after that
[all …]
/linux-6.14.4/scripts/
Dspdxcheck.py34 self.missing = 0
40 self.missing += miss
78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))
84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
161 raise ParserException(tok, 'Missing parentheses')
405 if not di.missing:
421 missing = parser.checked - parser.spdx_valid variable
422 mpc = int(100 * missing / parser.checked)
423 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc))
437 if di.missing:
[all …]
/linux-6.14.4/drivers/clk/rockchip/
Drst-rk3588.c31 RK3588_CRU_RESET_OFFSET(SRST_CSIPHY0, 1, 7), // missing in TRM
33 RK3588_CRU_RESET_OFFSET(SRST_CSIPHY1, 1, 9), // missing in TRM
51 RK3588_CRU_RESET_OFFSET(SRST_DCPHY0, 3, 11), // missing in TRM
56 RK3588_CRU_RESET_OFFSET(SRST_DCPHY1, 4, 0), // missing in TRM
702 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_ROPLL, 72, 12), // missing in TRM
703 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_LCPLL, 72, 13), // missing in TRM
704 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0, 72, 14), // missing in TRM
705 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_ROPLL, 72, 15), // missing in TRM
708 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_LCPLL, 73, 0), // missing in TRM
709 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1, 73, 1), // missing in TRM
[all …]
/linux-6.14.4/tools/perf/tests/
Dwp.c172 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify()
204 TEST_CASE_REASON("Read Only Watchpoint", wp_ro, "missing hardware support"),
205 TEST_CASE_REASON("Write Only Watchpoint", wp_wo, "missing hardware support"),
206 TEST_CASE_REASON("Read / Write Watchpoint", wp_rw, "missing hardware support"),
207 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
/linux-6.14.4/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!"
109 echo "$test: missing '$expect': [FAIL]"

12345678910>>...103