Lines Matching refs:name
26 const char *name;
68 if (strcmp(value, ctl_access[j].name) == 0) {
124 last = ctl_access[j].name;
138 ctl_access[j].name);
450 snd_strlcpy(be->hdr.name, elem->id, SNDRV_CTL_ELEM_ID_NAME_MAXLEN);
618 snd_strlcpy(ec->hdr.name, elem->id, SNDRV_CTL_ELEM_ID_NAME_MAXLEN);
756 snd_strlcpy(mc->hdr.name, elem->id, SNDRV_CTL_ELEM_ID_NAME_MAXLEN);
912 snd_strlcpy(hdr->name, t->name, SNDRV_CTL_ELEM_ID_NAME_MAXLEN);
985 tplg_dbg(" Control Mixer: %s", mixer->hdr.name);
992 elem = tplg_elem_new_common(tplg, NULL, mixer->hdr.name,
1049 tplg_dbg(" Control Enum: %s", enum_ctl->hdr.name);
1056 elem = tplg_elem_new_common(tplg, NULL, enum_ctl->hdr.name,
1093 enum_ctl->hdr.name, SND_TPLG_TYPE_TEXT);
1104 tplg_ref_add(elem, SND_TPLG_TYPE_TEXT, enum_ctl->hdr.name);
1140 tplg_dbg(" Control Bytes: %s", bytes_ctl->hdr.name);
1147 elem = tplg_elem_new_common(tplg, NULL, bytes_ctl->hdr.name,
1237 mt->hdr.name = mc->hdr.name;
1245 tplg_log(tplg, 'D', pos, "mixer: name '%s' access 0x%x",
1246 mt->hdr.name, mt->hdr.access);
1355 et->hdr.name = ec->hdr.name;
1462 bt->hdr.name = bc->hdr.name;
1474 tplg_log(tplg, 'D', pos, "control bytes: name '%s' access 0x%x",
1475 bt->hdr.name, bt->hdr.access);