Home
last modified time | relevance | path

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

/linux/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()
544 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, in cs35l56_hda_release_firmware_files() argument
549 if (wmfw_firmware) in cs35l56_hda_release_firmware_files()
550 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files()
577 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local
613 &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load()
633 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()
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/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
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/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/drivers/firmware/cirrus/
H A Dcs_dsp.c2409 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_adsp1_power_up() argument
2445 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up()
2703 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_power_up() argument
2725 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()