Lines Matching defs:name
654 const char *name, char *label, int maxlen,
662 if (!strcmp(name, "Line Out") && attr == INPUT_PIN_ATTR_INT)
663 name = "Speaker";
682 snprintf(label, maxlen, "%s%s%s", pfx, name, sfx);
705 * If no unique name with a suffix is available and @indexp is non-NULL, the
713 const char *name = NULL;
735 name = hdmi ? "HDMI" : "SPDIF";
752 name = hda_get_autocfg_input_label(codec, cfg, i);
753 if (name)
757 if (!name)
758 name = hda_get_input_pin_label(codec, NULL, nid, true);
761 if (!name)
763 strscpy(label, name, maxlen);
948 codec->fixup_name = pq->name;
970 * The function tries to find the matching model name at first, if given.
983 const char *name = NULL;
999 /* match with the model name string */
1001 while (models->name) {
1002 if (!strcmp(codec->modelname, models->name)) {
1004 name = models->name;
1047 name = q->name;
1050 codec->core.chip_name, name ? name : "",
1055 codec->fixup_name = name;