Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dplatform.c315 * of_platform_bus_create() - Create a device for a node and its children.
325 static int of_platform_bus_create(struct device_node *bus, in of_platform_bus_create() function
376 rc = of_platform_bus_create(child, matches, lookup, &dev->dev, strict); in of_platform_bus_create()
409 rc = of_platform_bus_create(root, matches, NULL, parent, false); in of_platform_bus_probe()
413 rc = of_platform_bus_create(child, matches, NULL, parent, false); in of_platform_bus_probe()
460 rc = of_platform_bus_create(child, matches, lookup, parent, true); in of_platform_populate()