Lines Matching refs:wmfw_firmware
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
304 ret = cs35l41_request_firmware_files_spkid(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
310 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
326 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
353 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files()
356 return cs35l41_fallback_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
453 const struct firmware *wmfw_firmware = NULL; in cs35l41_init_dsp() local
469 ret = cs35l41_request_firmware_files(cs35l41, &wmfw_firmware, &wmfw_filename, in cs35l41_init_dsp()
480 ret = cs_dsp_power_up(dsp, wmfw_firmware, wmfw_filename, coeff_firmware, coeff_filename, in cs35l41_init_dsp()
490 release_firmware(wmfw_firmware); in cs35l41_init_dsp()