Searched refs:vme_dma_attr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/staging/vme_user/ |
D | vme.h | 73 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);
|
D | vme_bridge.h | 151 int (*dma_list_add) (struct vme_dma_list *, struct vme_dma_attr *, 152 struct vme_dma_attr *, size_t);
|
D | vme.c | 967 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute() 969 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute() 1005 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute() 1007 struct vme_dma_attr *attributes; in vme_dma_pci_attribute() 1047 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute() 1050 struct vme_dma_attr *attributes; in vme_dma_vme_attribute() 1085 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute() 1109 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add() 1110 struct vme_dma_attr *dest, size_t count) in vme_dma_list_add()
|
D | vme_tsi148.c | 1608 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()
|