Home
last modified time | relevance | path

Searched defs:dca (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/dca/
Ddca-core.c95 struct dca_provider *dca, *_dca; in unregister_dca_providers() local
157 struct dca_provider *dca; in dca_find_provider_by_dev() local
188 struct dca_provider *dca; in dca_add_requester() local
243 struct dca_provider *dca; in dca_remove_requester() local
275 struct dca_provider *dca; in dca_common_get_tag() local
326 struct dca_provider *dca; in alloc_dca_provider() local
344 void free_dca_provider(struct dca_provider *dca) in free_dca_provider()
355 int register_dca_provider(struct dca_provider *dca, struct device *dev) in register_dca_provider()
412 void unregister_dca_provider(struct dca_provider *dca, struct device *dev) in unregister_dca_provider()
Ddca-sysfs.c36 int dca_sysfs_add_req(struct dca_provider *dca, struct device *dev, int slot) in dca_sysfs_add_req()
48 void dca_sysfs_remove_req(struct dca_provider *dca, int slot) in dca_sysfs_remove_req()
53 int dca_sysfs_add_provider(struct dca_provider *dca, struct device *dev) in dca_sysfs_add_provider()
84 void dca_sysfs_remove_provider(struct dca_provider *dca) in dca_sysfs_remove_provider()
/linux-3.4.99/drivers/dma/ioat/
Ddca.c142 static int ioat_dca_add_requester(struct dca_provider *dca, struct device *dev) in ioat_dca_add_requester()
174 static int ioat_dca_remove_requester(struct dca_provider *dca, in ioat_dca_remove_requester()
198 static u8 ioat_dca_get_tag(struct dca_provider *dca, in ioat_dca_get_tag()
222 static int ioat_dca_dev_managed(struct dca_provider *dca, in ioat_dca_dev_managed()
248 struct dca_provider *dca; in ioat_dca_init() local
315 static int ioat2_dca_add_requester(struct dca_provider *dca, struct device *dev) in ioat2_dca_add_requester()
349 static int ioat2_dca_remove_requester(struct dca_provider *dca, in ioat2_dca_remove_requester()
376 static u8 ioat2_dca_get_tag(struct dca_provider *dca, in ioat2_dca_get_tag()
414 struct dca_provider *dca; in ioat2_dca_init() local
490 static int ioat3_dca_add_requester(struct dca_provider *dca, struct device *dev) in ioat3_dca_add_requester()
[all …]
Ddma_v2.c866 int __devinit ioat2_dma_probe(struct ioatdma_device *device, int dca) in ioat2_dma_probe()
Ddma.h79 struct dca_provider *dca; member
Ddma.c1186 int __devinit ioat1_dma_probe(struct ioatdma_device *device, int dca) in ioat1_dma_probe()
Ddma_v3.c1190 int __devinit ioat3_dma_probe(struct ioatdma_device *device, int dca) in ioat3_dma_probe()
/linux-3.4.99/include/linux/
Ddca.h61 static inline void *dca_priv(struct dca_provider *dca) in dca_priv()