Home
last modified time | relevance | path

Searched refs:vme_dma_resource (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/vme/
Dvme_bridge.h53 struct vme_dma_resource *parent;
58 struct vme_dma_resource { struct
Dvme.c66 return list_entry(resource->entry, struct vme_dma_resource, in find_bridge()
675 struct vme_dma_resource *allocated_ctrlr = NULL; in vme_dma_request()
676 struct vme_dma_resource *dma_ctrlr = NULL; in vme_dma_request()
691 struct vme_dma_resource, list); in vme_dma_request()
741 struct vme_dma_resource *ctrlr; in vme_new_dma_list()
749 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_new_dma_list()
964 struct vme_dma_resource *ctrlr; in vme_dma_free()
971 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_dma_free()
/linux-4.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c1193 struct vme_dma_resource *ctrlr; in ca91cx42_dma_list_exec()
1605 struct vme_dma_resource *dma_ctrlr; in ca91cx42_probe()
1736 dma_ctrlr = kmalloc(sizeof(struct vme_dma_resource), in ca91cx42_probe()
1826 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_probe()
1868 struct vme_dma_resource *dma_ctrlr; in ca91cx42_remove()
1910 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_remove()
Dvme_tsi148.c1889 struct vme_dma_resource *ctrlr; in tsi148_dma_list_exec()
2355 struct vme_dma_resource *dma_ctrlr; in tsi148_probe()
2511 dma_ctrlr = kmalloc(sizeof(struct vme_dma_resource), in tsi148_probe()
2617 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_probe()
2660 struct vme_dma_resource *dma_ctrlr; in tsi148_remove()
2717 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_remove()