/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | cs35l56_hda.c | 440 char **wmfw_filename, in cs35l56_hda_request_firmware_files() 449 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 458 if (!cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 474 ret = cs35l56_hda_request_firmware_file(cs35l56, wmfw_firmware, wmfw_filename, in cs35l56_hda_request_firmware_files() 498 char *wmfw_filename, in cs35l56_hda_release_firmware_files() 504 kfree(wmfw_filename); in cs35l56_hda_release_firmware_files() 527 char *wmfw_filename = NULL; in cs35l56_hda_fw_load() local 554 cs35l56_hda_request_firmware_files(cs35l56, &wmfw_firmware, &wmfw_filename, in cs35l56_hda_fw_load() 582 ret = cs_dsp_power_up(&cs35l56->cs_dsp, wmfw_firmware, wmfw_filename, in cs35l56_hda_fw_load() 589 if (wmfw_filename) in cs35l56_hda_fw_load() 438 cs35l56_hda_request_firmware_files(struct cs35l56_hda *cs35l56, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l56_hda_request_firmware_files() argument 497 cs35l56_hda_release_firmware_files(const struct firmware *wmfw_firmware, char *wmfw_filename, const struct firmware *coeff_firmware, char *coeff_filename) cs35l56_hda_release_firmware_files() argument [all...] |
H A D | cs35l41_hda.c | 175 char **wmfw_filename, in cs35l41_request_firmware_files_spkid() 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() 259 kfree(*wmfw_filename); in cs35l41_request_firmware_files_spkid() 265 char **wmfw_filename, in cs35l41_fallback_firmware_file() 275 ret = cs35l41_request_firmware_file(cs35l41, wmfw_firmware, wmfw_filename, in cs35l41_fallback_firmware_file() 285 kfree(*wmfw_filename); in cs35l41_fallback_firmware_file() 297 char **wmfw_filename, in cs35l41_request_firmware_files() 173 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) cs35l41_request_firmware_files_spkid() argument 263 cs35l41_fallback_firmware_file(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l41_fallback_firmware_file() argument 295 cs35l41_request_firmware_files(struct cs35l41_hda *cs35l41, const struct firmware **wmfw_firmware, char **wmfw_filename, const struct firmware **coeff_firmware, char **coeff_filename) cs35l41_request_firmware_files() argument 456 char *wmfw_filename = NULL; cs35l41_init_dsp() local [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 722 char *wmfw_filename, in wm_adsp_release_firmware_files() 728 kfree(wmfw_filename); in wm_adsp_release_firmware_files() 796 char **wmfw_filename, in wm_adsp_request_firmware_files() 805 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 816 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 832 if (!wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 839 ret = wm_adsp_request_firmware_file(dsp, wmfw_firmware, wmfw_filename, in wm_adsp_request_firmware_files() 909 char *wmfw_filename = NULL; in wm_adsp1_event() local 919 &wmfw_firmware, &wmfw_filename, in wm_adsp1_event() 925 wmfw_firmware, wmfw_filename, in wm_adsp1_event() 720 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) wm_adsp_release_firmware_files() argument 794 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) wm_adsp_request_firmware_files() argument 1008 char *wmfw_filename = NULL; wm_adsp_power_up() local [all...] |
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/ |
H A D | cs_dsp.h | 217 const struct firmware *wmfw_firmware, char *wmfw_filename, 222 const struct firmware *wmfw_firmware, char *wmfw_filename,
|
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 2270 * @wmfw_filename: file name of firmware to be sent 2278 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_adsp1_power_up() 2314 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_adsp1_power_up() 2558 * @wmfw_filename: file name of firmware to be sent 2572 const struct firmware *wmfw_firmware, char *wmfw_filename, in cs_dsp_power_up() 2594 ret = cs_dsp_load(dsp, wmfw_firmware, wmfw_filename); in cs_dsp_power_up() 2277 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) cs_dsp_adsp1_power_up() argument 2571 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) cs_dsp_power_up() argument
|