Home
last modified time | relevance | path

Searched refs:vme_dma_attr (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dvme.h73 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);
/Linux-v4.19/drivers/vme/
Dvme_bridge.h151 int (*dma_list_add) (struct vme_dma_list *, struct vme_dma_attr *,
152 struct vme_dma_attr *, size_t);
Dvme.c980 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute()
982 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute()
1018 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute()
1020 struct vme_dma_attr *attributes; in vme_dma_pci_attribute()
1060 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute()
1063 struct vme_dma_attr *attributes; in vme_dma_vme_attribute()
1098 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute()
1122 int vme_dma_list_add(struct vme_dma_list *list, struct vme_dma_attr *src, in vme_dma_list_add()
1123 struct vme_dma_attr *dest, size_t count) in vme_dma_list_add()
/Linux-v4.19/drivers/vme/bridges/
Dvme_ca91cx42.c1023 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in ca91cx42_dma_list_add()
Dvme_tsi148.c1629 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()