Searched refs:vme_dma_resource (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/vme/ |
D | vme_bridge.h | 56 struct vme_dma_resource *parent; 61 struct vme_dma_resource { struct
|
D | vme.c | 61 return list_entry(resource->entry, struct vme_dma_resource, in find_bridge() 873 struct vme_dma_resource *allocated_ctrlr = NULL; in vme_dma_request() 874 struct vme_dma_resource *dma_ctrlr = NULL; in vme_dma_request() 889 struct vme_dma_resource, list); in vme_dma_request() 957 struct vme_dma_resource, in vme_new_dma_list() 1224 struct vme_dma_resource *ctrlr; in vme_dma_free() 1231 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_dma_free()
|
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1179 struct vme_dma_resource *ctrlr; in ca91cx42_dma_list_exec() 1605 struct vme_dma_resource *dma_ctrlr; in ca91cx42_probe() 1806 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_probe() 1848 struct vme_dma_resource *dma_ctrlr; in ca91cx42_remove() 1890 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_remove()
|
D | vme_tsi148.c | 1810 struct vme_dma_resource *ctrlr; in tsi148_dma_list_exec() 2285 struct vme_dma_resource *dma_ctrlr; in tsi148_probe() 2528 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_probe() 2571 struct vme_dma_resource *dma_ctrlr; in tsi148_remove() 2628 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_remove()
|