Loading arch/arm/mach-msm/include/mach/iommu_domains.h +4 −4 Original line number Diff line number Diff line Loading @@ -113,10 +113,10 @@ extern int msm_iommu_map_contig_buffer(phys_addr_t phys, unsigned long size, unsigned long align, unsigned long cached, unsigned long *iova_val); dma_addr_t *iova_val); extern void msm_iommu_unmap_contig_buffer(unsigned long iova, extern void msm_iommu_unmap_contig_buffer(dma_addr_t iova, unsigned int domain_no, unsigned int partition_no, unsigned long size); Loading Loading @@ -178,13 +178,13 @@ static inline int msm_iommu_map_contig_buffer(phys_addr_t phys, unsigned long size, unsigned long align, unsigned long cached, unsigned long *iova_val) dma_addr_t *iova_val) { *iova_val = phys; return 0; } static inline void msm_iommu_unmap_contig_buffer(unsigned long iova, static inline void msm_iommu_unmap_contig_buffer(dma_addr_t iova, unsigned int domain_no, unsigned int partition_no, unsigned long size) Loading arch/arm/mach-msm/iommu_domains.c +2 −2 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ int msm_iommu_map_contig_buffer(phys_addr_t phys, unsigned long size, unsigned long align, unsigned long cached, unsigned long *iova_val) dma_addr_t *iova_val) { unsigned long iova; int ret; Loading Loading @@ -223,7 +223,7 @@ int msm_iommu_map_contig_buffer(phys_addr_t phys, } EXPORT_SYMBOL(msm_iommu_map_contig_buffer); void msm_iommu_unmap_contig_buffer(unsigned long iova, void msm_iommu_unmap_contig_buffer(dma_addr_t iova, unsigned int domain_no, unsigned int partition_no, unsigned long size) Loading arch/arm/mach-msm/pil-venus.c +1 −1 Original line number Diff line number Diff line Loading @@ -285,7 +285,7 @@ static int pil_venus_reset(struct pil_desc *pil) struct venus_data *drv = dev_get_drvdata(pil->dev); void __iomem *wrapper_base = drv->venus_wrapper_base; phys_addr_t pa = pil_get_entry_addr(pil); unsigned long iova; dma_addr_t iova; u32 ver, cpa_start_addr, cpa_end_addr, fw_start_addr, fw_end_addr; /* Get Venus version number */ Loading arch/arm/mach-msm/qdsp5/adsp_driver.c +2 −2 Original line number Diff line number Diff line /* arch/arm/mach-msm/qdsp5/adsp_driver.c * * Copyright (C) 2008 Google, Inc. * Copyright (c) 2009, 2012 The Linux Foundation. All rights reserved. * Copyright (c) 2009, 2012-2013 The Linux Foundation. All rights reserved. * Author: Iliyan Malchev <ibm@android.com> * * This software is licensed under the terms of the GNU General Public Loading Loading @@ -35,7 +35,7 @@ struct adsp_ion_info { struct adsp_ion_region { struct hlist_node list; void *vaddr; unsigned long paddr; dma_addr_t paddr; unsigned long kvaddr; unsigned long len; unsigned long ion_flag; Loading arch/arm/mach-msm/qdsp6v2/audio_acdb.c +1 −1 Original line number Diff line number Diff line Loading @@ -647,7 +647,7 @@ static int deregister_memory(void) static int register_memory(void) { int result; unsigned long paddr; dma_addr_t paddr; void *kvptr; unsigned long kvaddr; unsigned long mem_len; Loading Loading
arch/arm/mach-msm/include/mach/iommu_domains.h +4 −4 Original line number Diff line number Diff line Loading @@ -113,10 +113,10 @@ extern int msm_iommu_map_contig_buffer(phys_addr_t phys, unsigned long size, unsigned long align, unsigned long cached, unsigned long *iova_val); dma_addr_t *iova_val); extern void msm_iommu_unmap_contig_buffer(unsigned long iova, extern void msm_iommu_unmap_contig_buffer(dma_addr_t iova, unsigned int domain_no, unsigned int partition_no, unsigned long size); Loading Loading @@ -178,13 +178,13 @@ static inline int msm_iommu_map_contig_buffer(phys_addr_t phys, unsigned long size, unsigned long align, unsigned long cached, unsigned long *iova_val) dma_addr_t *iova_val) { *iova_val = phys; return 0; } static inline void msm_iommu_unmap_contig_buffer(unsigned long iova, static inline void msm_iommu_unmap_contig_buffer(dma_addr_t iova, unsigned int domain_no, unsigned int partition_no, unsigned long size) Loading
arch/arm/mach-msm/iommu_domains.c +2 −2 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ int msm_iommu_map_contig_buffer(phys_addr_t phys, unsigned long size, unsigned long align, unsigned long cached, unsigned long *iova_val) dma_addr_t *iova_val) { unsigned long iova; int ret; Loading Loading @@ -223,7 +223,7 @@ int msm_iommu_map_contig_buffer(phys_addr_t phys, } EXPORT_SYMBOL(msm_iommu_map_contig_buffer); void msm_iommu_unmap_contig_buffer(unsigned long iova, void msm_iommu_unmap_contig_buffer(dma_addr_t iova, unsigned int domain_no, unsigned int partition_no, unsigned long size) Loading
arch/arm/mach-msm/pil-venus.c +1 −1 Original line number Diff line number Diff line Loading @@ -285,7 +285,7 @@ static int pil_venus_reset(struct pil_desc *pil) struct venus_data *drv = dev_get_drvdata(pil->dev); void __iomem *wrapper_base = drv->venus_wrapper_base; phys_addr_t pa = pil_get_entry_addr(pil); unsigned long iova; dma_addr_t iova; u32 ver, cpa_start_addr, cpa_end_addr, fw_start_addr, fw_end_addr; /* Get Venus version number */ Loading
arch/arm/mach-msm/qdsp5/adsp_driver.c +2 −2 Original line number Diff line number Diff line /* arch/arm/mach-msm/qdsp5/adsp_driver.c * * Copyright (C) 2008 Google, Inc. * Copyright (c) 2009, 2012 The Linux Foundation. All rights reserved. * Copyright (c) 2009, 2012-2013 The Linux Foundation. All rights reserved. * Author: Iliyan Malchev <ibm@android.com> * * This software is licensed under the terms of the GNU General Public Loading Loading @@ -35,7 +35,7 @@ struct adsp_ion_info { struct adsp_ion_region { struct hlist_node list; void *vaddr; unsigned long paddr; dma_addr_t paddr; unsigned long kvaddr; unsigned long len; unsigned long ion_flag; Loading
arch/arm/mach-msm/qdsp6v2/audio_acdb.c +1 −1 Original line number Diff line number Diff line Loading @@ -647,7 +647,7 @@ static int deregister_memory(void) static int register_memory(void) { int result; unsigned long paddr; dma_addr_t paddr; void *kvptr; unsigned long kvaddr; unsigned long mem_len; Loading