Lines Matching refs:name
55 if (!module || !*module->name || !slots[idx])
58 s1 = module->name;
64 /* compare module name strings
183 if (idx < 0) /* first check the matching module-name slot */
538 static const char *retrieve_id_from_card_name(const char *name)
540 const char *spos = name;
542 while (*name) {
543 if (isspace(*name) && isalnum(name[1]))
544 spos = name + 1;
545 name++;
629 if (card->proc_root->name)
630 strlcpy(card->id, card->proc_root->name, sizeof(card->id));
634 * snd_card_set_id - set card identification name
638 * This function sets the card identification and checks for name
769 /* make a unique id name from the given string */
851 idx, card->module->name);