Home
last modified time | relevance | path

Searched refs:of_alias_get_highest_id (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dof.h407 extern int of_alias_get_highest_id(const char *stem);
826 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() function
/linux/drivers/of/
H A Dbase.c1943 * of_alias_get_highest_id - Get highest alias id for the given stem
1949 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() function
1966 EXPORT_SYMBOL_GPL(of_alias_get_highest_id);
/linux/drivers/i2c/
H A Di2c-core-base.c2092 retval = of_alias_get_highest_id("i2c"); in i2c_init()
/linux/drivers/i3c/
H A Dmaster.c3065 res = of_alias_get_highest_id("i3c"); in i3c_init()