Home
last modified time | relevance | path

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

/components/drivers/ofw/
A Dbase.c344 static int ofw_node_index_of_compatible(const struct rt_ofw_node *np, const char *compatible) in ofw_node_index_of_compatible() function
359 return ofw_node_index_of_compatible(ofw_node_root, compatible) >= 0; in rt_ofw_machine_is_compatible()
429 res = ofw_node_index_of_compatible(np, compatible) >= 0; in rt_ofw_node_is_compatible()
568 if (ofw_node_index_of_compatible(np, compatible) >= 0) in rt_ofw_find_node_by_compatible()
726 if (ofw_node_index_of_compatible(child, compatible) >= 0) in rt_ofw_get_child_by_compatible()

Completed in 8 milliseconds