Lines Matching refs:wmfw_firmware
219 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
344 ret = cs35l41_request_firmware_files_spkid(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
350 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
365 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
390 release_firmware(*wmfw_firmware); in cs35l41_request_firmware_files()
393 return cs35l41_fallback_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_request_firmware_files()
557 const struct firmware *wmfw_firmware = NULL; in cs35l41_init_dsp() local
575 ret = cs35l41_request_firmware_files(cs35l41, &wmfw_firmware, &wmfw_filename, in cs35l41_init_dsp()
590 ret = cs_dsp_power_up(dsp, wmfw_firmware, wmfw_filename, coeff_firmware, coeff_filename, in cs35l41_init_dsp()
600 release_firmware(wmfw_firmware); in cs35l41_init_dsp()