Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dof_platform.h49 extern const struct of_device_id of_default_bus_match_table[];
/linux-4.19.296/drivers/of/
Dplatform.c25 const struct of_device_id of_default_bus_match_table[] = { variable
507 return of_platform_populate(root, of_default_bus_match_table, lookup, in of_platform_default_populate()
/linux-4.19.296/drivers/memory/
Domap-gpmc.c2213 if (of_match_node(of_default_bus_match_table, child)) in gpmc_probe_generic_child()