Lines Matching refs:vme_dma_attr
767 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute()
769 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute()
772 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pattern_attribute()
802 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute()
804 struct vme_dma_attr *attributes; in vme_dma_pci_attribute()
809 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pci_attribute()
840 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute()
843 struct vme_dma_attr *attributes; in vme_dma_vme_attribute()
847 sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_vme_attribute()
879 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute()
886 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add()
887 struct vme_dma_attr *dest, size_t count) in vme_dma_list_add()