Lines Matching defs:wmfw_filename
223 char **wmfw_filename,
230 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
245 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
260 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
281 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
302 kfree(*wmfw_filename);
308 char **wmfw_filename,
318 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
328 kfree(*wmfw_filename);
340 char **wmfw_filename,
347 ret = cs35l41_request_firmware_files_spkid(cs35l41, wmfw_firmware, wmfw_filename,
353 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
368 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
394 kfree(*wmfw_filename);
396 return cs35l41_fallback_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
563 char *wmfw_filename = NULL;
578 ret = cs35l41_request_firmware_files(cs35l41, &wmfw_firmware, &wmfw_filename,
583 dev_dbg(cs35l41->dev, "Loading WMFW Firmware: %s\n", wmfw_filename);
593 ret = cs_dsp_power_up(dsp, wmfw_firmware, wmfw_filename, coeff_firmware, coeff_filename,
605 kfree(wmfw_filename);