Lines Matching refs:stem
1301 * @stem_name: stem of property names that specify phandles' arguments count
1717 int id, const char *stem, int stem_len)
1721 strscpy(ap->stem, stem, stem_len + 1);
1723 pr_debug("adding DT alias:%s: stem=%s id=%i node=%pOF\n",
1724 ap->alias, ap->stem, ap->id, np);
1781 * the 'stem' string */
1789 /* Allocate an alias_prop with enough space for the stem */
1802 * @stem: Alias stem of the given device_node
1805 * device_node and alias stem.
1809 int of_alias_get_id(struct device_node *np, const char *stem)
1816 if (strcmp(app->stem, stem) != 0)
1831 * of_alias_get_highest_id - Get highest alias id for the given stem
1832 * @stem: Alias stem to be examined
1835 * given alias stem. It returns the alias id if found.
1837 int of_alias_get_highest_id(const char *stem)
1844 if (strcmp(app->stem, stem) != 0)