Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vme/
Dvme_bridge.h56 struct vme_dma_resource *parent;
61 struct vme_dma_resource { struct
Dvme.c61 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/
Dvme_ca91cx42.c1179 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()
Dvme_tsi148.c1810 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()