Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddca.h40 struct dca_provider *alloc_dca_provider(const struct dca_ops *ops,
/openbmc/linux/drivers/dca/
H A Ddca-core.c306 struct dca_provider *alloc_dca_provider(const struct dca_ops *ops, in alloc_dca_provider() function
320 EXPORT_SYMBOL_GPL(alloc_dca_provider);
/openbmc/linux/drivers/dma/ioat/
H A Ddca.c278 dca = alloc_dca_provider(&ioat_dca_ops, in ioat_dca_init()