Home
last modified time | relevance | path

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

/drivers/of/
Dunittest.c1872 struct device_node *bus_np = NULL; in of_unittest_overlay() local
1881 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
1882 if (bus_np == NULL) { in of_unittest_overlay()
1887 ret = of_platform_populate(bus_np, of_default_bus_match_table, in of_unittest_overlay()
1936 of_node_put(bus_np); in of_unittest_overlay()