Lines Matching refs:hda_cldma
13 struct hda_cldma;
14 extern struct hda_cldma code_loader;
16 void hda_cldma_fill(struct hda_cldma *cl);
17 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay);
19 int hda_cldma_start(struct hda_cldma *cl);
20 int hda_cldma_stop(struct hda_cldma *cl);
21 int hda_cldma_reset(struct hda_cldma *cl);
23 void hda_cldma_set_data(struct hda_cldma *cl, void *data, unsigned int size);
24 void hda_cldma_setup(struct hda_cldma *cl);
25 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
27 void hda_cldma_free(struct hda_cldma *cl);