Searched refs:vme_dma_attr (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | vme.h | 72 struct vme_dma_attr { struct 150 struct vme_dma_attr *vme_dma_pattern_attribute(u32, u32); 151 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t); 152 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long, u32, u32, u32); 153 void vme_dma_free_attribute(struct vme_dma_attr *); 154 int vme_dma_list_add(struct vme_dma_list *, struct vme_dma_attr *, 155 struct vme_dma_attr *, size_t);
|
| /linux-4.4.14/drivers/vme/ |
| D | vme_bridge.h | 150 int (*dma_list_add) (struct vme_dma_list *, struct vme_dma_attr *, 151 struct vme_dma_attr *, size_t);
|
| D | vme.c | 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() [all …]
|
| /linux-4.4.14/Documentation/ |
| D | vme_api.txt | 262 struct vme_dma_attr *src, struct vme_dma_attr *dest, 282 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type); 286 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t mem); 290 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long base, 295 void vme_dma_free_attribute(struct vme_dma_attr *attr);
|
| /linux-4.4.14/drivers/vme/bridges/ |
| D | vme_ca91cx42.c | 1030 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in ca91cx42_dma_list_add()
|
| D | vme_tsi148.c | 1633 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()
|