Searched refs:vme_dma_resource (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/vme/ |
D | vme_bridge.h | 55 struct vme_dma_resource *parent; 60 struct vme_dma_resource { struct
|
D | vme.c | 66 return list_entry(resource->entry, struct vme_dma_resource, in find_bridge() 707 struct vme_dma_resource *allocated_ctrlr = NULL; in vme_dma_request() 708 struct vme_dma_resource *dma_ctrlr = NULL; in vme_dma_request() 723 struct vme_dma_resource, list); in vme_dma_request() 773 struct vme_dma_resource *ctrlr; in vme_new_dma_list() 781 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_new_dma_list() 996 struct vme_dma_resource *ctrlr; in vme_dma_free() 1003 ctrlr = list_entry(resource->entry, struct vme_dma_resource, list); in vme_dma_free()
|
/linux-4.4.14/drivers/vme/bridges/ |
D | vme_ca91cx42.c | 1192 struct vme_dma_resource *ctrlr; in ca91cx42_dma_list_exec() 1616 struct vme_dma_resource *dma_ctrlr; in ca91cx42_probe() 1747 dma_ctrlr = kmalloc(sizeof(struct vme_dma_resource), in ca91cx42_probe() 1837 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_probe() 1879 struct vme_dma_resource *dma_ctrlr; in ca91cx42_remove() 1921 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in ca91cx42_remove()
|
D | vme_tsi148.c | 1818 struct vme_dma_resource *ctrlr; in tsi148_dma_list_exec() 2291 struct vme_dma_resource *dma_ctrlr; in tsi148_probe() 2447 dma_ctrlr = kmalloc(sizeof(struct vme_dma_resource), in tsi148_probe() 2553 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_probe() 2596 struct vme_dma_resource *dma_ctrlr; in tsi148_remove() 2653 dma_ctrlr = list_entry(pos, struct vme_dma_resource, list); in tsi148_remove()
|