Searched refs:vme_dma_attr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | vme.h | 72 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/ |
D | vme.c | 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() [all …]
|
D | vme_bridge.h | 143 int (*dma_list_add) (struct vme_dma_list *, struct vme_dma_attr *, 144 struct vme_dma_attr *, size_t);
|
/linux-4.1.27/Documentation/ |
D | vme_api.txt | 256 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/ |
D | vme_ca91cx42.c | 1031 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in ca91cx42_dma_list_add()
|
D | vme_tsi148.c | 1709 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()
|