| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | ... then
81 /usr/share/command-not-found/command-not-found -- "$ ... |
| /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/ |
| HD | GB18030.so | ... ->__value) inptr - bytebuf > (state->__count & 7) inend != &bytebuf ... |
| HD | IBM1388.so | ... l AmN A g - A T A A x G > > \ Q # `$B&J . . ... |
| HD | EUC-JP-MS.so | ... % % ( ( + + , , / / - - 0 0 " B 7 7 6 6 8 8 ... |
| HD | libCNS.so | ... . Y, Y/ [+Y.Y- ^: ^9^8c9 c<c ... |
| HD | libJISX0213.so | ... -7-8-9-:-;-<-=->-?-W- ... |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/rtl8188e/ |
| H A D | halhwimg8188e_rf.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/ |
| H A D | halhwimg8188e_rf.c | 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 35 u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ in CheckPositive() 36 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ in CheckPositive() 37 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ in CheckPositive() 38 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive() 39 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ in CheckPositive() 42 u4Byte driver1 = pDM_Odm->CutVersion << 24 | in CheckPositive() 43 (pDM_Odm->SupportInterface & 0xF0) << 16 | in CheckPositive() 44 pDM_Odm->SupportPlatform << 16 | in CheckPositive() 45 pDM_Odm->PackageType << 12 | in CheckPositive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/ |
| H A D | halhwimg8723b_rf.c | 3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 35 u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ in CheckPositive() 36 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ in CheckPositive() 37 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ in CheckPositive() 38 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive() 39 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ in CheckPositive() 42 u4Byte driver1 = pDM_Odm->CutVersion << 24 | in CheckPositive() 43 (pDM_Odm->SupportInterface & 0xF0) << 16 | in CheckPositive() 44 pDM_Odm->SupportPlatform << 16 | in CheckPositive() 45 pDM_Odm->PackageType << 12 | in CheckPositive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/rtl8723b/ |
| H A D | halhwimg8723b_rf.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 30 u8 _board_type = ((p_dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 31 ((p_dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 32 ((p_dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 33 ((p_dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 34 ((p_dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 35 ((p_dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 36 ((p_dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 40 u8 cut_version_for_para = (p_dm->cut_version == ODM_CUT_A) ? 15 : p_dm->cut_version; in check_positive() 41 u8 pkg_type_for_para = (p_dm->package_type == 0) ? 15 : p_dm->package_type; in check_positive() [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-uclibcgnueabihf/ |
| HD | librkaudio.so | ... pcm->input failed [E]%s-%d: pcm->output failed record_wav_process [ |
| /OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-gnueabihf/ |
| HD | librkaudio.so | ... pcm->input failed [E]%s-%d: pcm->output failed record_wav_process [ |
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/rtl8188f/ |
| H A D | halhwimg8188f_rf.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() 41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/rtl8188f/ |
| H A D | halhwimg8188f_rf.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() 41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/rtl8188f/ |
| H A D | halhwimg8188f_rf.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/rtl8188f/ |
| H A D | halhwimg8188f_rf.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() [all …]
|
| /OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/ |
| HD | libmali-valhall-g610-g13p0-wayland-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-bifrost-g52-g13p0-dummy.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-bifrost-g31-g13p0-wayland-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-valhall-g610-g13p0-x11-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-valhall-g610-g13p0-x11-wayland-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-bifrost-g31-g13p0-x11-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| HD | libmali-valhall-g610-g13p0-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/rtl8723d/ |
| H A D | halhwimg8723d_rf.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2017 Realtek Corporation. 31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/rtl8723d/ |
| H A D | halhwimg8723d_rf.c | 3 * Copyright(c) 2007 - 2017 Realtek Corporation. 30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive() 31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive() 32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive() 33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive() 34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive() 35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive() 36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive() 40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive() 41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive() [all …]
|