Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Ddot11d.c115 struct chnl_txpow_triple *triple; in dot11d_update_country() local
121 triple = (struct chnl_txpow_triple *)(country + 3); in dot11d_update_country()
123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country()
129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country()
130 triple->num_channels)) { in dot11d_update_country()
137 for (j = 0; j < triple->num_channels; j++) { in dot11d_update_country()
138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country()
139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country()
140 triple->max_tx_power; in dot11d_update_country()
141 max_channel_number = triple->first_channel + j; in dot11d_update_country()
[all …]
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc32 # ":" separated the ID in "/etc/os-release" and the triple for finding gcc on this OE DISTRO.
40 triple = ""
56 triple += ' "x86_64-' + vendor_to_add + '-linux",'
61 … -i 's#//CLANG_EXTRA_OE_VENDORS_TRIPLES#%s#g' ${S}/clang/lib/Driver/ToolChains/Gnu.cpp" % (triple))
68 triple = ""
77triple += '\\n if (Distro.Is' + distro_id.upper() + '())\\n return "x86_64-' + distro_triple…
88 …-i 's#//CLANG_EXTRA_OE_DISTRO_TRIPLES#%s#g' ${S}/clang/lib/Driver/ToolChains/Linux.cpp" % (triple))
H A Dcommon.inc36 file://0024-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/toolchains/
H A Dclang.cmake43 set(triple ${TOOLCHAIN_TRIPLE}) variable
45 set(CMAKE_ASM_COMPILER_TARGET ${triple})
48 set(CMAKE_C_COMPILER_TARGET ${triple})
51 set(CMAKE_CXX_COMPILER_TARGET ${triple})
/OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/toolchains/
H A Dclang.cmake43 set(triple ${TOOLCHAIN_TRIPLE}) variable
45 set(CMAKE_ASM_COMPILER_TARGET ${triple})
48 set(CMAKE_C_COMPILER_TARGET ${triple})
51 set(CMAKE_CXX_COMPILER_TARGET ${triple})
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/cmake/toolchains/
H A Dclang.cmake43 set(triple ${TOOLCHAIN_TRIPLE}) variable
45 set(CMAKE_ASM_COMPILER_TARGET ${triple})
48 set(CMAKE_C_COMPILER_TARGET ${triple})
51 set(CMAKE_CXX_COMPILER_TARGET ${triple})
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/cmake/toolchains/
H A Dclang.cmake43 set(triple ${TOOLCHAIN_TRIPLE}) variable
45 set(CMAKE_ASM_COMPILER_TARGET ${triple})
48 set(CMAKE_C_COMPILER_TARGET ${triple})
51 set(CMAKE_CXX_COMPILER_TARGET ${triple})
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0024-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch4 Subject: [PATCH] clang: Fix x86 triple for non-debian multiarch linux distros
22 + // OpenEmbedded does not hardcode the triple to i386-linux-gnu like debian
H A D0031-Fix-lib-paths-for-OpenEmbedded-Host.patch37 For OpenEmbedded Host, sysroots are of the form<sysroot>/usr/lib/<triple>/x.y.z.
38 Take x86-64 as example, the default triple is x86_64-unknown-linux-gnu.
67 // Locations relative to the system lib directory where GCC's triple-specific
H A D0010-clang-Define-releative-gcc-installation-dir.patch21 // Whether this library suffix is relevant for the triple.
31 // <sysroot>/usr/lib/<triple>/x.y.z so have a look there as well. Only do
H A D0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch17 Set three Yocto based GCC triple: poky, oe-core and wind river
42 BTW, it is hardly to insert a triple by the replacement of TARGET_SYS
H A D0032-Correct-library-search-path-for-OpenEmbedded-Host.patch8 So the library search path is not found with default triple
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0013-linuxfb-Use-triple-buffer-by-default.patch4 Subject: [PATCH 13/28] linuxfb: Use triple buffer by default
109 + // The next buffer should always available in triple buffer case.
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/classes/
H A Drust-common-without-python3native.bbclass99 # - BUILD_SYS - Yocto triple of the build environment
114 # - triple suffix (e.g. CC:x86_64_unknown_linux_gnu) - both
117 # its likely best to not use the triple suffix due to potential confusion.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drust-common.bbclass99 # - BUILD_SYS - Yocto triple of the build environment
114 # - triple suffix (e.g. CC:x86_64_unknown_linux_gnu) - both
117 # its likely best to not use the triple suffix due to potential confusion.
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dtmp513.rst28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dllvm.rst44 ``CROSS_COMPILE`` is used to set a command line flag: ``--target=<triple>``. For
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dboot-options.rst136 triple
137 Force a triple fault (init)
/OK3568_Linux_fs/u-boot/board/freescale/bsc9131rdb/
H A DREADME26 . Two triple-speed Gigabit Ethernet controllers featuring network acceleration
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mux/
H A Dmux-controller.txt148 An example mux controller node look like this (the adg972a chip is a triple
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsysv-fs.rst222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dkernel-stacks.rst98 the IST stackpointer to a guard hole to catch triple nesting.
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace-uses.rst141 the system to crash, and possibly reboot via a triple fault.
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dide.rst119 such as the NEC-260 and the new MITSUMI triple/quad speed drives.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/
H A Dgconv-modules22 # fromset: either a name triple or a regular expression triple.
23 # toset: a name triple or an expression with \N to get regular

12