Lines Matching refs:vme_dma_attr
799 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute()
801 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute()
804 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pattern_attribute()
834 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute()
836 struct vme_dma_attr *attributes; in vme_dma_pci_attribute()
841 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pci_attribute()
872 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute()
875 struct vme_dma_attr *attributes; in vme_dma_vme_attribute()
879 sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_vme_attribute()
911 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute()
918 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add()
919 struct vme_dma_attr *dest, size_t count) in vme_dma_list_add()