Searched refs:wmfw_firmware (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/pci/hda/
H A Dcs35l56_hda.c450 const struct firmware **wmfw_firmware,
476 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename,
485 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename,
515 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename,
528 static void cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, argument
533 if (wmfw_firmware)
534 release_firmware(wmfw_firmware);
572 const struct firmware *wmfw_firmware = NULL; local
600 &wmfw_firmware, &wmfw_filename,
621 if (firmware_missing && (wmfw_firmware || coeff_firmwar
448 cs35l56_hda_request_firmware_files(struct cs35l56_hda *cs35l56, unsigned int preloaded_fw_ver, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) argument
[all...]
H A Dcs35l41_hda.c230 const struct firmware **wmfw_firmware,
238 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
253 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
268 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
289 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
309 release_firmware(*wmfw_firmware);
315 const struct firmware **wmfw_firmware,
326 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename,
335 release_firmware(*wmfw_firmware);
347 const struct firmware **wmfw_firmware,
229 cs35l41_request_firmware_files_spkid(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) argument
314 cs35l41_fallback_firmware_file(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) argument
346 cs35l41_request_firmware_files(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) argument
568 const struct firmware *wmfw_firmware = NULL; local
[all...]
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c705 const struct firmware *wmfw_firmware,
710 if (wmfw_firmware)
711 release_firmware(wmfw_firmware);
779 const struct firmware **wmfw_firmware,
789 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename,
800 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename,
833 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename,
841 ret = wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename,
888 const struct firmware *wmfw_firmware = NULL; local
897 &wmfw_firmware,
704 wm_adsp_release_firmware_files(struct wm_adsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename) argument
778 wm_adsp_request_firmware_files(struct wm_adsp *dsp, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) argument
987 const struct firmware *wmfw_firmware = NULL; local
[all...]
/linux-master/include/linux/firmware/cirrus/
H A Dcs_dsp.h216 const struct firmware *wmfw_firmware, char *wmfw_filename,
221 const struct firmware *wmfw_firmware, char *wmfw_filename,
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c2328 * @wmfw_firmware: the firmware to be sent
2337 const struct firmware *wmfw_firmware, char *wmfw_filename,
2373 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename);
2616 * @wmfw_firmware: the firmware to be sent
2631 const struct firmware *wmfw_firmware, char *wmfw_filename,
2653 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename);
2336 cs_dsp_adsp1_power_up(struct cs_dsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename, const char *fw_name) argument
2630 cs_dsp_power_up(struct cs_dsp *dsp, const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename, const char *fw_name) argument

Completed in 234 milliseconds