Home
last modified time | relevance | path

Searched refs:alloc_dca_provider (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Ddca.h56 struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size);
/linux-3.4.99/drivers/dca/
Ddca-core.c324 struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size) in alloc_dca_provider() function
337 EXPORT_SYMBOL_GPL(alloc_dca_provider);
/linux-3.4.99/drivers/dma/ioat/
Ddca.c291 dca = alloc_dca_provider(&ioat_dca_ops, in ioat_dca_init()
436 dca = alloc_dca_provider(&ioat2_dca_ops, in ioat2_dca_init()
639 dca = alloc_dca_provider(&ioat3_dca_ops, in ioat3_dca_init()