Lines Matching refs:system_name
386 const char *dir, const char *system_name, in cs35l56_hda_request_firmware_file() argument
393 if (system_name && amp_name) in cs35l56_hda_request_firmware_file()
396 system_name, amp_name, filetype); in cs35l56_hda_request_firmware_file()
397 else if (system_name) in cs35l56_hda_request_firmware_file()
400 system_name, filetype); in cs35l56_hda_request_firmware_file()
444 const char *system_name = cs35l56->system_name; in cs35l56_hda_request_firmware_files() local
448 if (system_name && amp_name) { in cs35l56_hda_request_firmware_files()
450 cirrus_dir, system_name, amp_name, "wmfw")) { in cs35l56_hda_request_firmware_files()
452 cirrus_dir, system_name, amp_name, "bin"); in cs35l56_hda_request_firmware_files()
457 if (system_name) { in cs35l56_hda_request_firmware_files()
459 cirrus_dir, system_name, NULL, "wmfw")) { in cs35l56_hda_request_firmware_files()
463 cirrus_dir, system_name, in cs35l56_hda_request_firmware_files()
468 cirrus_dir, system_name, in cs35l56_hda_request_firmware_files()
483 if (system_name) { in cs35l56_hda_request_firmware_files()
486 cirrus_dir, system_name, amp_name, "bin"); in cs35l56_hda_request_firmware_files()
489 cirrus_dir, system_name, NULL, "bin"); in cs35l56_hda_request_firmware_files()
872 cs35l56->system_name = sub; in cs35l56_hda_read_acpi()
964 cs35l56->system_name, cs35l56->amp_name); in cs35l56_hda_common_probe()
1010 kfree(cs35l56->system_name); in cs35l56_hda_remove()