/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/board/isoftstone/yangfan/kernel/src/driv/media/isp/ |
D | rkisp_tb_helper.c | 34 struct sg_table *table; in shm_map_dma_buf() local 55 struct sg_table *table, in shm_unmap_dma_buf() 102 struct sg_table *table; in shm_begin_cpu_access() local 114 struct sg_table *table; in shm_end_cpu_access() local
|
/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/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
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/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/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/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/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/board/isoftstone/yangfan/kernel/src/driv/soc/ |
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/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
D | ccu_sdm.h | 32 struct ccu_sdm_setting *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/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | dhd_wlfc.c | 633 wlfc_mac_descriptor_t* table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry() local 1724 wlfc_mac_descriptor_t* table; in _dhd_wlfc_cleanup() local 2085 wlfc_mac_descriptor_t* table = in _dhd_wlfc_find_mac_desc_id_from_mac() local 2616 wlfc_mac_descriptor_t* table; in _dhd_wlfc_mac_table_update() local 2681 wlfc_mac_descriptor_t* table; in _dhd_wlfc_psmode_update() local 2717 wlfc_mac_descriptor_t* table; in _dhd_wlfc_interface_update() local 2741 wlfc_mac_descriptor_t* table; in _dhd_wlfc_credit_request() local 2773 wlfc_mac_descriptor_t* table; in _dhd_wlfc_packet_request() local
|
/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/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | dhd_wlfc.c | 639 wlfc_mac_descriptor_t *table = ctx->destination_entries.nodes; in _dhd_wlfc_find_table_entry() local 1783 wlfc_mac_descriptor_t *table; in _dhd_wlfc_cleanup() local 2159 wlfc_mac_descriptor_t *table = ((athost_wl_status_info_t *)dhdp->wlfc_state) in _dhd_wlfc_find_mac_desc_id_from_mac() local 2703 wlfc_mac_descriptor_t *table; in _dhd_wlfc_mac_table_update() local 2768 wlfc_mac_descriptor_t *table; in _dhd_wlfc_psmode_update() local 2805 wlfc_mac_descriptor_t *table; in _dhd_wlfc_interface_update() local 2829 wlfc_mac_descriptor_t *table; in _dhd_wlfc_credit_request() local 2861 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()
|
/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/include/ |
D | hi_partition_table.h | 72 …hi_flash_partition_info table[HI_FLASH_PARTITON_MAX]; /**< Flash partition entry information.CNco… member
|