Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vme/
H A Dvme_bridge.h172 void *(*alloc_consistent)(struct device *dev, size_t size, member
H A Dvme.c107 if (!bridge->alloc_consistent) { in vme_alloc_consistent()
113 return bridge->alloc_consistent(bridge->parent, size, dma); in vme_alloc_consistent()
/OK3568_Linux_fs/kernel/drivers/vme/bridges/
H A Dvme_fake.c1183 fake_bridge->alloc_consistent = fake_alloc_consistent; in fake_init()
H A Dvme_ca91cx42.c1769 ca91cx42_bridge->alloc_consistent = ca91cx42_alloc_consistent; in ca91cx42_probe()
H A Dvme_tsi148.c2476 tsi148_bridge->alloc_consistent = tsi148_alloc_consistent; in tsi148_probe()