Lines Matching refs:system_name
738 const char *dir, const char *system_name, in wm_adsp_request_firmware_file() argument
746 if (system_name && asoc_component_prefix) in wm_adsp_request_firmware_file()
748 dsp->fwf_name, wm_adsp_fw[dsp->fw].file, system_name, in wm_adsp_request_firmware_file()
750 else if (system_name) in wm_adsp_request_firmware_file()
752 dsp->fwf_name, wm_adsp_fw[dsp->fw].file, system_name, in wm_adsp_request_firmware_file()
793 const char *system_name = dsp->system_name; in wm_adsp_request_firmware_files() local
797 if (system_name && asoc_component_prefix) { in wm_adsp_request_firmware_files()
799 cirrus_dir, system_name, in wm_adsp_request_firmware_files()
803 cirrus_dir, system_name, in wm_adsp_request_firmware_files()
809 if (system_name) { in wm_adsp_request_firmware_files()
811 cirrus_dir, system_name, in wm_adsp_request_firmware_files()
816 cirrus_dir, system_name, in wm_adsp_request_firmware_files()
821 cirrus_dir, system_name, in wm_adsp_request_firmware_files()
846 system_name, asoc_component_prefix); in wm_adsp_request_firmware_files()