| /Linux-v5.4/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-v5.4/arch/c6x/lib/ | 
| D | checksum.c | 16 	int missing;  in csum_partial_copy_from_user()  local 18 	missing = __copy_from_user(dst, src, len);  in csum_partial_copy_from_user() 19 	if (missing) {  in csum_partial_copy_from_user() 20 		memset(dst + len - missing, 0, missing);  in csum_partial_copy_from_user()
  | 
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ | 
| D | dwmac-rk.c | 91 		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 …] 
 | 
| /Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/regulator/ | 
| D | tps62360-regulator.txt | 15   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).
  | 
| /Linux-v5.4/tools/testing/selftests/kexec/ | 
| D | test_kexec_file_load.sh | 128 			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)"
  | 
| /Linux-v5.4/Documentation/ | 
| D | Kconfig | 3 	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-v5.4/Documentation/media/v4l-drivers/ | 
| 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-v5.4/drivers/pci/controller/ | 
| D | pcie-rockchip.c | 74 			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()
  | 
| /Linux-v5.4/arch/powerpc/lib/ | 
| D | checksum_wrappers.c | 39 		int missing = __copy_from_user(dst, src, len);  in csum_and_copy_from_user()  local 41 		if (missing) {  in csum_and_copy_from_user() 42 			memset(dst + len - missing, 0, missing);  in csum_and_copy_from_user()
  | 
| /Linux-v5.4/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. 17 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
  | 
| /Linux-v5.4/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() 187 				"Missing or invalid audmux DT node.\n");  in eukrea_tlv320_probe()
  | 
| /Linux-v5.4/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-v5.4/arch/parisc/lib/ | 
| D | checksum.c | 135 	int missing;  in csum_partial_copy_from_user()  local 137 	missing = copy_from_user(dst, src, len);  in csum_partial_copy_from_user() 138 	if (missing) {  in csum_partial_copy_from_user() 139 		memset(dst + len - missing, 0, missing);  in csum_partial_copy_from_user()
  | 
| /Linux-v5.4/ | 
| D | Kbuild | 40 # Check for missing system calls 42 always += missing-syscalls 47 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE
  | 
| /Linux-v5.4/scripts/coccinelle/free/ | 
| D | pci_free_consistent.cocci | 2 /// 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…
  | 
| D | clk_put.cocci | 2 /// 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…
  | 
| D | iounmap.cocci | 2 /// 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…
  | 
| /Linux-v5.4/lib/ | 
| D | checksum.c | 155 	int missing;  in csum_partial_copy_from_user()  local 157 	missing = __copy_from_user(dst, src, len);  in csum_partial_copy_from_user() 158 	if (missing) {  in csum_partial_copy_from_user() 159 		memset(dst + len - missing, 0, missing);  in csum_partial_copy_from_user()
  | 
| /Linux-v5.4/drivers/cpuidle/ | 
| D | dt_idle_states.c | 49 			pr_debug(" * %pOF missing entry-latency-us property\n",  in init_state_node() 57 			pr_debug(" * %pOF missing exit-latency-us property\n",  in init_state_node() 62 		 * If wakeup-latency-us is missing, default to entry+exit  in init_state_node() 71 		pr_debug(" * %pOF missing min-residency-us property\n",  in init_state_node() 224 	 * also be 0 on platforms with missing DT idle states or legacy DT  in dt_init_idle_driver()
  | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | auto_fs.h | 42 #define autofs_ptype_missing	0	/* Missing entry (mount request) */ 167 /* Indirect mount missing and expire requests. */ 171 /* Direct mount missing and expire requests */ 185 	struct autofs_packet_missing missing;  member
  | 
| /Linux-v5.4/arch/arm/mach-sunxi/ | 
| D | platsmp.c | 48 		pr_err("Missing A31 PRCM node in the device tree\n");  in sun6i_smp_prepare_cpus() 62 		pr_err("Missing A31 CPU config node in the device tree\n");  in sun6i_smp_prepare_cpus() 133 		pr_err("Missing A23 PRCM node in the device tree\n");  in sun8i_smp_prepare_cpus() 147 		pr_err("Missing A23 CPU config node in the device tree\n");  in sun8i_smp_prepare_cpus()
  | 
| /Linux-v5.4/drivers/clk/keystone/ | 
| D | pll.c | 265 		pr_err("%s: missing parent clock\n", __func__);  in of_pll_div_clk_init() 271 		pr_err("%s: missing 'shift' property\n", __func__);  in of_pll_div_clk_init() 277 		pr_err("%s: missing 'bit-mask' property\n", __func__);  in of_pll_div_clk_init() 314 		pr_err("%s: missing parent clocks\n", __func__);  in of_pll_mux_clk_init() 319 		pr_err("%s: missing 'shift' property\n", __func__);  in of_pll_mux_clk_init() 324 		pr_err("%s: missing 'bit-mask' property\n", __func__);  in of_pll_mux_clk_init()
  | 
| /Linux-v5.4/Documentation/admin-guide/mm/ | 
| D | userfaultfd.rst | 89 the range (UFFDIO_REGISTER_MODE_MISSING would track missing 137 The QEMU in the source node writes all pages that it knows are missing 151 the userfault address it writes the information about the missing page 154 remaining missing pages from that new page offset. Soon after that 166 missing in the destination node. The bitmap in the source node is 167 checked to find which missing pages to send in round robin and we seek
  | 
| /Linux-v5.4/drivers/input/keyboard/ | 
| D | adc-keys.c | 75 		dev_err(dev, "keymap is missing\n");  in adc_keys_load_keymap() 87 			dev_err(dev, "Key with invalid or missing voltage\n");  in adc_keys_load_keymap() 95 			dev_err(dev, "Key with invalid or missing linux,code\n");  in adc_keys_load_keymap() 139 		dev_err(dev, "Invalid or missing keyup voltage\n");  in adc_keys_probe()
  |