Searched refs:wmfw_firmware (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cs35l56_hda.c | 466 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 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files() 579 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local 616 &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load() 636 if (firmware_missing && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load() 642 ret = cs_dsp_power_up(&cs35l56->cs_dsp, wmfw_firmware, wmfw_filename, in cs35l56_hda_fw_load() [all …]
|
| H A D | cs35l41_hda.c | 222 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files_spkid() argument 230 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid() 245 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid() 260 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid() 281 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files_spkid() 301 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files_spkid() 307 const struct firmware **wmfw_firmware, in cs35l41_fallback_firmware_file() argument 318 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_fallback_firmware_file() 327 release_firmware(*wmfw_firmware); in cs35l41_fallback_firmware_file() 339 const struct firmware **wmfw_firmware, in cs35l41_request_firmware_files() argument [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | wm_adsp.c | 708 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 780 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 892 const struct firmware *wmfw_firmware = NULL; wm_adsp1_event() local 991 const struct firmware *wmfw_firmware = NULL; wm_adsp_power_up() local
|
| /linux/drivers/firmware/cirrus/ |
| H A D | cs_dsp.c | 2497 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_adsp1_power_up() argument 2533 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up() 2792 const struct firmware *wmfw_firmware, const char *wmfw_filename, in cs_dsp_power_up() argument 2814 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()
|