/Linux-v6.6/drivers/net/wireless/ath/ath10k/ |
D | hw.h | 999 #define MISSING 0 macro 1006 #define RESET_CONTROL_MBOX_RST_MASK MISSING 1030 #define MBOX_BASE_ADDRESS MISSING 1031 #define INT_STATUS_ENABLE_ERROR_LSB MISSING 1032 #define INT_STATUS_ENABLE_ERROR_MASK MISSING 1033 #define INT_STATUS_ENABLE_CPU_LSB MISSING 1034 #define INT_STATUS_ENABLE_CPU_MASK MISSING 1035 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING 1036 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING 1037 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING [all …]
|
/Linux-v6.6/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-v6.6/tools/perf/tests/shell/ |
D | record.sh | 43 echo "Per-thread record [Failed missing output]" 66 echo "Per-thread record [Failed -p missing output]" 78 echo "Register capture test [Skipped missing event]" 83 echo "Register capture test [Skipped missing registers]" 91 echo "Register capture test [Failed missing output]" 107 echo "System-wide record [Failed missing output]" 120 echo "System-wide record [Failed --threads missing output]" 137 echo "Workload record [Failed missing output]" 150 echo "Workload record [Failed --threads missing output]"
|
/Linux-v6.6/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-v6.6/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-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-rk.c | 109 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in px30_set_to_rmii() 124 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in px30_set_rmii_speed() 189 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rgmii() 207 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rmii() 220 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rgmii_speed() 242 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rmii_speed() 305 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rgmii() 324 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_to_rmii() 341 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rgmii_speed() 363 dev_err(dev, "Missing rockchip,grf property\n"); in rk3228_set_rmii_speed() [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/tools/perf/tests/shell/lib/ |
D | coresight.sh | 60 # either missing almost all the data or all of it 115 MISSING="" 126 MISSING="$MISSING $TID" 129 if test -n "$MISSING"; then 130 err "Thread IDs $MISSING not found in perf AUX data"
|
/Linux-v6.6/ |
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-v6.6/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 163 the zero page for a missing fault. With userfaultfd, userspace can 182 - You get the address of the access that triggered the missing page 223 (when e.g. page is missing) over different types of memories. 226 (e.g. when pages are missing and not populated). For file-backed memories 229 message generated when writing to a missing page on file typed memories, 241 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE`` 250 In response to a fault (either missing or minor), an action userspace can 288 The QEMU in the source node writes all pages that it knows are missing 302 the userfault address it writes the information about the missing page 305 remaining missing pages from that new page offset. Soon after that [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/Documentation/devicetree/bindings/regulator/ |
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.
|
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.
|
/Linux-v6.6/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-v6.6/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-v6.6/scripts/ |
D | rust_is_available_test.py | 78 cls.missing = pathlib.Path(cls.tempdir.name) / "missing" 161 result = self.run_script(self.Expected.FAILURE, { "RUSTC": self.missing }) 162 self.assertIn(f"Rust compiler '{self.missing}' could not be found.", result.stderr) 165 result = self.run_script(self.Expected.FAILURE, { "BINDGEN": self.missing }) 166 … self.assertIn(f"Rust bindings generator '{self.missing}' could not be found.", result.stderr) 236 { "LLVM_CONFIG_PATH": self.missing }, 237 { "LIBCLANG_PATH": self.missing }, 238 { "CLANG_PATH": self.missing }, 267 …ILURE, { "PATH": os.environ["PATH"], "RUSTC": "rustc", "KRUSTFLAGS": f"--sysroot={self.missing}" }) 271 result = self.run_script(self.Expected.FAILURE, { "RUST_LIB_SRC": self.missing }) [all …]
|
/Linux-v6.6/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-v6.6/arch/x86/include/asm/ |
D | cpu_device_id.h | 80 * 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
|
/Linux-v6.6/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 701 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_ROPLL, 72, 12), // missing in TRM 702 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_LCPLL, 72, 13), // missing in TRM 703 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0, 72, 14), // missing in TRM 704 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_ROPLL, 72, 15), // missing in TRM 707 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_LCPLL, 73, 0), // missing in TRM 708 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1, 73, 1), // missing in TRM [all …]
|
/Linux-v6.6/tools/perf/tests/ |
D | wp.c | 167 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify() 199 TEST_CASE_REASON("Read Only Watchpoint", wp_ro, "missing hardware support"), 200 TEST_CASE_REASON("Write Only Watchpoint", wp_wo, "missing hardware support"), 201 TEST_CASE_REASON("Read / Write Watchpoint", wp_rw, "missing hardware support"), 202 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
|
/Linux-v6.6/tools/testing/selftests/lkdtm/ |
D | run.sh | 18 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]"
|
/Linux-v6.6/tools/testing/selftests/net/mptcp/ |
D | pm_nl_ctl.c | 370 error(1, 0, " missing local IP"); in dsf() 375 error(1, 0, " missing local port"); in dsf() 380 error(1, 0, " missing remote IP"); in dsf() 385 error(1, 0, " missing remote port"); in dsf() 390 error(1, 0, " missing token"); in dsf() 484 error(1, 0, " missing local IP"); in csf() 489 error(1, 0, " missing local id"); in csf() 494 error(1, 0, " missing remote ip"); in csf() 499 error(1, 0, " missing remote port"); in csf() 504 error(1, 0, " missing token"); in csf() [all …]
|