Home
last modified time | relevance | path

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

/linux/drivers/staging/vme_user/
H A Dvme_bridge.h166 void *(*alloc_consistent)(struct device *dev, size_t size, dma_addr_t *dma); member
H A Dvme.c85 if (!bridge->alloc_consistent) { in vme_alloc_consistent()
92 return bridge->alloc_consistent(bridge->parent, size, dma); in vme_alloc_consistent()
H A Dvme_fake.c1179 fake_bridge->alloc_consistent = fake_alloc_consistent; in fake_init()
H A Dvme_tsi148.c2450 tsi148_bridge->alloc_consistent = tsi148_alloc_consistent; in tsi148_probe()