| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun8i-h3-orangepi-pc-plus.dts | 86 /* eMMC is missing pull-ups */
|
| H A D | sun8i-h3-orangepi-plus.dts | 101 /* eMMC is missing pull-ups */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0026-Handle-missing-gshadow.patch | 4 Subject: [PATCH] Handle missing gshadow
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | act8865-regulator.txt | 12 If this property is missing, assume the VSEL pin is low(0).
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | compile.mk | 38 -Wno-missing-field-initializers -Wno-format-zero-length \
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-veyron-jaq.dts | 183 "BT_DEV_WAKE", /* Maybe missing from mighty? */
|
| H A D | sun8i-h3-orangepi-pc-plus.dts | 84 /* eMMC is missing pull-ups */
|
| H A D | s5pv210-smdkv210.dts | 36 /* Workaround for missing PMIC and its clock */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/ |
| H A D | 0006-common_audio-implement-endianness-conversion-in-wav-.patch | 7 The code didn't build for big endian machines due to the missing
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/ |
| H A D | mycroft_19.8.1.bb | 14 file://0004-dev_setup.sh-Ignore-missing-package-manager.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/ |
| H A D | CVE-2022-45063.patch | 206 * If we are opening the default font, and it happens to be missing, 452 TRACE(("missing graphics character #%d, U+%04X\n", 460 TRACE(("missing normal char #%d\n", ch)); 466 TRACE(("missing bold char #%d\n", ch));
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 721 u8 missing, i; in mlx5e_post_rx_mpwqes() local 733 missing = mlx5_wq_ll_missing(wq) - rq->mpwqe.umr_in_progress; in mlx5e_post_rx_mpwqes() 739 if (likely(missing < UMR_WQE_BULK)) in mlx5e_post_rx_mpwqes() 743 i = missing; in mlx5e_post_rx_mpwqes() 752 rq->mpwqe.umr_last_bulk = missing - i; in mlx5e_post_rx_mpwqes()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 1389 … missing = [field for field in mandatory_fields if len(request.POST.get(field, '')) == 0] 1390 if missing: 1392 raise BadParameterException("Fields missing: %s" % ", ".join(missing)) 1467 … missing = [field for field in mandatory_fields if len(request.POST.get(field, '')) == 0] 1468 if missing: 1470 raise BadParameterException("Fields missing: %s" % ", ".join(missing))
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 416 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=n32" 420 $(Q)$(MAKE) $(build)=. missing-syscalls missing_syscalls_flags="-mabi=32"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/ |
| H A D | query.py | 315 appended, missing = self.get_appends_for_files(filenames) 323 if best_filename in missing:
|
| /OK3568_Linux_fs/buildroot/package/pistache/ |
| H A D | 0001-CMakeLists.txt-add-C-language-to-project-statement.patch | 25 …ITS=64 -Os -D_FORTIFY_SOURCE=1 -Wall -Wconversion -pedantic -Wextra -Wno-missing-field-initializer…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tigervnc/ |
| H A D | tigervnc_1.11.0.bb | 22 file://0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.6.0 | 63 - [QTBUG-49772] Fixed weatherinfo example due to missing appid handling for
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch | 4 Subject: [PATCH] src: Add missing header limits.h for _POSIX_HOST_NAME_MAX
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/ |
| H A D | procps_3.3.17.bb | 18 file://0002-proc-escape.c-add-missing-include.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0007-cmd-go-make-GOROOT-precious-by-default.patch | 81 + a.Package.StaleReason = "missing or invalid GOROOT-resident package"
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | contributing.rst | 77 The problem is the missing "*", which confuses the build system's 80 it was a matter of adding the missing asterisks. A quick look at the 95 Add a couple of missing asterisks and make kerneldoc a little happier.
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 94 * add-EGL_QUERY_DRIVER-check.diff: Add missing change from upstream 121 * fix-modesetting-build.diff: Add a missing include to fix the build. 342 * CVE-2017-10971: stack overflow due to missing GenericEvent handling in 389 * rules: Add --fail-missing to dh_install. 878 - 10_Include-missing-selection-h.diff 887 * Reduce noise from dh_install --list-missing by deleting some files from the 906 - 10_Include-missing-selection-h.diff 956 * Use libbsd-overlay to get missing declarations on kfreebsd and fix FTBFS. 1001 Use libbsd-overlay to get missing declarations on kfreebsd and fix FTBFS. 1009 * 10_Include-missing-selection-h.diff: Fix FTBFS with GCC 4.8. Include [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | gtk-doc.bbclass | 76 …echo "If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PA…
|
| /OK3568_Linux_fs/buildroot/package/gcc/ |
| H A D | gcc.mk | 94 MAKEINFO=missing
|