Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dof_access.h435 int of_alias_get_highest_id(const char *stem);
/openbmc/u-boot/drivers/core/
H A Dread.c271 return of_alias_get_highest_id(stem); in dev_read_alias_highest_id()
H A Dof_access.c815 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() function
/openbmc/linux/include/linux/
H A Dof.h405 extern int of_alias_get_highest_id(const char *stem);
791 static inline int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() function
/openbmc/linux/drivers/mmc/core/
H A Dhost.c507 max = of_alias_get_highest_id("mmc"); in mmc_first_nonreserved_index()
/openbmc/linux/drivers/of/
H A Dbase.c1842 int of_alias_get_highest_id(const char *stem) in of_alias_get_highest_id() function
1859 EXPORT_SYMBOL_GPL(of_alias_get_highest_id);
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c2124 retval = of_alias_get_highest_id("i2c"); in i2c_init()
/openbmc/linux/drivers/i3c/
H A Dmaster.c3027 res = of_alias_get_highest_id("i3c"); in i3c_init()
/openbmc/linux/drivers/spi/
H A Dspi.c3145 first_dynamic = of_alias_get_highest_id("spi"); in spi_register_controller()