Lines Matching refs:wmfw_firmware
470 const struct firmware **wmfw_firmware, in cs35l56_hda_request_firmware_files() argument
496 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
505 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
535 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files()
548 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, in cs35l56_hda_release_firmware_files() argument
553 if (wmfw_firmware) in cs35l56_hda_release_firmware_files()
554 release_firmware(wmfw_firmware); in cs35l56_hda_release_firmware_files()
581 const struct firmware *wmfw_firmware = NULL; in cs35l56_hda_fw_load() local
617 &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load()
637 if (firmware_missing && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load()
643 ret = cs_dsp_power_up(&cs35l56->cs_dsp, wmfw_firmware, wmfw_filename, in cs35l56_hda_fw_load()
657 if (firmware_missing && (wmfw_firmware || coeff_firmware)) { in cs35l56_hda_fw_load()
693 cs35l56_hda_release_firmware_files(wmfw_firmware, wmfw_filename, in cs35l56_hda_fw_load()