Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
/drivers/of/ |
D | base.c | 1907 int id, const char *stem, int stem_len) in of_alias_add() argument 1911 strncpy(ap->stem, stem, stem_len); in of_alias_add() 1912 ap->stem[stem_len] = 0; in of_alias_add() 1915 ap->alias, ap->stem, ap->id, of_node_full_name(np)); in of_alias_add() 1995 int of_alias_get_id(struct device_node *np, const char *stem) in of_alias_get_id() argument 2002 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 2023 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() argument 2030 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
|
D | of_private.h | 31 char stem[0]; member
|