Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/core/
H A Dhost.c503 max = of_alias_get_highest_id("mmc"); in mmc_first_nonreserved_index()
/linux-6.15/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-6.15/drivers/of/
H A Dbase.c1949 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-6.15/drivers/i2c/
H A Di2c-core-base.c2087 retval = of_alias_get_highest_id("i2c"); in i2c_init()
/linux-6.15/drivers/i3c/
H A Dmaster.c3063 res = of_alias_get_highest_id("i3c"); in i3c_init()
/linux-6.15/drivers/spi/
H A Dspi.c3291 first_dynamic = of_alias_get_highest_id("spi"); in spi_register_controller()