Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dunittest.c2050 struct device_node *bus_np = NULL; in of_unittest_overlay() local
2057 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
2058 if (bus_np == NULL) { in of_unittest_overlay()
2063 if (of_platform_default_populate(bus_np, NULL, NULL)) { in of_unittest_overlay()
2110 of_node_put(bus_np); in of_unittest_overlay()