Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dunittest.c1857 struct device_node *bus_np = NULL; in of_unittest_overlay() local
1866 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
1867 if (bus_np == NULL) { in of_unittest_overlay()
1872 ret = of_platform_populate(bus_np, of_default_bus_match_table, in of_unittest_overlay()
1921 of_node_put(bus_np); in of_unittest_overlay()