Searched refs:vme_dma_attr (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/vme_user/ |
| H A D | vme.h | 74 struct vme_dma_attr { struct 159 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type); 160 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address); 161 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, 163 void vme_dma_free_attribute(struct vme_dma_attr *attributes); 164 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, 165 struct vme_dma_attr *dest, size_t count);
|
| H A D | vme_bridge.h | 154 int (*dma_list_add)(struct vme_dma_list *list, struct vme_dma_attr *src, 155 struct vme_dma_attr *dest, size_t count);
|
| H A D | vme.c | 922 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute() 924 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute() 960 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute() 962 struct vme_dma_attr *attributes; in vme_dma_pci_attribute() 1002 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute() 1005 struct vme_dma_attr *attributes; in vme_dma_vme_attribute() 1040 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute() 1064 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add() 1065 struct vme_dma_attr *dest, size_t count) in vme_dma_list_add()
|
| H A D | vme_tsi148.c | 1600 static int tsi148_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in tsi148_dma_list_add() 1601 struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()
|