Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dcs35l56_hda.c466 const struct firmware **wmfw_firmware, in cs35l56_hda_request_firmware_files() argument
492 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
501 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
531 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
549 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files()
575 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local
611 &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load()
631 if (firmware_missing && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load()
637 ret = cs_dsp_power_up(&cs35l56->cs_dsp, wmfw_firmware, wmfw_filename, in cs35l56_hda_fw_load()
651 if (firmware_missing && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load()
[all …]
H A 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()
298 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files_spkid()
304 const struct firmware **wmfw_firmware, in cs35l41_fallback_firmware_file() argument
324 release_firmware(*wmfw_firmware); in cs35l41_fallback_firmware_file()
336 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files() argument
390 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files()
557 const struct firmware *wmfw_firmware = NULL; in cs35l41_init_dsp() local
[all …]
/linux-6.15/sound/soc/codecs/
H A 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
899 const struct firmware *wmfw_firmware = NULL; in wm_adsp1_event() local
908 &wmfw_firmware, &wmfw_filename, in wm_adsp1_event()
914 wmfw_firmware, wmfw_filename, in wm_adsp1_event()
919 wmfw_firmware, wmfw_filename, in wm_adsp1_event()
1004 &wmfw_firmware, &wmfw_filename, in wm_adsp_power_up()
1011 wmfw_firmware, wmfw_filename, in wm_adsp_power_up()
[all …]
/linux-6.15/include/linux/firmware/cirrus/
H A Dcs_dsp.h226 const struct firmware *wmfw_firmware, const char *wmfw_filename,
231 const struct firmware *wmfw_firmware, const char *wmfw_filename,
/linux-6.15/drivers/firmware/cirrus/
H A Dcs_dsp.c2411 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_adsp1_power_up() argument
2447 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up()
2705 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_power_up() argument
2727 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()