| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_pm_domain.c | 41 struct mali_pm_domain *domain = NULL; in mali_pm_domain_create() local 75 void mali_pm_domain_delete(struct mali_pm_domain *domain) in mali_pm_domain_delete() 87 void mali_pm_domain_add_group(struct mali_pm_domain *domain, struct mali_group *group) in mali_pm_domain_add_group() 100 void mali_pm_domain_add_l2_cache(struct mali_pm_domain *domain, struct mali_l2_cache_core *l2_cache) in mali_pm_domain_add_l2_cache() 131 u32 mali_pm_domain_ref_get(struct mali_pm_domain *domain) in mali_pm_domain_ref_get() 146 u32 mali_pm_domain_ref_put(struct mali_pm_domain *domain) in mali_pm_domain_ref_put() 166 u32 mali_pm_domain_get_id(struct mali_pm_domain *domain) in mali_pm_domain_get_id()
|
| D | mali_pm_domain.h | 51 MALI_STATIC_INLINE _mali_osk_list_t *mali_pm_domain_get_group_list(struct mali_pm_domain *domain) in mali_pm_domain_get_group_list() 57 MALI_STATIC_INLINE _mali_osk_list_t *mali_pm_domain_get_l2_cache_list(struct mali_pm_domain *domain) in mali_pm_domain_get_l2_cache_list() 63 MALI_STATIC_INLINE mali_bool mali_pm_domain_power_is_on(struct mali_pm_domain *domain) in mali_pm_domain_power_is_on() 69 MALI_STATIC_INLINE void mali_pm_domain_set_power_on(struct mali_pm_domain *domain, mali_bool power_… in mali_pm_domain_set_power_on() 75 MALI_STATIC_INLINE u32 mali_pm_domain_get_use_count(struct mali_pm_domain *domain) in mali_pm_domain_get_use_count() 84 MALI_STATIC_INLINE u32 mali_pm_domain_get_mask(struct mali_pm_domain *domain) in mali_pm_domain_get_mask()
|
| D | mali_pm.c | 165 struct mali_pm_domain *domain; in mali_pm_register_l2_cache() local 185 struct mali_pm_domain *domain; in mali_pm_register_group() local 458 u32 mali_pm_dump_state_domain(struct mali_pm_domain *domain, char *buf, u32 size) in mali_pm_dump_state_domain() 524 struct mali_pm_domain *domain = mali_pm_domain_get_from_index(domain_id); in mali_pm_domain_power_up() local 587 struct mali_pm_domain *domain = mali_pm_domain_get_from_index(domain_id); in mali_pm_domain_power_down() local
|
| D | mali_executor.c | 2290 struct mali_pm_domain *domain; in mali_executor_core_scale() local 2320 struct mali_pm_domain *domain; in mali_executor_core_scale() local 2397 struct mali_pm_domain *domain; in mali_executor_core_scale_in_group_complete() local 2543 struct mali_pm_domain *domain; in mali_executor_running_status_print() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_pm_domain.c | 39 struct mali_pm_domain *domain = NULL; in mali_pm_domain_create() local 73 void mali_pm_domain_delete(struct mali_pm_domain *domain) in mali_pm_domain_delete() 85 void mali_pm_domain_add_group(struct mali_pm_domain *domain, in mali_pm_domain_add_group() 99 void mali_pm_domain_add_l2_cache(struct mali_pm_domain *domain, in mali_pm_domain_add_l2_cache() 131 u32 mali_pm_domain_ref_get(struct mali_pm_domain *domain) in mali_pm_domain_ref_get() 146 u32 mali_pm_domain_ref_put(struct mali_pm_domain *domain) in mali_pm_domain_ref_put() 166 u32 mali_pm_domain_get_id(struct mali_pm_domain *domain) in mali_pm_domain_get_id()
|
| D | mali_pm_domain.h | 55 struct mali_pm_domain *domain) in mali_pm_domain_get_group_list() 62 struct mali_pm_domain *domain) in mali_pm_domain_get_l2_cache_list() 69 struct mali_pm_domain *domain) in mali_pm_domain_power_is_on() 76 struct mali_pm_domain *domain, in mali_pm_domain_set_power_on() 84 struct mali_pm_domain *domain) in mali_pm_domain_get_use_count() 93 MALI_STATIC_INLINE u32 mali_pm_domain_get_mask(struct mali_pm_domain *domain) in mali_pm_domain_get_mask()
|
| D | mali_pm.c | 169 struct mali_pm_domain *domain; in mali_pm_register_l2_cache() local 191 struct mali_pm_domain *domain; in mali_pm_register_group() local 469 u32 mali_pm_dump_state_domain(struct mali_pm_domain *domain, in mali_pm_dump_state_domain() 549 struct mali_pm_domain *domain = in mali_pm_domain_power_up() local 623 struct mali_pm_domain *domain = in mali_pm_domain_power_down() local
|
| D | mali_executor.c | 2420 struct mali_pm_domain *domain; in mali_executor_core_scale() local 2451 struct mali_pm_domain *domain; in mali_executor_core_scale() local 2527 struct mali_pm_domain *domain; in mali_executor_core_scale_in_group_complete() local 2678 struct mali_pm_domain *domain; in mali_executor_running_status_print() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
| D | iommu.c | 47 struct iommu_domain *domain; member 725 struct iommu_domain *domain = group->default_domain; in iommu_create_device_direct_mappings() local 781 static bool iommu_is_attach_deferred(struct iommu_domain *domain, struct device *dev) in iommu_is_attach_deferred() 1207 struct iommu_domain *domain = iommu_get_domain_for_dev(dev); in iommu_page_response() local 1730 struct iommu_domain *domain = data; in iommu_group_do_dma_attach() local 1747 struct iommu_domain *domain = data; in iommu_group_do_probe_finalize() local 1923 void iommu_set_fault_handler(struct iommu_domain *domain, iommu_fault_handler_t handler, void *toke… in iommu_set_fault_handler() 1934 struct iommu_domain *domain; in iommu_domain_alloc_ext() local 1959 void iommu_domain_free(struct iommu_domain *domain) in iommu_domain_free() 1965 static int iommu_attach_device_ext(struct iommu_domain *domain, struct device *dev) in iommu_attach_device_ext() [all …]
|
| D | dma-iommu.c | 81 int iommu_get_dma_cookie(struct iommu_domain *domain) in iommu_get_dma_cookie() 108 int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base) in iommu_get_msi_cookie() 138 void iommu_put_dma_cookie(struct iommu_domain *domain) in iommu_put_dma_cookie() 248 static int iova_reserve_iommu_regions(struct device *dev, struct iommu_domain *domain) in iova_reserve_iommu_regions() 292 struct iommu_domain *domain; in iommu_dma_flush_iotlb_all() local 315 static int iommu_dma_init_domain(struct iommu_domain *domain, dma_addr_t base, u64 size, struct dev… in iommu_dma_init_domain() 369 static int iommu_dma_deferred_attach(struct device *dev, struct iommu_domain *domain) in iommu_dma_deferred_attach() 389 struct iommu_domain *domain; in iommu_dma_reserve_iova() local 418 struct iommu_domain *domain; in iommu_dma_enable_best_fit_algo() local 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() [all …]
|
| D | rockchip-iommu.c | 127 struct iommu_domain domain; member 147 struct iommu_domain *domain; /* domain to which iommu is attached */ member 805 static phys_addr_t rk_iommu_iova_to_phys(struct iommu_domain *domain, dma_addr_t iova) in rk_iommu_iova_to_phys() 834 static phys_addr_t rk_iommu_iova_to_phys_v2(struct iommu_domain *domain, dma_addr_t iova) in rk_iommu_iova_to_phys_v2() 1089 static int rk_iommu_map(struct iommu_domain *domain, unsigned long _iova, phys_addr_t paddr, size_t… in rk_iommu_map() 1125 static int rk_iommu_map_v2(struct iommu_domain *domain, unsigned long _iova, phys_addr_t paddr, siz… in rk_iommu_map_v2() 1161 static size_t rk_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, size_t size, in rk_iommu_unmap() 1201 static size_t rk_iommu_unmap_v2(struct iommu_domain *domain, unsigned long _iova, size_t size, in rk_iommu_unmap_v2() 1244 static void rk_iommu_flush_tlb_all(struct iommu_domain *domain) in rk_iommu_flush_tlb_all() 1317 struct iommu_domain *domain = iommu->domain; in rk_iommu_enable() local [all …]
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | iommu.h | 502 static inline void iommu_flush_iotlb_all(struct iommu_domain *domain) in iommu_flush_iotlb_all() 509 static inline void iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *iotlb_g… in iommu_iotlb_sync() 518 static inline void iommu_iotlb_gather_add_page(struct iommu_domain *domain, struct iommu_iotlb_gath… in iommu_iotlb_gather_add_page() 664 static inline void iommu_domain_free(struct iommu_domain *domain) in iommu_domain_free() 668 static inline int iommu_attach_device(struct iommu_domain *domain, struct device *dev) in iommu_attach_device() 673 static inline void iommu_detach_device(struct iommu_domain *domain, struct device *dev) in iommu_detach_device() 682 static inline int iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, siz… in iommu_map() 687 static inline int iommu_map_atomic(struct iommu_domain *domain, unsigned long iova, phys_addr_t pad… in iommu_map_atomic() 693 static inline size_t iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size) in iommu_unmap() 698 static inline size_t iommu_unmap_fast(struct iommu_domain *domain, unsigned long iova, int gfp_orde… in iommu_unmap_fast() [all …]
|
| D | dma-iommu.h | 54 static inline int iommu_get_dma_cookie(struct iommu_domain *domain) in iommu_get_dma_cookie() 59 static inline int iommu_get_msi_cookie(struct iommu_domain *domain, dma_addr_t base) in iommu_get_msi_cookie() 64 static inline void iommu_put_dma_cookie(struct iommu_domain *domain) in iommu_put_dma_cookie()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| D | hi_gv_log.h | 113 #define HIGV_DEBUG(domain, format...) … argument 116 #define HIGV_INFO(domain, format...) … argument 119 #define HIGV_WARNING(domain, format...) … argument 122 #define HIGV_ERROR(errorNum, domain, format...) … argument 125 #define HIGV_FATAL(errorNum, domain, format...) … argument
|
| /device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
| D | scpi.h | 61 static inline int scpi_dvfs_get_idx(u8 domain) in scpi_dvfs_get_idx() 66 static inline int scpi_dvfs_set_idx(u8 domain, u8 idx) in scpi_dvfs_set_idx() 71 static inline struct scpi_opp *scpi_dvfs_get_opps(u8 domain) in scpi_dvfs_get_opps()
|
| /device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
| D | scpi.h | 60 static inline int scpi_dvfs_get_idx(u8 domain) in scpi_dvfs_get_idx() 65 static inline int scpi_dvfs_set_idx(u8 domain, u8 idx) in scpi_dvfs_set_idx() 70 static inline struct scpi_opp *scpi_dvfs_get_opps(u8 domain) in scpi_dvfs_get_opps()
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| D | rga_dma_buf.c | 363 static dma_addr_t rga_iommu_dma_alloc_iova(struct iommu_domain *domain, in rga_iommu_dma_alloc_iova() 440 struct iommu_domain *domain = NULL; in rga_iommu_map_virt_addr() local 509 struct iommu_domain *domain = NULL; in rga_viraddr_get_channel_info() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
| D | irq-gic-v3-its.c | 3490 static int its_msi_prepare(struct irq_domain *domain, struct device *dev, int nvec, msi_alloc_info_… in its_msi_prepare() 3546 static int its_irq_gic_domain_alloc(struct irq_domain *domain, unsigned int virq, irq_hw_number_t h… in its_irq_gic_domain_alloc() 3568 static int its_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, unsigned int nr_irqs,… in its_irq_domain_alloc() 3604 static int its_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) in its_irq_domain_activate() 3624 static void its_irq_domain_deactivate(struct irq_domain *domain, struct irq_data *d) in its_irq_domain_deactivate() 3634 static void its_irq_domain_free(struct irq_domain *domain, unsigned int virq, unsigned int nr_irqs) in its_irq_domain_free() 4339 static int its_sgi_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, unsigned int nr_i… in its_sgi_irq_domain_alloc() 4359 static void its_sgi_irq_domain_free(struct irq_domain *domain, unsigned int virq, unsigned int nr_i… in its_sgi_irq_domain_free() 4364 static int its_sgi_irq_domain_activate(struct irq_domain *domain, struct irq_data *d, bool reserve) in its_sgi_irq_domain_activate() 4371 static void its_sgi_irq_domain_deactivate(struct irq_domain *domain, struct irq_data *d) in its_sgi_irq_domain_deactivate() [all …]
|
| D | irq-gic-v4.c | 366 int its_init_v4(struct irq_domain *domain, const struct irq_domain_ops *vpe_ops, const struct irq_d… in its_init_v4()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | sockets.h | 793 #define LWIP_IS_VALID_DOMAIN(domain) (((domain) == AF_INET) || ((domain) == AF_INET6) || ((domain) … argument 795 #define LWIP_IS_VALID_DOMAIN(domain) ((domain) == AF_INET) || ((domain) == AF_INET6) argument 800 #define LWIP_IS_VALID_DOMAIN(domain) (((domain) == AF_INET) || ((domain) == PF_PACKET)) argument 802 #define LWIP_IS_VALID_DOMAIN(domain) ((domain) == AF_INET) argument 2479 #define socket(domain, type, protocol) lwip_socket(domain, type, protocol) argument
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
| D | mpp_iommu.h | 72 struct iommu_domain *domain; member
|
| D | mpp_iommu.c | 382 struct iommu_domain *domain = NULL; in mpp_iommu_probe() local
|
| D | mpp_rkvdec2.c | 977 struct iommu_domain *domain; in rkvdec2_alloc_rcbbuf() local 1212 struct iommu_domain *domain; in rkvdec2_free_rcbbuf() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
| D | mpp_iommu.h | 72 struct iommu_domain *domain; member
|
| D | mpp_iommu.c | 388 struct iommu_domain *domain = NULL; in mpp_iommu_probe() local
|