Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_platform.h49 extern const struct of_device_id of_default_bus_match_table[];
/OK3568_Linux_fs/kernel/drivers/of/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A Dusage-model.rst392 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
/OK3568_Linux_fs/kernel/drivers/memory/
H A Domap-gpmc.c2249 if (of_match_node(of_default_bus_match_table, child)) in gpmc_probe_generic_child()