/device/board/hisilicon/hispark_phoenix/linux/system/ |
H A D | Hi3751V350-slaveboot-emmc.xml | 3 <Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="1M" SelectFile="fastboot.bin"/> 4 <Part Sel="1" PartitionName="bootargs" FlashType="emmc" FileSystem="none" Start="1M" Length="1M" SelectFile="bootargs.bin"/> 5 <Part Sel="1" PartitionName="bootargsbak" FlashType="emmc" FileSystem="none" Start="2M" Length="1M" SelectFile="bootargs.bin"/> 6 <Part Sel="1" PartitionName="slaveboot" FlashType="emmc" FileSystem="none" Start="3M" Length="2M" SelectFile="slaveboot.bin"/> 7 <Part Sel="1" PartitionName="recovery" FlashType="emmc" FileSystem="none" Start="5M" Length="40M" SelectFile=""/> 8 <Part Sel="1" PartitionName="panelparam" FlashType="emmc" FileSystem="none" Start="45M" Length="8M" SelectFile="panel.img"/> 9 <Part Sel="1" PartitionName="deviceinfo" FlashType="emmc" FileSystem="none" Start="53M" Length="2M" SelectFile=""/> 10 <Part Sel="1" PartitionName="logo" FlashType="emmc" FileSystem="none" Start="55M" Length="40M" SelectFile="logo.img"/> 11 <Part Sel="1" PartitionName="boot" FlashType="emmc" FileSystem="none" Start="95M" Length="30M" SelectFile="uImage"/> 12 <Part Se [all...] |
/device/board/hisilicon/hispark_taurus/linux/system/ |
H A D | Hi3516DV300-emmc-ramdiskImage.xml | 3 <Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="500K" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\u-boot-hi3516dv300_emmc.bin"/> 4 <Part Sel="1" PartitionName="boot" FlashType="emmc" FileSystem="none" Start="1M" Length="15M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\uImage"/> 5 <Part Sel="1" PartitionName="updater" FlashType="emmc" FileSystem="ext3/4" Start="16M" Length="20M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\updater.img"/> 6 <Part Sel="1" PartitionName="misc" FlashType="emmc" FileSystem="none" Start="36M" Length="2M" SelectFile=""/> 7 <Part Sel="1" PartitionName="ramdisk" FlashType="emmc" FileSystem="none" Start="38M" Length="4M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\ramdisk.img"/> 8 <Part Sel="1" PartitionName="system" FlashType="emmc" FileSystem="ext3/4" Start="42M" Length="3303M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\system.img"/> 9 <Part Sel="1" PartitionName="vendor" FlashType="emmc" FileSystem="ext3/4" Start="3345M" Length="256M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\vendor.img"/> 10 <Part Sel="1" PartitionName="sys_prod" FlashType="emmc" FileSystem="ext3/4" Start="3601M" Length="50M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\sys_prod.img"/> 11 <Part Sel="1" PartitionName="chip_prod" FlashType="emmc" FileSystem="ext3/4" Start="3651M" Length="50M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\chip_prod.img"/> 12 <Part Se [all...] |
H A D | Hi3516DV300-emmc-uImage.xml | 3 <Part Sel="1" PartitionName="fastboot" FlashType="emmc" FileSystem="none" Start="0" Length="500K" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\u-boot-hi3516dv300_emmc.bin"/> 4 <Part Sel="1" PartitionName="boot" FlashType="emmc" FileSystem="none" Start="1M" Length="15M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\uImage"/> 5 <Part Sel="1" PartitionName="updater" FlashType="emmc" FileSystem="ext3/4" Start="16M" Length="20M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\updater.img"/> 6 <Part Sel="1" PartitionName="misc" FlashType="emmc" FileSystem="none" Start="36M" Length="2M" SelectFile=""/> 7 <Part Sel="1" PartitionName="system" FlashType="emmc" FileSystem="ext3/4" Start="38M" Length="3307M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\system.img"/> 8 <Part Sel="1" PartitionName="vendor" FlashType="emmc" FileSystem="ext3/4" Start="3345M" Length="256M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\vendor.img"/> 9 <Part Sel="1" PartitionName="userdata" FlashType="emmc" FileSystem="ext3/4" Start="3601M" Length="1464M" SelectFile="Y:\Disk\code\Camera\out\target\product\Hi3559A\userdata.img"/>
|
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-dsidphy.c | 38 /* Analog Register Part: reg00 */
51 /* Analog Register Part: reg01 */
61 /* Analog Register Part: reg03 */
66 /* Analog Register Part: reg04 */
69 /* Analog Register Part: reg05 */
74 /* Analog Register Part: reg06 */
79 /* Analog Register Part: reg07 */
84 /* Analog Register Part: reg08 */
99 /* Analog Register Part: reg1e */
103 /* Analog Register Part [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | kernel_crypto.c | 69 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() argument 75 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_salt() 80 } else if (part == CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_load_salt() 231 static hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content() argument 238 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_key_content() 243 } else if (part == CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_load_key_content() 248 } else if (part == CRYPTO_WORKKEY_KERNEL_B) { in crypto_load_key_content() 253 } else if (part == CRYPTO_WORKKEY_KERNEL_B_BACKUP) { in crypto_load_key_content() 283 static hi_u32 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_save_work_key() argument 303 if ((hi_u32)part in crypto_save_work_key() [all...] |
H A D | upg_check_boot_bin.h | 81 hi_u8 boot_key[IV_BYTE_LEN]; /* part of key factor, 16 Bytes. */ 105 hi_u8 boot_key[IV_BYTE_LEN]; /* part of key factor, 16 Bytes. */ 125 hi_u8 boot_key[IV_BYTE_LEN]; /* part of key factor, 16 Bytes. */
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/secure/ |
H A D | load_crypto.c | 48 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() argument 56 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_salt() 61 } else if (part == CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_load_salt() 220 static hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content() argument 228 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_key_content() 233 } else if (part == CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_load_key_content() 263 static hi_u32 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_save_work_key() argument 285 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A) { in crypto_save_work_key() 292 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_save_work_key()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/ |
H A D | mali_kbase_debug_ktrace_internal.h | 31 * kbasep_ktrace_backend_format_header - format the backend part of the header 43 * kbasep_ktrace_backend_format_msg - format the backend part of the message 70 * part of a ktrace message 78 * The common part includes the mandatory parts of the backend part
|
H A D | mali_kbase_debug_ktrace_defs.h | 76 * However, modifying the common part could require both backend versions to be 81 * struct kbase_ktrace_backend - backend specific part of a trace message 98 * If not set, consider the &kbase_ktrace_backend part of a &kbase_ktrace_msg
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/ |
H A D | mali_kbase_debug_ktrace_internal.h | 30 * kbasep_ktrace_backend_format_header - format the backend part of the header 42 * kbasep_ktrace_backend_format_msg - format the backend part of the message 73 * part of a ktrace message 81 * The common part includes the mandatory parts of the backend part
|
H A D | mali_kbase_debug_ktrace_defs.h | 75 * However, modifying the common part could require both backend versions to be 80 * union kbase_ktrace_backend - backend specific part of a trace message. 103 * If not set, consider the &kbase_ktrace_backend part of a &kbase_ktrace_msg
|
/device/soc/rockchip/common/ |
H A D | README.en.md | 42 - Kernel part of the modified files 46 - Kernel part of the new files 50 - Kernel part of the new files
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | uri.h | 6 * This file is part of the CoAP library libcoap. Please see README for terms 37 coap_str_const_t host; /**< host part of the URI */ 41 coap_str_const_t query; /**< The query part if present */ 134 * @return Reconstructed and escaped query string part. 141 * @return Reconstructed and escaped uri path string part.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip6_frag.h | 33 * This file is part of the lwIP TCP/IP stack. 64 * just in case we do overwrite part of the IPv6 header, and 2) make a copy of 66 * completing reassembly or sending an ICMPv6 reply. The last part is true even 74 * presence of extensions, may not) overwrite part of the IP header. Therefore, 96 /* This buffer (for the part of the original header that we overwrite) will
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/ |
H A D | crypto.c | 102 static hi_u32 crypto_load_salt(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_salt() argument 109 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_salt() 114 } else if (part == CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_load_salt() 294 static hi_u32 crypto_save_work_key(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_save_work_key() argument 316 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A) { in crypto_save_work_key() 323 if ((hi_u32)part & CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_save_work_key() 337 static hi_u32 crypto_load_key_content(crypto_workkey_partition part, hi_flash_crypto_content *key_content) in crypto_load_key_content() argument 345 if (part == CRYPTO_WORKKEY_KERNEL_A) { in crypto_load_key_content() 350 } else if (part == CRYPTO_WORKKEY_KERNEL_A_BACKUP) { in crypto_load_key_content() 355 } else if (part in crypto_load_key_content() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | acodec.h | 125 /* analog part input volume control(left channel 0~0x1f) */
128 /* analog part input volume control(right channel 0~0x1f) */
187 /* clock of analog part and digital part is reverse or obverse */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | acodec.h | 125 /* analog part input volume control(left channel 0~0x1f) */
128 /* analog part input volume control(right channel 0~0x1f) */
187 /* clock of analog part and digital part is reverse or obverse */
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/ |
H A D | hi_module.h | 52 /**< audio. */ /**< CNcomment: Audio part constant area */ 69 /**< video. */ /**< CNcomment: Video part constant area */ 90 /**< graphics. */ /**< CNcomment: Graphics part constant area */ 99 /**< player. */ /**< CNcomment: Play the relevant part of the constant area */ 108 /**< ecs. */ /**< CNcomment: Peripheral part constant area */ 137 /**< ATV */ /**< CNcomment: ATV front part constant area */ 145 /**< voip, bluetooth,alsa. */ /**< CNcomment: VOIP¡¢Bluetooth part constant area */
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_frame.h | 54 MPP_FRAME_RANGE_NB, ///< Not part of ABI 87 MPP_FRAME_PRI_NB, ///< Not part of ABI 114 MPP_FRAME_TRC_NB, ///< Not part of ABI 138 MPP_FRAME_SPC_NB, ///< Not part of ABI 164 MPP_CHROMA_LOC_NB, ///< Not part of ABI 212 MPP_FMT_YUV422SP_10BIT = (MPP_FRAME_FMT_YUV + 3), ///< Not part of ABI
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_frame.h | 54 MPP_FRAME_RANGE_NB, ///< Not part of ABI 87 MPP_FRAME_PRI_NB, ///< Not part of ABI 114 MPP_FRAME_TRC_NB, ///< Not part of ABI 138 MPP_FRAME_SPC_NB, ///< Not part of ABI 164 MPP_CHROMA_LOC_NB, ///< Not part of ABI 212 MPP_FMT_YUV422SP_10BIT = (MPP_FRAME_FMT_YUV + 3), ///< Not part of ABI
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_frame.h | 56 MPP_FRAME_RANGE_NB, ///< Not part of ABI 89 MPP_FRAME_PRI_NB, ///< Not part of ABI 115 MPP_FRAME_TRC_NB, ///< Not part of ABI 137 MPP_FRAME_SPC_NB, ///< Not part of ABI 163 MPP_CHROMA_LOC_NB, ///< Not part of ABI 211 MPP_FMT_YUV422SP_10BIT = (MPP_FRAME_FMT_YUV + 3), ///< Not part of ABI
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_frame.h | 55 MPP_FRAME_RANGE_NB, ///< Not part of ABI 88 MPP_FRAME_PRI_NB, ///< Not part of ABI 115 MPP_FRAME_TRC_NB, ///< Not part of ABI 139 MPP_FRAME_SPC_NB, ///< Not part of ABI 165 MPP_CHROMA_LOC_NB, ///< Not part of ABI 213 MPP_FMT_YUV422SP_10BIT = (MPP_FRAME_FMT_YUV + 3), ///< Not part of ABI
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | aes_alt.h | 14 * techniques -- Encryption algorithms -- Part 2: Asymmetric 38 * This file is part of Mbed TLS (https://tls.mbed.org)
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2_link.c | 311 struct rkvdec_link_part *part;
in rkvdec_link_write_task_to_slot() local 324 part = info->part_w;
in rkvdec_link_write_task_to_slot() 348 off = part[i].tb_reg_off;
in rkvdec_link_write_task_to_slot() 349 s = part[i].reg_start;
in rkvdec_link_write_task_to_slot() 350 n = part[i].reg_num;
in rkvdec_link_write_task_to_slot() 359 part = info->part_r;
in rkvdec_link_write_task_to_slot() 361 off = part[i].tb_reg_off;
in rkvdec_link_write_task_to_slot() 362 n = part[i].reg_num;
in rkvdec_link_write_task_to_slot() 485 struct rkvdec_link_part *part = info->part_r;
in rkvdec2_link_finish() local 494 off = part[ in rkvdec2_link_finish() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2_link.c | 309 struct rkvdec_link_part *part; in rkvdec_link_write_task_to_slot() local 322 part = info->part_w; in rkvdec_link_write_task_to_slot() 346 off = part[i].tb_reg_off; in rkvdec_link_write_task_to_slot() 347 s = part[i].reg_start; in rkvdec_link_write_task_to_slot() 348 n = part[i].reg_num; in rkvdec_link_write_task_to_slot() 357 part = info->part_r; in rkvdec_link_write_task_to_slot() 359 off = part[i].tb_reg_off; in rkvdec_link_write_task_to_slot() 360 n = part[i].reg_num; in rkvdec_link_write_task_to_slot() 487 struct rkvdec_link_part *part = info->part_r; in rkvdec2_link_finish() local 496 off = part[ in rkvdec2_link_finish() [all...] |