Lines Matching defs:sub
893 const char *sub;
897 .sub = "17AA390B", /* Lenovo Yoga Book 9i GenX */
902 static int cs35l56_hda_apply_platform_fixups(struct cs35l56_hda *cs35l56, const char *sub,
907 if (IS_ERR(sub))
911 if (strcasecmp(cs35l56_hda_fixups[i].sub, sub) == 0) {
913 cs35l56_hda_fixups[i].sub);
926 const char *property, *sub;
948 sub = acpi_get_subsystem_id(ACPI_HANDLE(cs35l56->base.dev));
949 ret = cs35l56_hda_apply_platform_fixups(cs35l56, sub, &id);
987 if (IS_ERR(sub)) {
990 PTR_ERR(sub));
994 cs35l56->system_name = sub;
996 cs35l56->system_name = kasprintf(GFP_KERNEL, "%s-spkid%d", sub, ret);
997 kfree(sub);