Searched refs:cs_dsp_wseq (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/firmware/cirrus/ |
| H A D | cs_dsp.h | 274 struct cs_dsp_wseq { struct 279 int cs_dsp_wseq_init(struct cs_dsp *dsp, struct cs_dsp_wseq *wseqs, unsigned int num_wseqs); argument 280 int cs_dsp_wseq_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq, u32 addr, u32 data, 282 int cs_dsp_wseq_multi_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq,
|
| /linux/include/linux/mfd/ |
| H A D | cs40l50.h | 124 struct cs_dsp_wseq wseqs[CS40L50_NUM_WSEQS];
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 3527 static void cs_dsp_wseq_clear(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq) in cs_dsp_wseq_clear() 3537 static int cs_dsp_populate_wseq(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq) in cs_dsp_populate_wseq() 3625 int cs_dsp_wseq_init(struct cs_dsp *dsp, struct cs_dsp_wseq *wseqs, unsigned int num_wseqs) in cs_dsp_wseq_init() 3675 int cs_dsp_wseq_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq, in cs_dsp_wseq_write() 3773 int cs_dsp_wseq_multi_write(struct cs_dsp *dsp, struct cs_dsp_wseq *wseq, in cs_dsp_wseq_multi_write()
|