| /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/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/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/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/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/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/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/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_wlfc.c | 634 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry() local 1747 wlfc_mac_descriptor_t* table; in _dhd_wlfc_cleanup() local 2109 wlfc_mac_descriptor_t* table = in _dhd_wlfc_find_mac_desc_id_from_mac() local 2648 wlfc_mac_descriptor_t* table; in _dhd_wlfc_mac_table_update() local 2713 wlfc_mac_descriptor_t* table; in _dhd_wlfc_psmode_update() local 2749 wlfc_mac_descriptor_t* table; in _dhd_wlfc_interface_update() local 2775 wlfc_mac_descriptor_t* table; in _dhd_wlfc_credit_request() local 2807 wlfc_mac_descriptor_t* table; in _dhd_wlfc_packet_request() local
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | clk-provider.h | 569 const struct clk_div_table *table; member 681 #define clk_hw_register_divider_table(dev, name, parent_name, flags, reg, shift, width, clk_divider… argument 699 #define clk_hw_register_divider_table_parent_hw(dev, name, parent_hw, flags, reg, shift, width, clk… argument 717 #define clk_hw_register_divider_table_parent_data(dev, name, parent_data, flags, reg, shift, width,… argument 757 u32 *table; member 787 #define clk_hw_register_mux_table(dev, name, parent_names, num_parents, flags, reg, shift, mask, cl… argument 1039 … const struct clk_div_table *table, u8 width, unsigned long flags) in divider_round_rate() 1045 … const struct clk_div_table *table, u8 width, unsigned long flags, in divider_ro_round_rate()
|
| D | energy_model.h | 46 struct em_perf_state *table; member
|
| /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/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
|
| /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/boot/loaderboot/include/ |
| D | load_partition_table.h | 75 hi_flash_partition_info table[HI_FLASH_PARTITON_MAX]; /**< Flash分区表项描述 */ member
|
| /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/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_device.c | 319 static unsigned int __osal_poll(struct file *file, struct poll_table_struct *table) in __osal_poll() 576 void osal_poll_wait(osal_poll *table, osal_wait *wait) in osal_poll_wait()
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
| D | mpp_rkvdec2_link.c | 311 struct mpp_dma_buffer *table; in rkvdec_link_write_task_to_slot() local 399 struct mpp_dma_buffer *table = dev->table; in rkvdec_link_send_task_to_hw() local 485 struct mpp_dma_buffer *table = link_dec->table; in rkvdec2_link_finish() local 820 struct mpp_dma_buffer *table; in rkvdec2_link_alloc_table() local
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
| D | mpp_rkvdec2_link.c | 313 struct mpp_dma_buffer *table; in rkvdec_link_write_task_to_slot() local 398 struct mpp_dma_buffer *table = dev->table; in rkvdec_link_send_task_to_hw() local 483 struct mpp_dma_buffer *table = link_dec->table; in rkvdec2_link_finish() local 796 struct mpp_dma_buffer *table; in rkvdec2_link_alloc_table() local
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| D | drv_media_mem.c | 209 struct sg_table *table = NULL; in flush_outer() local 827 struct sg_table *table = NULL; in __dma_clear_buffer() local 877 struct sg_table *table = NULL; in _map2kern() local 1379 struct sg_table *table = NULL; in hil_get_meminfo() local
|