| /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/drivers/soc/qcom/ |
| H A D | qcom-geni-se.c | 183 struct geni_wrapper *wrapper = se->wrapper; in geni_se_get_qup_hw_version() local 185 return readl_relaxed(wrapper->base + QUP_HW_VER_REG); in geni_se_get_qup_hw_version() 452 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_off() local 455 clk_bulk_disable_unprepare(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_off() 456 wrapper->ahb_clks); in geni_se_clks_off() 485 struct geni_wrapper *wrapper = se->wrapper; in geni_se_clks_on() local 487 ret = clk_bulk_prepare_enable(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_on() 488 wrapper->ahb_clks); in geni_se_clks_on() 494 clk_bulk_disable_unprepare(ARRAY_SIZE(wrapper->ahb_clks), in geni_se_clks_on() 495 wrapper->ahb_clks); in geni_se_clks_on() [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() argument 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/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/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/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/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/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/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/kernel/crypto/asymmetric_keys/ |
| H A D | verify_pefile.c | 125 struct win_certificate wrapper; in pefile_strip_sig_wrapper() local 129 if (ctx->sig_len < sizeof(wrapper)) { in pefile_strip_sig_wrapper() 134 memcpy(&wrapper, pebuf + ctx->sig_offset, sizeof(wrapper)); 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() 145 if (wrapper.revision != WIN_CERT_REVISION_2_0) { in pefile_strip_sig_wrapper() 149 if (wrapper.cert_type != WIN_CERT_TYPE_PKCS_SIGNED_DATA) { in pefile_strip_sig_wrapper() 159 ctx->sig_len = wrapper.length; in pefile_strip_sig_wrapper() 160 ctx->sig_offset += sizeof(wrapper); in pefile_strip_sig_wrapper() 161 ctx->sig_len -= sizeof(wrapper); in pefile_strip_sig_wrapper()
|
| /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/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/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/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/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/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/Documentation/devicetree/bindings/sound/ |
| H A D | mt6351.txt | 3 The communication between MT6351 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| H A D | mt6358.txt | 3 The communication between MT6358 and SoC is through Mediatek PMIC wrapper. 4 For more detail, please visit Mediatek PMIC wrapper documentation. 6 Must be a child node of PMIC wrapper.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/modemmanager/files/ |
| H A D | 0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch | 15 tools/tests/test-wrapper.sh.in | 2 +- 58 diff --git a/tools/tests/test-wrapper.sh.in b/tools/tests/test-wrapper.sh.in 60 --- a/tools/tests/test-wrapper.sh.in 61 +++ b/tools/tests/test-wrapper.sh.in
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/ |
| H A D | type_by_index.hpp | 27 struct wrapper; 33 struct unwrap< wrapper< T > > 50 …( impl::get_nth< make_index_sequence< I > >::deduce( std::declval< impl::wrapper< Ts >* >()... ) )…
|
| /OK3568_Linux_fs/buildroot/package/vala/ |
| H A D | vala.mk | 24 $(INSTALL) -D -m 0755 package/vala/vala-wrapper \ 26 $(INSTALL) -D -m 0755 package/vala/vala-wrapper \ 28 $(INSTALL) -D -m 0755 package/vala/vala-wrapper \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/cadence/ |
| H A D | Kconfig | 17 bool "J721E Cadence DPI/DP wrapper support" 20 Support J721E Cadence DPI/DP wrapper. This is a 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 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 508 +absolute path for the wrapper. [all …]
|