Home
last modified time | relevance | path

Searched defs:cs_dsp (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h143 struct cs_dsp { struct
151 const struct cs_dsp_ops *ops; argument
152 const struct cs_dsp_client_ops *client_ops; argument
168 const struct cs_dsp_region *mem; argument
190 * struct cs_dsp_client_ops - client callbacks argument
199 * These callbacks give the cs_dsp client an opportunity to respond to events argument
/openbmc/linux/sound/pci/hda/
H A Dcs35l56_hda.h29 struct cs_dsp cs_dsp; member
H A Dcs35l41_hda.h72 struct cs_dsp cs_dsp; member
H A Dhda_cs_dsp_ctl.c161 struct cs_dsp *cs_dsp = cs_ctl->dsp; in hda_cs_dsp_control_add() local
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.h28 struct cs_dsp cs_dsp; member
H A Dwm_adsp.c600 struct cs_dsp *cs_dsp = &dsp->cs_dsp; in wm_adsp_control_add() local
742 struct cs_dsp *cs_dsp = &dsp->cs_dsp; in wm_adsp_request_firmware_file() local
1072 static int wm_adsp_pre_run(struct cs_dsp *cs_dsp) in wm_adsp_pre_run()
1082 static int wm_adsp_event_post_run(struct cs_dsp *cs_dsp) in wm_adsp_event_post_run()
1092 static void wm_adsp_event_post_stop(struct cs_dsp *cs_dsp) in wm_adsp_event_post_stop()
2045 static void wm_adsp_fatal_error(struct cs_dsp *cs_dsp) in wm_adsp_fatal_error()
H A Dcs35l56-shared.c606 void cs35l56_init_cs_dsp(struct cs35l56_base *cs35l56_base, struct cs_dsp *cs_dsp) in cs35l56_init_cs_dsp()