Searched defs:arm_smmu_impl (Results 1 – 1 of 1) sorted by relevance
424 struct arm_smmu_impl { struct425 u32 (*read_reg)(struct arm_smmu_device *smmu, int page, int offset);431 int (*cfg_probe)(struct arm_smmu_device *smmu);432 int (*reset)(struct arm_smmu_device *smmu);433 int (*init_context)(struct arm_smmu_domain *smmu_domain,435 void (*tlb_sync)(struct arm_smmu_device *smmu, int page, int sync,437 int (*def_domain_type)(struct device *dev);438 irqreturn_t (*global_fault)(int irq, void *dev);439 irqreturn_t (*context_fault)(int irq, void *dev);440 int (*alloc_context_bank)(struct arm_smmu_domain *smmu_domain,[all …]
Completed in 6 milliseconds