Searched refs:wmfw_firmware (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/sound/pci/hda/ |
D | cs35l56_hda.c | 439 const struct firmware **wmfw_firmware, in cs35l56_hda_request_firmware_files() argument 449 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 458 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 474 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 497 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, in cs35l56_hda_release_firmware_files() argument 502 if (wmfw_firmware) in cs35l56_hda_release_firmware_files() 503 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files() 525 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local 554 cs35l56_hda_request_firmware_files(cs35l56, &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load() 576 if (!cs35l56->base.secured && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load() [all …]
|
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 …]
|
/Linux-v6.6/sound/soc/codecs/ |
D | wm_adsp.c | 721 const struct firmware *wmfw_firmware, in wm_adsp_release_firmware_files() argument 726 if (wmfw_firmware) in wm_adsp_release_firmware_files() 727 release_firmware(wmfw_firmware); in wm_adsp_release_firmware_files() 789 const struct firmware **wmfw_firmware, in wm_adsp_request_firmware_files() argument 799 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 810 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 826 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 833 ret = wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 915 const struct firmware *wmfw_firmware = NULL; in wm_adsp1_event() local 924 &wmfw_firmware, &wmfw_filename, in wm_adsp1_event() [all …]
|
/Linux-v6.6/include/linux/firmware/cirrus/ |
D | cs_dsp.h | 217 const struct firmware *wmfw_firmware, char *wmfw_filename, 222 const struct firmware *wmfw_firmware, char *wmfw_filename,
|
/Linux-v6.6/drivers/firmware/cirrus/ |
D | cs_dsp.c | 2278 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_adsp1_power_up() argument 2314 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up() 2572 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_power_up() argument 2594 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up()
|