Home
last modified time | relevance | path

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

12345678910>>...158

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhw.h1006 #define MISSING 0 macro
1013 #define RESET_CONTROL_MBOX_RST_MASK MISSING
1037 #define MBOX_BASE_ADDRESS MISSING
1038 #define INT_STATUS_ENABLE_ERROR_LSB MISSING
1039 #define INT_STATUS_ENABLE_ERROR_MASK MISSING
1040 #define INT_STATUS_ENABLE_CPU_LSB MISSING
1041 #define INT_STATUS_ENABLE_CPU_MASK MISSING
1042 #define INT_STATUS_ENABLE_COUNTER_LSB MISSING
1043 #define INT_STATUS_ENABLE_COUNTER_MASK MISSING
1044 #define INT_STATUS_ENABLE_MBOX_DATA_LSB MISSING
[all …]
/OK3568_Linux_fs/buildroot/package/linuxptp/
H A D0001-missing.h-drop-clock_nanosleep-replacement.patch4 Subject: [PATCH] missing.h: drop clock_nanosleep() replacement
18 missing.h:117:19: error: static declaration of 'clock_nanosleep' follows non-static declaration
26 missing.h | 7 -------
29 diff --git a/missing.h b/missing.h
31 --- a/missing.h
32 +++ b/missing.h
/OK3568_Linux_fs/buildroot/package/vte/
H A D0001-build-Fix-build-with-kernel-headers-from-linux-4-13.patch7 ioctl, so let's also support building with one. Add the missing
8 ioctl definition to missing.hh.
16 src/missing.hh | 12 ++++++++++++
19 diff --git a/src/missing.hh b/src/missing.hh
21 --- a/src/missing.hh
22 +++ b/src/missing.hh
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dmanifest.py11 '''A manifest item of a collection able to list missing packages'''
14 self.missing = []
118 m_entry[k].missing = self.check_manifest_entries(\
120 if m_entry[k].missing:
121 msg = '{}: {} Error has the following missing entries'\
123 logmsg = msg+':\n'+'\n'.join(m_entry[k].missing)
156 m_entry.missing = self.check_manifest_entries(\
158 if m_entry.missing:
159 msg = '{}: {} Error has the following missing entries'\
161 logmsg = msg+':\n'+'\n'.join(m_entry.missing)
H A Dreproducible.py28 MISSING = 'MISSING' variable
48 self.missing = []
56 if r.status == MISSING:
57 self.missing.append(r)
70 self.missing.sort()
76 …excluded=%i missing=%i total=%i\nunused_exclusions=%s' % (len(self.same), len(self.different), len…
87 result.status = MISSING
279 self.write_package_list(package_class, 'missing', result.missing)
293 if result.missing or result.different:
294 … fails.append("The following %s packages are missing or different and not in exclusion list: %s" %
[all …]
/OK3568_Linux_fs/buildroot/package/kmod/
H A D0001-fix-O_CLOEXEC.patch15 - move dummy definition from libkmod-internal.h to missing.h
28 shared/missing.h | 4 ++++
31 diff --git a/shared/missing.h b/shared/missing.h
33 --- a/shared/missing.h
34 +++ b/shared/missing.h
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0017-setup.py-do-not-report-missing-dependencies-for-disa.patch4 Subject: [PATCH] setup.py: do not report missing dependencies for disabled
7 Reporting those missing dependencies is misleading as the modules would not
30 + # There is no need to report missing module dependencies,
36 + self.missing = list(set(self.missing) - set(sysconf_dis))
38 if self.missing:
/OK3568_Linux_fs/buildroot/package/iwd/
H A D0001-build-Add-reallocarray-to-missing-h.patch4 Subject: build: Add reallocarray to missing.h
23 src/missing.h | 7 +++++++
38 diff --git a/src/missing.h b/src/missing.h
40 --- a/src/missing.h
41 +++ b/src/missing.h
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb26 file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \
28 file://0008-add-missing-FTW_-macros-for-musl.patch \
29 file://0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch \
31 file://0011-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch \
39 file://0019-Handle-missing-LOCK_EX.patch \
44 file://0026-Handle-missing-gshadow.patch \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c293 dev_err(dev, "%s: Missing rockchip,grf or phy_reset property\n", in rk_gmac_integrated_fephy_power()
341 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in px30_set_to_rmii()
355 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in px30_set_rmii_speed()
413 dev_err(dev, "Missing rockchip,grf property\n"); in rk1808_set_to_rgmii()
430 dev_err(dev, "%s: Missing rockchip,grf property\n", __func__); in rk1808_set_to_rmii()
444 dev_err(dev, "Missing rockchip,grf property\n"); in rk1808_set_rgmii_speed()
474 dev_err(dev, "%s: Missing clk_mac_speed clock\n", __func__); in rk1808_set_rmii_speed()
541 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rgmii()
558 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_to_rmii()
571 dev_err(dev, "Missing rockchip,grf property\n"); in rk3128_set_rgmii_speed()
[all …]
/OK3568_Linux_fs/buildroot/package/lugaru/
H A D0002-Fix-mismatched-usage-length-build-fail-on-g.patch21 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::index’ [-…
23 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::type’ [-W…
25 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::shortopt’…
27 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::longopt’ …
29 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::check_arg…
30 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::help’ [-W…
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A 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
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dfeatures_check.bbclass40 missing = set.difference(required_features, features)
41 if missing:
42 raise bb.parse.SkipRecipe("missing required %s feature%s '%s' (not in %s_FEATURES)"
43 % (kind.lower(), 's' if len(missing) > 1 else '', ' '.join(missing), kind))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/error/
H A Den.h45 …case kParseErrorObjectMissName: return RAPIDJSON_ERROR_STRING("Missing a name for … in GetParseError_En()
46 …case kParseErrorObjectMissColon: return RAPIDJSON_ERROR_STRING("Missing a colon aft… in GetParseError_En()
47 …case kParseErrorObjectMissCommaOrCurlyBracket: return RAPIDJSON_ERROR_STRING("Missing a comma or … in GetParseError_En()
49 …case kParseErrorArrayMissCommaOrSquareBracket: return RAPIDJSON_ERROR_STRING("Missing a comma or … in GetParseError_En()
54 …case kParseErrorStringMissQuotationMark: return RAPIDJSON_ERROR_STRING("Missing a closing q… in GetParseError_En()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtools/mtools/
H A Dmtools-makeinfo.patch52 + MAKEINFO="@echo makeinfo missing; true"
56 + TEXI2DVI="@echo texi2dvi missing; true"
60 + TEXI2PDF="@echo texi2pdf missing; true"
64 + TEXI2HTML="@echo texi2html missing; true"
68 + DVI2PS="@echo dvi2ps missing; true"
/OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/
H A 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)"
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcheck-dotconfig.py32 missing = [line for line in defconfiglines if line not in configlines]
34 if missing:
36 for m in missing:
37 print(" Missing: {}".format(m))
/OK3568_Linux_fs/external/xserver/
H A Dmissing2 # Common wrapper for a few potentially missing GNU programs.
35 # Used by our autoconf macros to check whether the available missing
50 to PROGRAM being missing or too old.
68 echo "missing $scriptversion (GNU Automake)"
97 # Program was missing.
98 msg="missing on your system"
197 echo "case some other package contains this missing '$1' program."
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/vte/vte/
H A D0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch16 src/missing.hh | 4 ++++
20 --- a/src/missing.hh
21 +++ b/src/missing.hh
39 +#include "missing.hh" // for W_EXITCODE on non-glibc systems
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A 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).
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c25 dev_dbg(dev, "get_pins_count or get_pin_name missing\n"); in pinctrl_pin_name_to_selector()
56 dev_dbg(dev, "get_groups_count or get_group_name missing\n"); in pinctrl_group_name_to_selector()
89 "get_functions_count or get_function_name missing\n"); in pinmux_func_name_to_selector()
122 dev_dbg(dev, "pinmux_group_set op missing\n"); in pinmux_enable_setting()
129 dev_dbg(dev, "pinmux_set op missing\n"); in pinmux_enable_setting()
165 dev_dbg(dev, "pinconf_num_params or pinconf_params missing\n"); in pinconf_prop_name_to_param()
201 dev_dbg(dev, "pinconf_group_set op missing\n"); in pinconf_enable_setting()
209 dev_dbg(dev, "pinconf_set op missing\n"); in pinconf_enable_setting()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A 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
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A 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()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A 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()
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()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
H A 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…

12345678910>>...158