Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvme.h72 struct vme_dma_attr { struct
150 struct vme_dma_attr *vme_dma_pattern_attribute(u32, u32);
151 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t);
152 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long, u32, u32, u32);
153 void vme_dma_free_attribute(struct vme_dma_attr *);
154 int vme_dma_list_add(struct vme_dma_list *, struct vme_dma_attr *,
155 struct vme_dma_attr *, size_t);
/linux-4.4.14/drivers/vme/
Dvme_bridge.h150 int (*dma_list_add) (struct vme_dma_list *, struct vme_dma_attr *,
151 struct vme_dma_attr *, size_t);
Dvme.c799 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type) in vme_dma_pattern_attribute()
801 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute()
804 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pattern_attribute()
834 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute()
836 struct vme_dma_attr *attributes; in vme_dma_pci_attribute()
841 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pci_attribute()
872 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute()
875 struct vme_dma_attr *attributes; in vme_dma_vme_attribute()
879 sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_vme_attribute()
911 void vme_dma_free_attribute(struct vme_dma_attr *attributes) in vme_dma_free_attribute()
[all …]
/linux-4.4.14/Documentation/
Dvme_api.txt262 struct vme_dma_attr *src, struct vme_dma_attr *dest,
282 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, u32 type);
286 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t mem);
290 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long base,
295 void vme_dma_free_attribute(struct vme_dma_attr *attr);
/linux-4.4.14/drivers/vme/bridges/
Dvme_ca91cx42.c1030 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in ca91cx42_dma_list_add()
Dvme_tsi148.c1633 struct vme_dma_attr *src, struct vme_dma_attr *dest, size_t count) in tsi148_dma_list_add()