| /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/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/mpp/ |
| D | mpp_iommu_av1d.c | 41 struct iommu_domain domain; member 56 struct iommu_domain *domain; /* domain to which iommu is attached */ member 201 struct iommu_domain *domain = iommu->domain; in av1_iommu_enable() local 265 static void av1_iommu_flush_tlb_all(struct iommu_domain *domain) in av1_iommu_flush_tlb_all() 333 static bool av1_iommu_is_attach_deferred(struct iommu_domain *domain, in av1_iommu_is_attach_deferred() 415 static phys_addr_t av1_iommu_iova_to_phys(struct iommu_domain *domain, in av1_iommu_iova_to_phys() 540 static size_t av1_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, in av1_iommu_unmap() 570 static int av1_iommu_map(struct iommu_domain *domain, unsigned long _iova, in av1_iommu_map() 600 static void av1_iommu_detach_device(struct iommu_domain *domain, in av1_iommu_detach_device() 631 static int av1_iommu_attach_device(struct iommu_domain *domain, in av1_iommu_attach_device() [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/iommu/ |
| D | sunxi-iommu-debug.c | 63 struct iommu_domain *domain; member 195 struct iommu_domain *domain, in __apply_to_new_mapping() 377 const size_t size, struct iommu_domain *domain) in __full_va_sweep() 426 struct iommu_domain *domain, void *priv) in __functional_dma_api_va_test() 515 struct iommu_domain *domain, in __functional_dma_api_alloc_test() 587 struct iommu_domain *domain, in __functional_dma_api_ion_test() 622 struct iommu_domain *domain, in __functional_dma_api_iova_test() 737 struct iommu_domain *domain, in __functional_dma_api_basic_test()
|
| D | sunxi-iommu.c | 306 static int sunxi_iommu_map(struct iommu_domain *domain, unsigned long iova, in sunxi_iommu_map() 354 static size_t sunxi_iommu_unmap(struct iommu_domain *domain, unsigned long iova, in sunxi_iommu_unmap() 413 void sunxi_iommu_iotlb_sync_map(struct iommu_domain *domain, in sunxi_iommu_iotlb_sync_map() 426 void sunxi_iommu_iotlb_sync(struct iommu_domain *domain, in sunxi_iommu_iotlb_sync() 444 static phys_addr_t sunxi_iommu_iova_to_phys(struct iommu_domain *domain, in sunxi_iommu_iova_to_phys() 528 static void sunxi_iommu_domain_free(struct iommu_domain *domain) in sunxi_iommu_domain_free() 562 static int sunxi_iommu_attach_dev(struct iommu_domain *domain, in sunxi_iommu_attach_dev() 568 static void sunxi_iommu_detach_dev(struct iommu_domain *domain, in sunxi_iommu_detach_dev()
|
| /device/board/isoftstone/yangfan/kernel/src/incl/soc/ |
| 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/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/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/ |
| D | sunxi_drm_iommu.h | 72 struct iommu_domain *domain = priv->mapping; in __sunxi_iommu_attach() local 82 struct iommu_domain *domain = priv->mapping; in __sunxi_iommu_detach() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/irqchip/ |
| D | irq-sunxi-wakeupgen.c | 110 static int sunxi_domain_alloc(struct irq_domain *domain, in sunxi_domain_alloc() 148 struct irq_domain *parent_domain, *domain; in wakeupgen_init() local
|
| D | irq-sun8i-nmi.c | 65 struct irq_domain *domain = irq_desc_get_handler_data(desc); in sunxi_sc_nmi_handle_irq() local 163 struct irq_domain *domain; in sunxi_sc_nmi_irq_init() local
|
| /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/hpmicro/sdk/hpm_sdk/soc/HPM6360/ |
| D | hpm_sysctl_drv.h | 677 sysctl_cpu_lp_retain_domain(SYSCTL_Type *ptr, uint8_t cpu_index, sysctl_retention_domain_t domain, … in sysctl_cpu_lp_retain_domain() 738 …e bool sysctl_reset_check_target_domain_wakeup_flag(SYSCTL_Type *ptr, sysctl_reset_domain_t domain) in sysctl_reset_check_target_domain_wakeup_flag() 749 …e void sysctl_reset_clear_target_domain_wakeup_flag(SYSCTL_Type *ptr, sysctl_reset_domain_t domain) in sysctl_reset_clear_target_domain_wakeup_flag() 761 …c inline bool sysctl_reset_check_target_domain_flag(SYSCTL_Type *ptr, sysctl_reset_domain_t domain) in sysctl_reset_check_target_domain_flag() 772 …c inline void sysctl_reset_clear_target_domain_flag(SYSCTL_Type *ptr, sysctl_reset_domain_t domain) in sysctl_reset_clear_target_domain_flag() 783 …ine void sysctl_reset_clear_target_domain_all_flags(SYSCTL_Type *ptr, sysctl_reset_domain_t domain) in sysctl_reset_clear_target_domain_all_flags()
|