| /OK3568_Linux_fs/buildroot/package/rpi-userland/ |
| H A D | 0004-host-applications-disable-missing-applications.patch | 4 Subject: [PATCH] host-applications: disable missing applications 6 Those applications are missing from the public rpi-firmware package, so
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spidev.c | 160 unsigned long missing; in spidev_read() local 162 missing = copy_to_user(buf, spidev->rx_buffer, status); in spidev_read() 163 if (missing == status) in spidev_read() 166 status = status - missing; in spidev_read() 180 unsigned long missing; in spidev_write() local 189 missing = copy_from_user(spidev->tx_buffer, buf, count); in spidev_write() 190 if (missing == 0) in spidev_write()
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 4 Subject: [PATCH] Allow input files to be missing for ed-style patches 6 * src/pch.c (do_ed_script): Allow input files to be missing so that new
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-systemd/ |
| H A D | 0001-Provide-implementation-of-strndupa-for-musl.patch | 7 /meta/recipes-core/systemd/systemd/0002-src-basic-missing.h-check-for-missing-strndupa.patch
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 4 Subject: [PATCH] Allow input files to be missing for ed-style patches 6 * src/pch.c (do_ed_script): Allow input files to be missing so that new
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | cpuinfo.rst | 23 Users need to find out the reason why the flag is missing and find the way 25 can explain missing flags: the expected feature failed to enable, the feature 26 is missing in hardware, platform firmware did not enable it, the feature is 112 Flags are missing when one or more of these happen 150 missing at runtime. For example, AVX flags will not show up if XSAVE feature 152 CPUs and them missing microcode patches. Due to that, the kernel decides not to
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | iocost_coef_gen.py | 118 missing = False variable 122 missing = True variable 123 if missing:
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/free/ |
| H A D | put_device.cocci | 2 /// Find missing put_device for every of_find_device_by_node. 46 "ERROR: missing put_device; call of_find_device_by_node on line "
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/ |
| H A D | Android.bp | 95 "-Wno-missing-braces", 96 "-Wno-missing-field-initializers",
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.3 | 33 - [QTBUG-63928] Fixed missing consideration of alpha channel when 40 - Added missing null check to Android positioning plug-in
|
| /OK3568_Linux_fs/buildroot/package/mender-grubenv/ |
| H A D | mender-grubenv.mk | 60 $(error The following missing grub2 efi modules must be enabled for mender-grubenv \ 64 $(error The following missing grub2 pc modules must be enabled for mender-grubenv \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0005-Dont-disable-libreadline.a-when-using-disable-static.patch | 26 missing= install-html; 27 missing= install-info; };
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos_camgroup/ |
| H A D | Android.bp | 28 "-Wno-missing-braces", 29 "-Wno-missing-field-initializers",
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 19-merge_config.sh-add-br2-external-support.patch | 41 # alldefconfig: Fills in any missing symbols with Kconfig default 42 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | interface.c | 218 enum { none, day, month, year } missing = none; in __rtc_read_alarm() local 306 missing = day; in __rtc_read_alarm() 310 if (missing == none) in __rtc_read_alarm() 311 missing = month; in __rtc_read_alarm() 315 if (missing == none) in __rtc_read_alarm() 316 missing = year; in __rtc_read_alarm() 332 switch (missing) { in __rtc_read_alarm()
|
| /OK3568_Linux_fs/buildroot/package/guile/ |
| H A D | 0003-Makefile.am-fix-build-without-makeinfo.patch | 11 /nvmedata/autobuild/instance-7/output-1/build/host-guile-2.0.14/build-aux/missing: line 81: makeinf… 12 WARNING: 'makeinfo' is missing on your system.
|
| /OK3568_Linux_fs/buildroot/package/perl-net-ssleay/ |
| H A D | 0001-fix-build-system.patch | 7 paths, since they are missing the destdir; Buildroot compilers 16 …rding http://wiki.cpantesters.org/wiki/CPANAuthorNotes this is best-practice when "missing library"
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | Makefile.am | 42 libnativeGLthunk_la_CFLAGS = $(AM_CFLAGS) -Wno-unused-function -Wno-missing-prototypes -Wno-missing…
|
| H A D | meson.build | 96 '-Wno-missing-prototypes', 97 '-Wno-missing-declarations',
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | python3-manifest.json | 65 # b) The native package wasn't built correctly and its missing a certain module: 68 # since it won't error out the compile function if its only missing a couple of modules. 70 # e.g. missing the _uuid module, log.do_compile would show the following: 80 # on our image, because the _uuid files will be missing.
|
| /OK3568_Linux_fs/buildroot/package/alsamixergui/ |
| H A D | 0002-configure-fix-detection-of-fltk-libs.patch | 42 -AC_MSG_ERROR("missing fltk")) 47 +AS_IF(test "${has_fltk}" = "false", AC_MSG_ERROR("missing fltk"))
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | rockchip,rk3036-cru.txt | 18 If missing pll rates are not changeable, due to the missing pll lock status.
|
| H A D | rockchip,rk1808-cru.txt | 18 If missing pll rates are not changeable, due to the missing pll lock status.
|
| /OK3568_Linux_fs/buildroot/package/fbterm/ |
| H A D | 0001-fbio.cpp-improxy.cpp-fbterm.cpp-fix-musl-compile.patch | 9 - add missing include, fixes: 16 - add missing WAIT_ANY define, fixes:
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/locks/ |
| H A D | mini_lock.cocci | 2 /// Find missing unlocks. This semantic match considers the specific case 3 /// where the unlock is missing from an if branch, and there is a lock
|