Searched refs:vme_dma_resource (Results 1 – 4 of 4) sorted by relevance
/drivers/vme/ |
D | vme_bridge.h | 56 struct vme_dma_resource *parent; 61 struct vme_dma_resource { struct
|
D | vme.c | 59 return list_entry(resource->entry, struct vme_dma_resource, in find_bridge() 864 struct vme_dma_resource *allocated_ctrlr = NULL; in vme_dma_request() 865 struct vme_dma_resource *dma_ctrlr = NULL; in vme_dma_request() 880 struct vme_dma_resource, list); in vme_dma_request() 948 struct vme_dma_resource, in vme_new_dma_list() 1215 struct vme_dma_resource *ctrlr; in vme_dma_free() 1222 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_dma_free()
|
/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1179 struct vme_dma_resource *ctrlr; in ca91cx42_dma_list_exec() 1606 struct vme_dma_resource *dma_ctrlr; in ca91cx42_probe() 1807 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_probe() 1849 struct vme_dma_resource *dma_ctrlr; in ca91cx42_remove() 1891 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_remove()
|
D | vme_tsi148.c | 1804 struct vme_dma_resource *ctrlr; in tsi148_dma_list_exec() 2279 struct vme_dma_resource *dma_ctrlr; in tsi148_probe() 2522 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_probe() 2565 struct vme_dma_resource *dma_ctrlr; in tsi148_remove() 2622 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_remove()
|