Searched refs:vme_dma_resource (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/vme/ |
| H A D | vme_bridge.h | 56 struct vme_dma_resource *parent; 61 struct vme_dma_resource { struct
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/vme/bridges/ |
| H A 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()
|
| H A D | vme_tsi148.c | 1809 struct vme_dma_resource *ctrlr; in tsi148_dma_list_exec() 2284 struct vme_dma_resource *dma_ctrlr; in tsi148_probe() 2527 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_probe() 2570 struct vme_dma_resource *dma_ctrlr; in tsi148_remove() 2627 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_remove()
|