| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | dot11d.c | 115 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 D | llvm-project-source.inc | 32 # ":" 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 = "" 77 …triple += '\\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 D | common.inc | 36 file://0024-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/toolchains/ |
| H A D | clang.cmake | 43 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 D | clang.cmake | 43 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 D | clang.cmake | 43 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 D | clang.cmake | 43 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 D | 0024-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch | 4 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 D | 0031-Fix-lib-paths-for-OpenEmbedded-Host.patch | 37 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 D | 0010-clang-Define-releative-gcc-installation-dir.patch | 21 // 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 D | 0019-For-x86_64-set-Yocto-based-GCC-install-search-path.patch | 17 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 D | 0032-Correct-library-search-path-for-OpenEmbedded-Host.patch | 8 So the library search path is not found with default triple
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0013-linuxfb-Use-triple-buffer-by-default.patch | 4 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 D | rust-common-without-python3native.bbclass | 99 # - 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 D | rust-common.bbclass | 99 # - 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 D | tmp513.rst | 28 The TMP512 (dual-channel) and TMP513 (triple-channel) are system monitors
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | llvm.rst | 44 ``CROSS_COMPILE`` is used to set a command line flag: ``--target=<triple>``. For
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | boot-options.rst | 136 triple 137 Force a triple fault (init)
|
| /OK3568_Linux_fs/u-boot/board/freescale/bsc9131rdb/ |
| H A D | README | 26 . Two triple-speed Gigabit Ethernet controllers featuring network acceleration
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mux/ |
| H A D | mux-controller.txt | 148 An example mux controller node look like this (the adg972a chip is a triple
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sysv-fs.rst | 222 - 1 triple-indirect block (pointer to pointers to pointers to blocks)
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | kernel-stacks.rst | 98 the IST stackpointer to a guard hole to catch triple nesting.
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace-uses.rst | 141 the system to crash, and possibly reboot via a triple fault.
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ide.rst | 119 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 D | gconv-modules | 22 # fromset: either a name triple or a regular expression triple. 23 # toset: a name triple or an expression with \N to get regular
|