Home
last modified time | relevance | path

Searched refs:wmfw_firmware (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/sound/pci/hda/
H A Dcs35l56_hda.c439 const struct firmware **wmfw_firmware, in cs35l56_hda_request_firmware_files()
449 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
458 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
474 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
497 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, in cs35l56_hda_release_firmware_files() argument
502 if (wmfw_firmware) in cs35l56_hda_release_firmware_files()
503 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files()
525 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local
554 cs35l56_hda_request_firmware_files(cs35l56, &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load()
576 if (!cs35l56->base.secured && (wmfw_firmware || coeff_firmwar in cs35l56_hda_fw_load()
438 cs35l56_hda_request_firmware_files(struct cs35l56_hda *cs35l56, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l56_hda_request_firmware_files() argument
[all...]
H A Dcs35l41_hda.c174 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files_spkid()
182 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
199 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
215 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
237 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
258 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files_spkid()
264 const struct firmware **wmfw_firmware, in cs35l41_fallback_firmware_file()
275 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_fallback_firmware_file()
284 release_firmware(*wmfw_firmware); in cs35l41_fallback_firmware_file()
296 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files()
173 cs35l41_request_firmware_files_spkid(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l41_request_firmware_files_spkid() argument
263 cs35l41_fallback_firmware_file(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l41_fallback_firmware_file() argument
295 cs35l41_request_firmware_files(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l41_request_firmware_files() argument
453 const struct firmware *wmfw_firmware = NULL; cs35l41_init_dsp() local
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm_adsp.c721 const struct firmware *wmfw_firmware, in wm_adsp_release_firmware_files()
726 if (wmfw_firmware) in wm_adsp_release_firmware_files()
727 release_firmware(wmfw_firmware); in wm_adsp_release_firmware_files()
795 const struct firmware **wmfw_firmware, in wm_adsp_request_firmware_files()
805 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
816 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
832 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
839 ret = wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
910 const struct firmware *wmfw_firmware = NULL; in wm_adsp1_event() local
919 &wmfw_firmware, in wm_adsp1_event()
720 wm_adsp_release_firmware_files(struct wm_adsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename) wm_adsp_release_firmware_files() argument
794 wm_adsp_request_firmware_files(struct wm_adsp *dsp, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) wm_adsp_request_firmware_files() argument
1009 const struct firmware *wmfw_firmware = NULL; wm_adsp_power_up() local
[all...]
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/
H A Dcs_dsp.h217 const struct firmware *wmfw_firmware, char *wmfw_filename,
222 const struct firmware *wmfw_firmware, char *wmfw_filename,
/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H A Dcs_dsp.c2269 * @wmfw_firmware: the firmware to be sent
2278 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_adsp1_power_up()
2314 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up()
2557 * @wmfw_firmware: the firmware to be sent
2572 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_power_up()
2594 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()
2277 cs_dsp_adsp1_power_up(struct cs_dsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename, const char *fw_name) cs_dsp_adsp1_power_up() argument
2571 cs_dsp_power_up(struct cs_dsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename, const char *fw_name) cs_dsp_power_up() argument

Completed in 11 milliseconds