Searched refs:stem (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dbase.c33 * @stem: Alias string without the index
43 char stem[0]; member in struct:alias_prop
1168 int id, const char *stem, int stem_len)
1172 strncpy(ap->stem, stem, stem_len);
1173 ap->stem[stem_len] = 0;
1175 pr_debug("adding DT alias:%s: stem=%s id=%i node=%s\n",
1176 ap->alias, ap->stem, ap->id, np ? np->full_name : NULL);
1218 * the 'stem' string */
1226 /* Allocate an alias_prop with enough space for the stem */
1167 of_alias_add(struct alias_prop *ap, struct device_node *np, int id, const char *stem, int stem_len) argument
1243 of_alias_get_id(struct device_node *np, const char *stem) argument
[all...]

Completed in 72 milliseconds