Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dcs35l56_hda.c470 const struct firmware **wmfw_firmware, in cs35l56_hda_request_firmware_files() argument
496 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
505 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
535 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
548 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, in cs35l56_hda_release_firmware_files() argument
553 if (wmfw_firmware) in cs35l56_hda_release_firmware_files()
554 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files()
581 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local
617 &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load()
637 if (firmware_missing && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load()
[all …]
Dcs35l41_hda.c219 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files_spkid() argument
227 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
242 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
257 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
278 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid()
298 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files_spkid()
304 const struct firmware **wmfw_firmware, in cs35l41_fallback_firmware_file() argument
315 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_fallback_firmware_file()
324 release_firmware(*wmfw_firmware); in cs35l41_fallback_firmware_file()
336 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files() argument
[all …]
/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c716 const struct firmware *wmfw_firmware, in wm_adsp_release_firmware_files() argument
721 if (wmfw_firmware) in wm_adsp_release_firmware_files()
722 release_firmware(wmfw_firmware); in wm_adsp_release_firmware_files()
790 const struct firmware **wmfw_firmware, in wm_adsp_request_firmware_files() argument
800 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
811 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
844 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
852 ret = wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files()
899 const struct firmware *wmfw_firmware = NULL; in wm_adsp1_event() local
908 &wmfw_firmware, &wmfw_filename, in wm_adsp1_event()
[all …]
/linux-6.12.1/include/linux/firmware/cirrus/
Dcs_dsp.h226 const struct firmware *wmfw_firmware, const char *wmfw_filename,
231 const struct firmware *wmfw_firmware, const char *wmfw_filename,
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c2421 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_adsp1_power_up() argument
2457 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up()
2715 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_power_up() argument
2737 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()