Home
last modified time | relevance | path

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

/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h276 struct cs_dsp_wseq { struct
281 int cs_dsp_wseq_init(struct cs_dsp *dsp, struct cs_dsp_wseq *wseqs, unsigned int num_wseqs); argument
282 int cs_dsp_wseq_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq, u32 addr, u32 data,
284 int cs_dsp_wseq_multi_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq,
/linux/include/linux/mfd/
H A Dcs40l50.h124 struct cs_dsp_wseq wseqs[CS40L50_NUM_WSEQS];
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c3482 static void cs_dsp_wseq_clear(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq) in cs_dsp_wseq_clear()
3492 static int cs_dsp_populate_wseq(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq) in cs_dsp_populate_wseq()
3580 int cs_dsp_wseq_init(struct cs_dsp *dsp, struct cs_dsp_wseq *wseqs, unsigned int num_wseqs) in cs_dsp_wseq_init()
3630 int cs_dsp_wseq_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq, in cs_dsp_wseq_write()
3728 int cs_dsp_wseq_multi_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq, in cs_dsp_wseq_multi_write()