| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-modules/ |
| H A D | 0009-Rename-genhd-wrapper-to-blkdev.patch | 4 Subject: [PATCH 09/10] Rename genhd wrapper to blkdev 6 The genhd.h header was folded into blkdev.h in v5.18, rename our wrapper 15 include/wrapper/{genhd.h => blkdev.h} | 10 +++++----- 18 rename include/wrapper/{genhd.h => blkdev.h} (93%) 20 diff --git a/include/wrapper/genhd.h b/include/wrapper/blkdev.h 22 rename from include/wrapper/genhd.h 23 rename to include/wrapper/blkdev.h 25 --- a/include/wrapper/genhd.h 26 +++ b/include/wrapper/blkdev.h 30 - * wrapper/genhd.h [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | bootwrapper.rst | 2 The PowerPC boot wrapper 8 a boot wrapper to make it usable by the system firmware. There is no 9 standard PowerPC firmware interface, so the boot wrapper is designed to 12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The 21 The boot wrapper is built from the makefile in arch/powerpc/boot/Makefile and 22 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target 30 the image. The boot wrapper, kernel and device tree 32 with boot wrapper code that extracts data from the old 45 the wrapper structure. 63 can be overridden by the wrapper script. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/ |
| HD | gradle-wrapper.jar | ... org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/BootstrapMainStarter.class ... |
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | qcom-geni-se.c | 19 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 20 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 21 * controller. QUP Wrapper is designed to support various serial bus protocols 39 * |QUP Wrapper | 55 * Figure 1: GENI based QUP Wrapper 67 * GENI SE Wrapper driver is structured into 2 parts: 69 * geni_wrapper represents QUP Wrapper controller. This part of the driver 70 * manages QUP Wrapper information such as hardware version, clock 74 * engine information such as clocks, containing QUP Wrapper, etc. This part 84 * @struct geni_wrapper - Data structure to represent the QUP Wrapper Core [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gobject-introspection/ |
| H A D | gobject-introspection_1.72.0.bb | 37 # needed for writing out the qemu wrapper script 44 # Configure target build to use native tools of itself and to use a qemu wrapper 63 # Write out a qemu wrapper that will be given to gi-scanner so that it 81 …# Write out a wrapper for g-ir-scanner itself, which will be used when building introspection files 82 …# for glib-based packages. This wrapper calls the native version of the scanner, and tells it to u… 83 …# a qemu wrapper for running transient target binaries produced by the scanner, and an include dir… 85 cat > ${B}/g-ir-scanner-wrapper << EOF 90 …s-envvar=GIR_EXTRA_LIBS_PATH --use-binary-wrapper=${STAGING_BINDIR}/g-ir-scanner-qemuwrapper --use… 92 chmod +x ${B}/g-ir-scanner-wrapper 94 # Write out a wrapper for g-ir-compiler, which runs the target version of it through qemu. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/ |
| H A D | value_init.hpp | 67 struct wrapper struct in boost::initialized 75 wrapper() in wrapper() argument 82 wrapper(T const & arg) in wrapper() function 93 aligned_storage<sizeof(wrapper), alignment_of<wrapper>::value>::type x; 96 wrapper * wrapper_address() const in wrapper_address() 98 return static_cast<wrapper *>( static_cast<void*>(&x)); in wrapper_address() 109 new (wrapper_address()) wrapper(); in initialized() 115 new (wrapper_address()) wrapper( static_cast<wrapper const &>(*(arg.wrapper_address()))); in initialized() 121 new (wrapper_address()) wrapper(arg); in initialized() 129 *wrapper_address() = static_cast<wrapper const &>(*(arg.wrapper_address())); in operator =() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq/ |
| H A D | lua.patch | 17 @@ -60,8 +60,8 @@ idn2_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFI 18 idn2_libs = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFIG) --libs libidn2` 19 …ct_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_CONNTRACK $(PKG_CONFIG) --cflags libn… 20 …ct_libs = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_CONNTRACK $(PKG_CONFIG) --libs libnet… 21 -lua_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --cflags lua5… 22 -lua_libs = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --libs lua5.2… 23 +lua_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --cflags lua` 24 +lua_libs = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --libs lua` 25 …nettle_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_DNSSEC $(PKG_CONFIG) --cflags 'ne…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/vala/ |
| H A D | vala.inc | 31 … # Write out a vapigen wrapper that will be provided by pkg-config file installed in target sysroot 32 # The wrapper will call a native vapigen 33 cat > ${B}/vapigen-wrapper << EOF 37 chmod +x ${B}/vapigen-wrapper 42 # Vapigen wrapper needs to be available system-wide, because it will be used 46 install ${B}/vapigen-wrapper ${D}${bindir_crossscripts}/ 49 # Put vapigen wrapper into target sysroot so that it can be used when building 59 # up our wrapper. 61 -e "s|vapigen=.*|vapigen=${bindir_crossscripts}/vapigen-wrapper|" \ 65 SSTATE_SCAN_FILES += "vapigen-wrapper"
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 119 * Check and strip the PE wrapper from around the signature and check that the 125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 130 pr_debug("Signature wrapper too short\n"); in pefile_strip_sig_wrapper() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); in pefile_strip_sig_wrapper() 135 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper() 136 wrapper.length, wrapper.revision, wrapper.cert_type); in pefile_strip_sig_wrapper() 141 if (round_up(wrapper.length, 8) != ctx->sig_len) { in pefile_strip_sig_wrapper() 142 pr_debug("Signature wrapper len wrong\n"); in pefile_strip_sig_wrapper() 145 if (wrapper.revision != WIN_CERT_REVISION_2_0) { in pefile_strip_sig_wrapper() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/boot-wrapper-aarch64/ |
| H A D | Config.in | 1 comment "boot-wrapper-aarch64 needs a Linux kernel to be built" 6 bool "boot-wrapper-aarch64" 10 The boot-wrapper-aarch64 is a small bootloader that makes it 14 git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git 24 generated by the boot wrapper. Valid names are the .dts 33 boot wrapper.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 452 +- cross-test-wrapper 454 + This should be the name of the cross-testing wrapper command, along 466 +The Cross-Testing Wrapper 493 +set the 'cross-test-wrapper' Make variable to another wrapper command, 495 +arguments. For example, if the developer supplies a wrapper of 496 +'my-wrapper hostname', then GLIBC would run the test above as 499 + $ my-wrapper hostname \ 503 +The 'my-wrapper' command is responsible for executing the command 506 +Since tests are run in varying directories, the wrapper should either 507 +be in your command search path, or 'cross-test-wrapper' should give an [all …]
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0004-wrapper-extra-flags.patch | 4 Subject: [PATCH] wrapper: extra flags 14 chrome/installer/linux/common/wrapper | 4 +++- 17 diff --git a/chrome/installer/linux/common/wrapper b/chrome/installer/linux/common/wrapper 19 --- a/chrome/installer/linux/common/wrapper 20 +++ b/chrome/installer/linux/common/wrapper
|
| H A D | 0003-v8-qemu-wrapper.patch | 4 Subject: [PATCH] v8: qemu wrapper 27 + "./v8-qemu-wrapper.sh", 39 + "./v8-qemu-wrapper.sh", 47 + "./v8-qemu-wrapper.sh", 55 + "./v8-qemu-wrapper.sh", 63 + "./v8-qemu-wrapper.sh",
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-Using-native-binaries.patch | 20 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 28 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 40 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 48 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 56 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 64 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', 72 + '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | collection.hpp | 87 for (auto& wrapper : wrappers) { in getWrappers() local 88 result.push_back(wrapper.get()); in getWrappers() 104 T* Collection<T>::add(std::unique_ptr<T> wrapper, const optional<std::string>& before) { in add() argument 108 impls_.emplace(impls_.begin() + i, wrapper->baseImpl); in add() 111 return wrappers.emplace(wrappers.begin() + i, std::move(wrapper))->get(); in add() 134 void Collection<T>::update(const T& wrapper) { in update() argument 136 impls_.at(this->index(wrapper.getID())) = wrapper.baseImpl; in update()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/man/ |
| H A D | Xorg.wrap.man | 31 Xorg.wrap \- Xorg X server binary wrapper 34 Xorg X server with these rights your system is using a suid root wrapper 50 Specify which users may start the X server through the wrapper. Use 56 Configure if the wrapper should drop its elevated (root) rights before starting 58 execution with all suid rights dropped, and \fIauto\fP to let the wrapper 61 When auto-detecting the wrapper will drop rights if kms graphics are available
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | acadia.dts | 34 clock-frequency = <0>; /* Filled in by wrapper */ 35 timebase-frequency = <0>; /* Filled in by wrapper */ 47 reg = <0x0 0x0>; /* Filled in by wrapper */ 65 clock-frequency = <0>; /* Filled in by wrapper */ 89 clock-frequency = <0>; /* Filled in by wrapper */ 96 clock-frequency = <0>; /* Filled in by wrapper */ 106 clock-frequency = <0>; /* Filled in by wrapper */ 136 local-mac-address = [000000000000]; /* Filled in by wrapper */ 217 clock-frequency = <0>; /* Filled in by wrapper */
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0008-efi-wrapper-build-it-with-the-host-toolchain.patch | 4 Subject: [PATCH] efi/wrapper: build it with the host toolchain. 9 The wrapper program is executed on the build machine, so it should be 24 wrapper: wrapper.c 29 # Build the wrapper app and wrap our .so to produce a .efi
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | dvb_vb2.h | 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV 200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV 210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV 223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV 235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV 247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling. 258 * dvb_vb2_dqbuf() - Wrapper to vb2_core_dqbuf() for Digital TV 270 * dvb_vb2_mmap() - Wrapper to vb2_mmap() for Digital TV buffer handling.
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/ |
| H A D | start.rst | 12 Running tests with the KUnit Wrapper 14 Included with KUnit is a simple Python wrapper which runs tests under User Mode 17 The wrapper can be run with: 23 For more information on this wrapper (also called kunit_tool) check out the 59 Running the tests (KUnit Wrapper) 63 wrapper from your kernel repo: 86 Running tests without the KUnit Wrapper 89 If you'd rather not use the KUnit Wrapper (if, for example, you need to 111 Running the tests (w/o KUnit Wrapper)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | cmd.c | 1069 .wrapper = mlx4_QUERY_FW_wrapper 1078 .wrapper = NULL 1087 .wrapper = mlx4_QUERY_DEV_CAP_wrapper 1096 .wrapper = mlx4_QUERY_FUNC_CAP_wrapper 1105 .wrapper = NULL 1114 .wrapper = mlx4_INIT_PORT_wrapper 1123 .wrapper = mlx4_CLOSE_PORT_wrapper 1132 .wrapper = mlx4_QUERY_PORT_wrapper 1141 .wrapper = mlx4_SET_PORT_wrapper 1150 .wrapper = mlx4_MAP_EQ_wrapper [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/ |
| H A D | toolchain-wrapper.mk | 3 # definition of the toolchain wrapper build commands 45 # separate argument when used in execv() by the toolchain wrapper. 85 toolchain/toolchain-wrapper.c \ 86 -o $(@D)/toolchain-wrapper 90 $(INSTALL) -D -m 0755 $(@D)/toolchain-wrapper \ 91 $(HOST_DIR)/bin/toolchain-wrapper
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-testsuite_2.35.bb | 6 SRC_URI += "file://check-test-wrapper" 20 chmod 0755 ${WORKDIR}/check-test-wrapper 28 test-wrapper="${WORKDIR}/check-test-wrapper ${TOOLCHAIN_TEST_TARGET}" \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | Makefile | 111 $(addprefix $(obj)/,$(libfdt) libfdt-wrapper.o simpleboot.o epapr.o opal.o \ 116 $(libfdt) libfdt-wrapper.c \ 156 src-plat-$(CONFIG_EPAPR_BOOT) += epapr.c epapr-wrapper.c 221 $(obj)/wrapper.a: $(obj-wlib) FORCE 226 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrapper.a) 227 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \ 232 wrapper :=$(srctree)/$(src)/wrapper macro 234 $(wrapper) FORCE 254 cmd_wrap =$(CONFIG_SHELL) $(wrapper) -Z $(compressor-y) -c -o $@ -p $2 \ 455 # clean up files cached by wrapper [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | Kconfig | 41 bool "Generic implementation of a DWC3 wrapper (aka dwc3 glue)" 45 This wrapper supports Host and Peripheral operation modes. 48 bool "Amlogic Meson G12A USB wrapper" 53 This wrapper supports Host and Peripheral operation modes.
|