Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_addr.c36 void *osal_ioremap(unsigned long phys_addr, unsigned long size) in osal_ioremap()
42 void *osal_ioremap_nocache(unsigned long phys_addr, unsigned long size) in osal_ioremap_nocache()
52 void *osal_ioremap_cached(unsigned long phys_addr, unsigned long size) in osal_ioremap_cached()
61 void *osal_ioremap_wc(unsigned long phys_addr, unsigned long size) in osal_ioremap_wc()
69 void osal_iounmap(void *addr, unsigned long size) in osal_iounmap()
87 int osal_access_ok(int type, const void *addr, unsigned long size) in osal_access_ok()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_addr.c85 void *osal_kmalloc(unsigned int module_id, unsigned long size, unsigned int osal_gfp_flag) in osal_kmalloc()
117 void *osal_vmalloc(unsigned int module_id, unsigned long size) in osal_vmalloc()
149 void *osal_ioremap(unsigned long phys_addr, unsigned long size) in osal_ioremap()
155 void *osal_ioremap_nocache(unsigned long phys_addr, unsigned long size) in osal_ioremap_nocache()
165 void *osal_ioremap_cached(unsigned long phys_addr, unsigned long size) in osal_ioremap_cached()
193 int osal_access_ok(int type, const void *addr, unsigned long size) in osal_access_ok()
220 void *osal_blockmem_vmap(unsigned long phys_addr, unsigned long size) in osal_blockmem_vmap()
280 void osal_blockmem_free(unsigned long phys_addr, unsigned long size) in osal_blockmem_free()
Dosal_fileops.c40 int klib_fwrite(const char *buf, unsigned long size, struct file *filp) in klib_fwrite()
52 int klib_fread(char *buf, unsigned long size, struct file *filp) in klib_fread()
91 int osal_klib_fwrite(const char *buf, unsigned long size, void *filp) in osal_klib_fwrite()
102 int osal_klib_fread(char *buf, unsigned long size, void *filp) in osal_klib_fread()
113 int osal_klib_user_fread(char *buf, unsigned long size, void *filp) in osal_klib_user_fread()
142 int osal_klib_user_fwrite(const char *buf, unsigned long size, void *filp) in osal_klib_user_fwrite()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/partition_table/
Dflash_partition_table.c100 hi_u32 hi_get_hilink_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_hilink_partition_table()
113 hi_u32 hi_get_hilink_pki_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_hilink_pki_partition_table()
126 hi_u32 hi_get_crash_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_crash_partition_table()
139 hi_u32 hi_get_fs_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_fs_partition_table()
152 hi_u32 hi_get_normal_nv_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_normal_nv_partition_table()
165 hi_u32 hi_get_normal_nv_backup_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_normal_nv_backup_partition_table()
178 hi_u32 hi_get_usr_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_usr_partition_table()
191 hi_u32 hi_get_factory_bin_partition_table(hi_u32 *addr, hi_u32 *size) in hi_get_factory_bin_partition_table()
/device/soc/rockchip/common/sdk_linux/include/linux/
Ddma-mapping.h151 …ne dma_addr_t dma_map_page_attrs(struct device *dev, struct page *page, size_t offset, size_t size, in dma_map_page_attrs()
156 static inline void dma_unmap_page_attrs(struct device *dev, dma_addr_t addr, size_t size, enum dma_… in dma_unmap_page_attrs()
169 static inline dma_addr_t dma_map_resource(struct device *dev, phys_addr_t phys_addr, size_t size, in dma_map_resource()
174 static inline void dma_unmap_resource(struct device *dev, dma_addr_t addr, size_t size, enum dma_da… in dma_unmap_resource()
178 static inline void dma_sync_single_for_cpu(struct device *dev, dma_addr_t addr, size_t size, in dma_sync_single_for_cpu()
182 static inline void dma_sync_single_for_device(struct device *dev, dma_addr_t addr, size_t size, in dma_sync_single_for_device()
198 static inline void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t … in dma_alloc_attrs()
203 static void dma_free_attrs(struct device *dev, size_t size, void *cpu_addr, dma_addr_t dma_handle, … in dma_free_attrs()
206 static inline void *dmam_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t… in dmam_alloc_attrs()
211 static inline void dmam_free_coherent(struct device *dev, size_t size, void *vaddr, dma_addr_t dma_… in dmam_free_coherent()
[all …]
Ddma-map-ops.h136 static inline int dma_contiguous_reserve_area(phys_addr_t size, in dma_contiguous_reserve_area()
156 static inline struct page *dma_alloc_contiguous(struct device *dev, size_t size, in dma_alloc_contiguous()
162 size_t size) in dma_free_contiguous()
195 size_t size) in dma_declare_coherent_memory()
199 #define dma_alloc_from_dev_coherent(dev, size, handle, ret) (0) argument
204 ssize_t size, in dma_alloc_from_global_coherent()
214 void *cpu_addr, size_t size, in dma_mmap_from_global_coherent()
299 static inline void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
309 static inline void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
326 static inline void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent()
[all …]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Drk_list.cpp38 RK_S32 size; member
46 static inline void list_node_init_with_key_and_size(rk_list_node *node, RK_U32 key, RK_S32 size) in list_node_init_with_key_and_size()
53 static rk_list_node* create_list(void *data, RK_S32 size, RK_U32 key) in create_list()
86 RK_S32 rk_list::add_at_head(void *data, RK_S32 size) in add_at_head()
104 RK_S32 rk_list::add_at_tail(void *data, RK_S32 size) in add_at_tail()
122 static void release_list(rk_list_node*node, void *data, RK_S32 size) in release_list()
151 static inline void _list_del_node_no_lock(rk_list_node *node, void *data, RK_S32 size) in _list_del_node_no_lock()
157 RK_S32 rk_list::del_at_head(void *data, RK_S32 size) in del_at_head()
170 RK_S32 rk_list::del_at_tail(void *data, RK_S32 size) in del_at_tail()
199 RK_S32 rk_list::add_by_key(void *data, RK_S32 size, RK_U32 *key) in add_by_key()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dosal_ioctl.h96 #define _IOC(dir, type, nr, size) \ argument
121 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
125 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
129 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
133 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
137 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
141 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_ioctl.h99 #define _IOC(dir, type, nr, size) \ argument
124 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
128 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
132 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
136 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
140 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
144 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_ioctl.h65 #define _IOC(dir, type, nr, size) \ argument
87 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
88 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
89 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
90 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
91 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
92 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
Defuse.c19 hi_u32 efuse_start_addr_unaligned_read(hi_u16 start_bit, hi_u16 size, hi_u8 diff_head_read, hi_u8 *… in efuse_start_addr_unaligned_read()
69 hi_u32 efuse_bits_read(hi_u16 start_bit, hi_u16 size, hi_u8 *data, hi_u32 data_len) in efuse_bits_read()
118 hi_u16 size = 0; in hi_efuse_read() local
144 hi_u16 size = 0; in hi_efuse_write() local
209 hi_u16 size = EFUSE_LOCK_SIZE; in hi_efuse_get_lockstat() local
251 hi_u32 hi_efuse_usr_read(hi_u16 start_bit, hi_u16 size, hi_u8 *key_data) in hi_efuse_usr_read()
271 hi_u32 hi_efuse_usr_write(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data) in hi_efuse_usr_write()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dosal_ioctl.h96 #define _IOC(dir, type, nr, size) \ argument
121 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
125 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
129 #define _IOWR(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
133 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
137 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
141 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_low_level_mem.c35 mali_io_address _mali_osk_mem_mapioregion(uintptr_t phys, u32 size, const char *description) in _mali_osk_mem_mapioregion()
40 void _mali_osk_mem_unmapioregion(uintptr_t phys, u32 size, mali_io_address virt) in _mali_osk_mem_unmapioregion()
45 mali_osk_errcode_t inline _mali_osk_mem_reqregion(uintptr_t phys, u32 size, const char *description) in _mali_osk_mem_reqregion()
54 void inline _mali_osk_mem_unreqregion(uintptr_t phys, u32 size) in _mali_osk_mem_unreqregion()
81 void _mali_osk_cache_ensure_uncached_range_flushed(void *uncached_mapping, u32 offset, u32 size) in _mali_osk_cache_ensure_uncached_range_flushed()
86 u32 _mali_osk_mem_write_safe(void __user *dest, const void __user *src, u32 size) in _mali_osk_mem_write_safe()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
Defuse.c18 hi_u32 efuse_start_addr_unaligned_read(hi_u16 start_bit, hi_u16 size, hi_u8 diff_head_read, hi_u8 *… in efuse_start_addr_unaligned_read()
72 hi_u32 efuse_bits_read(hi_u16 start_bit, hi_u16 size, hi_u8 *data, hi_u32 data_len) in efuse_bits_read()
120 hi_u16 size = 0; in hi_efuse_read() local
146 hi_u16 size = 0; in hi_efuse_write() local
181 hi_u32 efuse_bits_write(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data) in efuse_bits_write()
210 hi_u16 size = EFUSE_LOCK_SIZE; in hi_efuse_get_lockstat() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_low_level_mem.c34 mali_io_address _mali_osk_mem_mapioregion(uintptr_t phys, u32 size, const char *description) in _mali_osk_mem_mapioregion()
39 void _mali_osk_mem_unmapioregion(uintptr_t phys, u32 size, mali_io_address virt) in _mali_osk_mem_unmapioregion()
44 _mali_osk_errcode_t inline _mali_osk_mem_reqregion(uintptr_t phys, u32 size, const char *descriptio… in _mali_osk_mem_reqregion()
53 void inline _mali_osk_mem_unreqregion(uintptr_t phys, u32 size) in _mali_osk_mem_unreqregion()
80 void _mali_osk_cache_ensure_uncached_range_flushed(void *uncached_mapping, u32 offset, u32 size) in _mali_osk_cache_ensure_uncached_range_flushed()
85 u32 _mali_osk_mem_write_safe(void __user *dest, const void __user *src, u32 size) in _mali_osk_mem_write_safe()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dlinux_osl.c223 uint32 size; /* mapping size */ member
592 osl_cache_flush(void *va, uint size) in osl_cache_flush()
605 osl_cache_inv(void *va, uint size) in osl_cache_inv()
626 osl_pci_read_config(osl_t *osh, uint offset, uint size) in osl_pci_read_config()
646 osl_pci_write_config(osl_t *osh, uint offset, uint size, uint val) in osl_pci_write_config()
719 osl_pcmcia_attr(osl_t *osh, uint offset, char *buf, int size, bool write) in osl_pcmcia_attr()
724 osl_pcmcia_read_attr(osl_t *osh, uint offset, void *buf, int size) in osl_pcmcia_read_attr()
730 osl_pcmcia_write_attr(osl_t *osh, uint offset, void *buf, int size) in osl_pcmcia_write_attr()
736 osl_malloc(osl_t *osh, uint size) in osl_malloc()
792 osl_mallocz(osl_t *osh, uint size) in osl_mallocz()
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
Ddma-iommu.c315 static int iommu_dma_init_domain(struct iommu_domain *domain, dma_addr_t base, u64 size, struct dev… in iommu_dma_init_domain()
387 int iommu_dma_reserve_iova(struct device *dev, dma_addr_t base, u64 size) in iommu_dma_reserve_iova()
467 static dma_addr_t iommu_dma_alloc_iova(struct iommu_domain *domain, size_t size, u64 dma_limit, str… in iommu_dma_alloc_iova()
508 static void iommu_dma_free_iova(struct iommu_dma_cookie *cookie, dma_addr_t iova, size_t size) in iommu_dma_free_iova()
522 static void iommu_dma_unmap_ext(struct device *dev, dma_addr_t dma_addr, size_t size) in iommu_dma_unmap_ext()
544 static dma_addr_t iommu_dma_map_ext(struct device *dev, phys_addr_t phys, size_t size, int prot, u6… in iommu_dma_map_ext()
653 static void *iommu_dma_alloc_remap(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t g… in iommu_dma_alloc_remap()
740 static int iommu_dma_mmap_ext(struct page **pages, size_t size, struct vm_area_struct *vma) in iommu_dma_mmap_ext()
745 static void iommu_dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, size_t size, in iommu_dma_sync_single_for_cpu()
758 static void iommu_dma_sync_single_for_device(struct device *dev, dma_addr_t dma_handle, size_t size, in iommu_dma_sync_single_for_device()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dmemp.h48 #define LWIP_MEMPOOL(name, num, size, desc) argument
53 #define LWIP_MEMPOOL(name, num, size, desc) MEMP_##name, argument
75 #define LWIP_MEMPOOL_DECLARE(name, num, size, desc) \ argument
99 #define LWIP_MEMPOOL_DECLARE(name, num, size, desc) \ argument
139 u16_t size; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dlinux_osl.h115 #define OSL_PCMCIA_READ_ATTR(osh, offset, buf, size) \ argument
117 #define OSL_PCMCIA_WRITE_ATTR(osh, offset, buf, size) \ argument
123 #define OSL_PCI_READ_CONFIG(osh, offset, size) \ argument
125 #define OSL_PCI_WRITE_CONFIG(osh, offset, size, val) \ argument
173 #define MALLOC(osh, size) osl_malloc((osh), (size)) argument
174 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) argument
175 #define MFREE(osh, addr, size) osl_mfree((osh), (addr), (size)) argument
176 #define VMALLOC(osh, size) osl_vmalloc((osh), (size)) argument
177 #define VMALLOCZ(osh, size) osl_vmallocz((osh), (size)) argument
178 #define VMFREE(osh, addr, size) osl_vmfree((osh), (addr), (size)) argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dbits.h32 bits_setb(uint8_t *vec, size_t size, uint8_t bit) { in bits_setb()
52 bits_clrb(uint8_t *vec, size_t size, uint8_t bit) { in bits_clrb()
71 bits_getb(const uint8_t *vec, size_t size, uint8_t bit) { in bits_getb()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_mem_validation.c20 u32 size; /**< size in bytes of the memory, multiple of page size */ member
25 mali_osk_errcode_t mali_mem_validation_add_range(u32 start, u32 size) in mali_mem_validation_add_range()
48 mali_osk_errcode_t mali_mem_validation_check(u32 phys_addr, u32 size) in mali_mem_validation_check()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_mem_validation.c19 u32 size; /**< size in bytes of the memory, multiple of page size */ member
24 _mali_osk_errcode_t mali_mem_validation_add_range(u32 start, u32 size) in mali_mem_validation_add_range()
47 _mali_osk_errcode_t mali_mem_validation_check(u32 phys_addr, u32 size) in mali_mem_validation_check()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_flash.c20 unsigned int IoTFlashRead(unsigned int flashOffset, unsigned int size, unsigned char *ramData) in IoTFlashRead()
25 unsigned int IoTFlashWrite(unsigned int flashOffset, unsigned int size, in IoTFlashWrite()
31 unsigned int IoTFlashErase(unsigned int flashOffset, unsigned int size) in IoTFlashErase()
/device/soc/rockchip/rk2206/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_flash.c19 unsigned int IoTFlashRead(unsigned int flashOffset, unsigned int size, unsigned char *ramData) in IoTFlashRead()
24 unsigned int IoTFlashWrite(unsigned int flashOffset, unsigned int size, in IoTFlashWrite()
30 unsigned int IoTFlashErase(unsigned int flashOffset, unsigned int size) in IoTFlashErase()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dmemp_priv.h82 #define LWIP_MEMPOOL(name, num, size, desc) argument
84 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument
91 #define LWIP_MEMPOOL(name, num, size, desc) argument
93 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
117 u16_t size; member

12345678910>>...27