Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Dcldma.h15 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);
[all …]
Dcldma.c31 struct hda_cldma { struct
54 struct hda_cldma code_loader = { argument
60 void hda_cldma_fill(struct hda_cldma *cl) in hda_cldma_fill()
90 struct hda_cldma *cl = container_of(work, struct hda_cldma, memcpy_work.work); in cldma_memcpy_work()
124 void hda_cldma_transfer(struct hda_cldma *cl, unsigned long start_delay) in hda_cldma_transfer()
136 int hda_cldma_start(struct hda_cldma *cl) in hda_cldma_start()
151 int hda_cldma_stop(struct hda_cldma *cl) in hda_cldma_stop()
168 int hda_cldma_reset(struct hda_cldma *cl) in hda_cldma_reset()
198 void hda_cldma_set_data(struct hda_cldma *cl, void *data, unsigned int size) in hda_cldma_set_data()
205 static void cldma_setup_bdle(struct hda_cldma *cl, u32 bdle_size) in cldma_setup_bdle()
[all …]
Dloader.c139 struct hda_cldma *cl = &code_loader; in avs_cldma_load_basefw()
193 struct hda_cldma *cl = &code_loader; in avs_cldma_load_library()
214 struct hda_cldma *cl = &code_loader; in avs_cldma_load_module()