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, u32); 160 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t); 161 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long, u32, u32, u32); 162 void vme_dma_free_attribute(struct vme_dma_attr *); 163 int vme_dma_list_add(struct vme_dma_list *, struct vme_dma_attr *, 164 struct vme_dma_attr *, size_t);
|
H A D | vme_bridge.h | 147 int (*dma_list_add)(struct vme_dma_list *, struct vme_dma_attr *, 148 struct vme_dma_attr *, size_t);
|
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 | 1601 static int tsi148_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in tsi148_dma_list_add() 1602 struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()
|