Searched refs:vme_dma_attr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/vme_user/ |
H A D | vme.h | 74 struct vme_dma_attr { struct 160 struct vme_dma_attr *vme_dma_pattern_attribute(u32, u32); 161 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t); 162 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long, u32, u32, u32); 163 void vme_dma_free_attribute(struct vme_dma_attr *); 164 int vme_dma_list_add(struct vme_dma_list *, struct vme_dma_attr *, 165 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 | 963 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute() 965 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute() 1001 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute() 1003 struct vme_dma_attr *attributes; in vme_dma_pci_attribute() 1043 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute() 1046 struct vme_dma_attr *attributes; in vme_dma_vme_attribute() 1081 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute() 1105 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add() 1106 struct vme_dma_attr *dest, size_t count) in vme_dma_list_add()
|
H A D | vme_tsi148.c | 1603 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()
|