Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dof_platform.h49 extern const struct of_device_id of_default_bus_match_table[];
/Linux-v5.10/drivers/of/
Dplatform.c25 const struct of_device_id of_default_bus_match_table[] = { variable
504 return of_platform_populate(root, of_default_bus_match_table, lookup, in of_platform_default_populate()
/Linux-v5.10/Documentation/devicetree/
Dusage-model.rst392 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
/Linux-v5.10/drivers/memory/
Domap-gpmc.c2246 if (of_match_node(of_default_bus_match_table, child)) in gpmc_probe_generic_child()