/openbmc/linux/sound/pci/hda/ |
H A D | cs35l56_hda.c | 452 const struct firmware **wmfw_firmware, in cs35l56_hda_request_firmware_files() argument 462 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 471 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 487 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 510 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, in cs35l56_hda_release_firmware_files() argument 515 if (wmfw_firmware) in cs35l56_hda_release_firmware_files() 516 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files() 538 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local 567 cs35l56_hda_request_firmware_files(cs35l56, &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load() 589 if (!cs35l56->base.secured && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load() [all …]
|
H A D | cs35l41_hda.c | 174 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files_spkid() argument 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() argument 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() argument [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.c | 722 const struct firmware *wmfw_firmware, in wm_adsp_release_firmware_files() argument 727 if (wmfw_firmware) in wm_adsp_release_firmware_files() 728 release_firmware(wmfw_firmware); in wm_adsp_release_firmware_files() 796 const struct firmware **wmfw_firmware, in wm_adsp_request_firmware_files() argument 806 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 817 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 833 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 840 ret = wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 911 const struct firmware *wmfw_firmware = NULL; in wm_adsp1_event() local 920 &wmfw_firmware, &wmfw_filename, in wm_adsp1_event() [all …]
|
/openbmc/linux/include/linux/firmware/cirrus/ |
H A D | cs_dsp.h | 217 const struct firmware *wmfw_firmware, char *wmfw_filename, 222 const struct firmware *wmfw_firmware, char *wmfw_filename,
|
/openbmc/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 2371 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_adsp1_power_up() argument 2407 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up() 2665 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_power_up() argument 2687 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()
|