| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/at/at/src/ |
| D | at_cmd.c | 22 const at_cmd_entry_t *table; member 70 static errcode_t at_cmd_table_add(const at_cmd_entry_t *table, uint32_t length) in at_cmd_table_add() 233 static errcode_t at_cmd_entry_table_check(const at_cmd_entry_t *table) in at_cmd_entry_table_check() 252 static errcode_t at_cmd_entry_check(const at_cmd_entry_t *table) in at_cmd_entry_check() 272 static errcode_t at_cmd_table_check(const at_cmd_entry_t *table, uint32_t length) in at_cmd_table_check() 294 errcode_t uapi_at_cmd_table_register(const at_cmd_entry_t *table, uint32_t len, in uapi_at_cmd_table_register()
|
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
| D | system_heap.c | 45 struct sg_table *table; member 65 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table() 96 struct sg_table *table; in system_heap_attach() local 141 struct sg_table *table = a->table; in system_heap_map_dma_buf() local 158 static void system_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, struct sg_table *table, in system_heap_unmap_dma_buf() 224 struct sg_table *table = &buffer->sg_table; in system_heap_mmap() local 251 struct sg_table *table = &buffer->sg_table; in system_heap_do_vmap() local 342 struct sg_table *table; in system_heap_buf_free() local 424 struct sg_table *table; in system_heap_do_allocate() local
|
| D | cma_heap.c | 44 struct sg_table table; member 96 struct sg_table *table = &a->table; in cma_heap_map_dma_buf() local 107 static void cma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, struct sg_table *table, in cma_heap_unmap_dma_buf()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_scatterlist.h | 74 void __sg_free_table(struct sg_table *table, unsigned int max_ents, sg_free_fn *free_fn) in __sg_free_table() 114 void sg_free_table(struct sg_table *table) in sg_free_table() 144 int __sg_alloc_table(struct sg_table *table, unsigned int nents, unsigned int max_ents, gfp_t gfp_m… in __sg_alloc_table() 210 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_descriptor_mapping.c | 139 ump_descriptor_table *table; in descriptor_table_alloc() local 151 static void descriptor_table_free(ump_descriptor_table *table) in descriptor_table_free()
|
| D | ump_kernel_descriptor_mapping.h | 36 ump_descriptor_table *table; /**< Pointer to the current mapping table */ member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/utils/ |
| D | base64.c | 27 size_t *out_len, const char *table, int add_pad) in base64_gen_encode() 90 size_t *out_len, const char *table) in base64_gen_decode()
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/CMSIS/CMSIS/Core/Include/ |
| D | mpu_armv8.h | 304 __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uin… in ARM_MPU_LoadEx() 334 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load() 345 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
| D | drv_lib.c | 122 struct sys_arch_hardware_info *table = HI_NULL; in module_addr_map_reg() local 172 struct sys_arch_hardware_info *table = HI_NULL; in module_addr_unmap() local 274 struct sys_arch_hardware_info *table = HI_NULL; in module_clock() local 323 struct sys_arch_hardware_info *table = HI_NULL; in module_reset() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/ |
| D | ump_kernel_descriptor_mapping.h | 37 ump_descriptor_table *table; /**< Pointer to the current mapping table */ member
|
| /device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_code/ |
| D | crypto_drv_common.c | 82 td_void crypto_get_smmu_table_addr(unsigned long *table, unsigned long *rdaddr, unsigned long *wrad… in crypto_get_smmu_table_addr() 259 td_s32 crypto_get_value_by_index(const crypto_table_item *table, td_u32 table_size, in crypto_get_value_by_index()
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/non_os/malloc/dbg/ |
| D | dbg_hash_tab.h | 47 struct osal_list_head table[HEAP_HASH_SIZE]; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
| D | rockchip_thermal.c | 145 struct chip_tsadc_table table; member 401 static u32 rk_tsadcv2_temp_to_code(const struct chip_tsadc_table *table, int temp) in rk_tsadcv2_temp_to_code() 457 static int rk_tsadcv2_code_to_temp(const struct chip_tsadc_table *table, u32 code, int *temp) in rk_tsadcv2_code_to_temp() 730 static int rk_tsadcv2_get_temp(const struct chip_tsadc_table *table, int chn, void __iomem *regs, i… in rk_tsadcv2_get_temp() 739 static int rk_tsadcv2_alarm_temp(const struct chip_tsadc_table *table, int chn, void __iomem *regs,… in rk_tsadcv2_alarm_temp() 772 static int rk_tsadcv2_tshut_temp(const struct chip_tsadc_table *table, int chn, void __iomem *regs,… in rk_tsadcv2_tshut_temp() 832 const struct chip_tsadc_table *table = &thermal->chip->table; in rk_tsadcv1_get_trim_code() local
|
| /device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
| D | codec_jpeg_helper.cpp | 221 const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc) in JpegDhtAssemble() 517 CodecJpegQuantTable table; in DessambleDqt() local 543 CodecJpegHuffTable table; in DessambleDht() local
|
| /device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
| D | codec_jpeg_helper.cpp | 221 const std::vector<CodecJpegHuffTable> &table, int8_t *buffer, int32_t curPos, bool dc) in JpegDhtAssemble() 517 CodecJpegQuantTable table; in DessambleDqt() local 543 CodecJpegHuffTable table; in DessambleDht() local
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | rockchip_opp_select.c | 127 static int rockchip_get_sel_table(struct device_node *np, char *porp_name, struct sel_table **table) in rockchip_get_sel_table() 170 …t rockchip_get_bin_sel_table(struct device_node *np, char *porp_name, struct bin_sel_table **table) in rockchip_get_bin_sel_table() 214 struct sel_table *table = NULL; in rockchip_get_sel() local 238 struct bin_sel_table *table = NULL; in rockchip_get_bin_sel() local 816 struct volt_rm_table **table) in rockchip_get_volt_rm_table()
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | rockchip_opp_select.c | 168 struct sel_table **table) in rockchip_get_sel_table() 210 struct bin_sel_table **table) in rockchip_get_bin_sel_table() 252 struct sel_table *table = NULL; in rockchip_get_sel() local 275 struct bin_sel_table *table = NULL; in rockchip_get_bin_sel() local 833 char *porp_name, struct volt_rm_table **table) in rockchip_get_volt_rm_table()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/partition_table/ |
| D | load_partition_table.c | 57 hi_flash_partition_table* table = HI_NULL; in hi_flash_partition_init() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/partition_table/ |
| D | boot_partition_table.c | 55 hi_flash_partition_table* table = hi_get_partition_table(); in hi_flash_partition_init() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_partition_table.h | 72 …hi_flash_partition_info table[HI_FLASH_PARTITON_MAX]; /**< Flash partition entry information.CNco… member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
| D | load_partition_table.h | 75 hi_flash_partition_info table[HI_FLASH_PARTITON_MAX]; /**< Flash分区表项描述 */ member
|
| /device/soc/hisilicon/ws63v100/sdk/test/common/testsuite/src/ |
| D | test_auxiliary.c | 32 …int8_t table[LOG_OUTPUT_NUM] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', … in log_uint_8_as_hex() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_device.c | 55 struct osal_poll table; member 444 static unsigned int osal_poll(struct file *file, struct poll_table_struct *table) in osal_poll() 842 void osal_poll_wait(osal_poll_t *table, osal_wait_t *wait) in osal_poll_wait()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/ |
| D | des.c | 147 static uint64_t permute(const unsigned char *table, size_t n, uint64_t A) in permute()
|
| /device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
| D | power_supply_core.c | 746 struct power_supply_battery_ocv_table *table; in power_supply_get_battery_info() local 834 int power_supply_temp2resist_simple(struct power_supply_resistance_temp_table *table, int table_len… in power_supply_temp2resist_simple() 872 int power_supply_ocv2cap_simple(struct power_supply_battery_ocv_table *table, int table_len, int oc… in power_supply_ocv2cap_simple() 925 struct power_supply_battery_ocv_table *table; in power_supply_batinfo_ocv2cap() local
|