Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddca.h56 struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size);
/linux-4.1.27/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-4.1.27/drivers/dma/ioat/
Ddca.c287 dca = alloc_dca_provider(&ioat_dca_ops, in ioat_dca_init()
431 dca = alloc_dca_provider(&ioat2_dca_ops, in ioat2_dca_init()
652 dca = alloc_dca_provider(&ioat3_dca_ops, in ioat3_dca_init()