Lines Matching refs:hda_cldma
15 struct hda_cldma;
16 extern struct hda_cldma code_loader;
18 void hda_cldma_fill(struct hda_cldma *cl);
19 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay);
21 int hda_cldma_start(struct hda_cldma *cl);
22 int hda_cldma_stop(struct hda_cldma *cl);
23 int hda_cldma_reset(struct hda_cldma *cl);
25 void hda_cldma_set_data(struct hda_cldma *cl, void *data, unsigned int size);
26 void hda_cldma_setup(struct hda_cldma *cl);
27 void hda_cldma_interrupt(struct hda_cldma *cl);
28 int hda_cldma_init(struct hda_cldma *cl, struct hdac_bus *bus, void __iomem *dsp_ba,
30 void hda_cldma_free(struct hda_cldma *cl);