/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | hw.h | 994 #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.12.1/net/bridge/ |
D | br_cfm_netlink.c | 104 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 …]
|
D | br_mrp_netlink.c | 47 "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.12.1/tools/perf/tests/shell/ |
D | record.sh | 63 echo "Per-thread record [Failed missing output]" 86 echo "Per-thread record [Failed -p missing output]" 98 echo "Register capture test [Skipped missing event]" 103 echo "Register capture test [Skipped missing registers]" 111 echo "Register capture test [Failed missing output]" 127 echo "System-wide record [Failed missing output]" 140 echo "System-wide record [Failed --threads missing output]" 157 echo "Workload record [Failed missing output]" 170 echo "Workload record [Failed --threads missing output]" 196 echo "Branch counter report test [Failed missing output]" [all …]
|
D | annotate.sh | 52 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.12.1/tools/testing/selftests/bpf/progs/ |
D | preempt_lock.c | 9 __failure __msg("1 bpf_preempt_enable is missing") 17 __failure __msg("2 bpf_preempt_enable(s) are missing") 26 __failure __msg("3 bpf_preempt_enable(s) are missing") 36 __failure __msg("1 bpf_preempt_enable is missing") 58 __failure __msg("1 bpf_preempt_enable is missing") 66 __failure __msg("2 bpf_preempt_enable(s) are missing") 75 __failure __msg("1 bpf_preempt_enable is missing")
|
/linux-6.12.1/kernel/gcov/ |
D | Makefile | 6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations 8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
|
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-rk.c | 107 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.12.1/Documentation/core-api/ |
D | symbol-namespaces.rst | 29 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
|
/linux-6.12.1/tools/testing/selftests/kexec/ |
D | test_kexec_file_load.sh | 129 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.12.1/Documentation/admin-guide/media/ |
D | rcar-fdp1.rst | 27 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.12.1/tools/perf/tests/shell/lib/ |
D | coresight.sh | 62 # 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.12.1/ |
D | Kbuild | 37 # 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.12.1/Documentation/ |
D | Kconfig | 6 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.12.1/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
D | core-imp-def.json | 111 … 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.12.1/Documentation/devicetree/bindings/regulator/ |
D | ti,tps62360.yaml | 38 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.
|
D | richtek,rt6245-regulator.yaml | 39 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.12.1/sound/soc/fsl/ |
D | eukrea-tlv320.c | 97 "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.12.1/tools/testing/selftests/drivers/net/lib/py/ |
D | env.py | 166 missing = [] 173 missing.append(choice) 176 missing.append(["LOCAL_V6", "REMOTE_V6"]) 178 missing.append(["LOCAL_V4", "REMOTE_V4"]) 179 if missing: 180 raise Exception("Invalid environment, missing configuration:", missing,
|
/linux-6.12.1/scripts/coccinelle/misc/ |
D | add_namespace.cocci | 3 /// 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.12.1/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 166 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.12.1/scripts/ |
D | spdxcheck.py | 34 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') 399 if not di.missing: 415 missing = parser.checked - parser.spdx_valid variable 416 mpc = int(100 * missing / parser.checked) 417 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc)) 431 if di.missing: [all …]
|
/linux-6.12.1/drivers/pci/controller/ |
D | pcie-rockchip.c | 75 dev_err(dev, "missing core reset property in node\n"); in rockchip_pcie_parse_dt() 82 dev_err(dev, "missing mgmt reset property in node\n"); in rockchip_pcie_parse_dt() 90 dev_err(dev, "missing mgmt-sticky reset property in node\n"); in rockchip_pcie_parse_dt() 97 dev_err(dev, "missing pipe reset property in node\n"); in rockchip_pcie_parse_dt() 104 dev_err(dev, "missing pm reset property in node\n"); in rockchip_pcie_parse_dt() 111 dev_err(dev, "missing pclk reset property in node\n"); in rockchip_pcie_parse_dt() 118 dev_err(dev, "missing aclk reset property in node\n"); in rockchip_pcie_parse_dt() 333 dev_dbg(dev, "missing legacy phy; search for per-lane PHY\n"); in rockchip_pcie_get_phys() 345 dev_err(dev, "missing phy for lane %d: %ld\n", in rockchip_pcie_get_phys()
|
/linux-6.12.1/drivers/clk/rockchip/ |
D | rst-rk3588.c | 31 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.12.1/tools/perf/tests/ |
D | wp.c | 172 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"),
|