Home
last modified time | relevance | path

Searched refs:of_alias_get_id (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/dm/
Dof_access.h393 int of_alias_get_id(const struct device_node *np, const char *stem);
/external/u-boot/drivers/core/
Dread.c175 ret = of_alias_get_id(ofnode_to_np(node), uc_name); in dev_read_alias_seq()
Dof_access.c748 int of_alias_get_id(const struct device_node *np, const char *stem) in of_alias_get_id() function