Home
last modified time | relevance | path

Searched refs:vme_dma_attr (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dvme.h72 struct vme_dma_attr { struct
145 struct vme_dma_attr *vme_dma_pattern_attribute(u32, u32);
146 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t);
147 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long, u32, u32, u32);
148 void vme_dma_free_attribute(struct vme_dma_attr *);
149 int vme_dma_list_add(struct vme_dma_list *, struct vme_dma_attr *,
150 struct vme_dma_attr *, size_t);
/linux-4.1.27/drivers/vme/
Dvme.c767 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()
[all …]
Dvme_bridge.h143 int (*dma_list_add) (struct vme_dma_list *, struct vme_dma_attr *,
144 struct vme_dma_attr *, size_t);
/linux-4.1.27/Documentation/
Dvme_api.txt256 struct vme_dma_attr *src, struct vme_dma_attr *dest,
276 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type);
280 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t mem);
284 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long base,
289 void vme_dma_free_attribute(struct vme_dma_attr *attr);
/linux-4.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c1031 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in ca91cx42_dma_list_add()
Dvme_tsi148.c1709 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()