Searched refs:vme_dma_resource (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/vme/ |
D | vme_bridge.h | 56 struct vme_dma_resource *parent; 61 struct vme_dma_resource { struct
|
D | vme.c | 65 return list_entry(resource->entry, struct vme_dma_resource, in find_bridge() 877 struct vme_dma_resource *allocated_ctrlr = NULL; in vme_dma_request() 878 struct vme_dma_resource *dma_ctrlr = NULL; in vme_dma_request() 893 struct vme_dma_resource, list); in vme_dma_request() 961 struct vme_dma_resource, in vme_new_dma_list() 1228 struct vme_dma_resource *ctrlr; in vme_dma_free() 1235 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_dma_free()
|
/Linux-v4.19/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1183 struct vme_dma_resource *ctrlr; in ca91cx42_dma_list_exec() 1609 struct vme_dma_resource *dma_ctrlr; in ca91cx42_probe() 1810 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_probe() 1852 struct vme_dma_resource *dma_ctrlr; in ca91cx42_remove() 1894 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_remove()
|
D | vme_tsi148.c | 1813 struct vme_dma_resource *ctrlr; in tsi148_dma_list_exec() 2288 struct vme_dma_resource *dma_ctrlr; in tsi148_probe() 2531 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_probe() 2574 struct vme_dma_resource *dma_ctrlr; in tsi148_remove() 2631 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_remove()
|