Home
last modified time | relevance | path

Searched refs:of_aliases (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-integrator-ap.c181 err = of_property_read_string(of_aliases, in integrator_ap_timer_init_of()
201 err = of_property_read_string(of_aliases, in integrator_ap_timer_init_of()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-integrator-ap.c181 err = of_property_read_string(of_aliases, in integrator_ap_timer_init_of()
201 err = of_property_read_string(of_aliases, in integrator_ap_timer_init_of()
/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c39 struct device_node *of_aliases; variable
46 * Used to protect the of_aliases, to hold off addition of nodes to sysfs.
935 /* of_aliases must not be NULL */ in of_find_node_opts_by_path()
936 if (!of_aliases) in of_find_node_opts_by_path()
939 for_each_property_of_node(of_aliases, pp) { in of_find_node_opts_by_path()
1972 of_aliases = of_find_node_by_path("/aliases"); in of_alias_scan()
1985 of_property_read_string(of_aliases, "stdout", &name); in of_alias_scan()
1990 if (!of_aliases) in of_alias_scan()
1993 for_each_property_of_node(of_aliases, pp) { in of_alias_scan()
H A Dunittest.c1484 of_aliases = of_find_node_by_path("/aliases"); in unittest_data_add()
3296 if (!of_aliases) in of_unittest()
3297 of_aliases = of_find_node_by_path("/aliases"); in of_unittest()
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c39 struct device_node *of_aliases; variable
46 * Used to protect the of_aliases, to hold off addition of nodes to sysfs.
797 /* of_aliases must not be NULL */ in of_find_node_opts_by_path()
798 if (!of_aliases) in of_find_node_opts_by_path()
801 for_each_property_of_node(of_aliases, pp) { in of_find_node_opts_by_path()
1740 of_aliases = of_find_node_by_path("/aliases"); in of_alias_scan()
1753 of_property_read_string(of_aliases, "stdout", &name); in of_alias_scan()
1760 if (!of_aliases) in of_alias_scan()
1763 for_each_property_of_node(of_aliases, pp) { in of_alias_scan()
H A Dunittest.c1681 of_aliases = of_find_node_by_path("/aliases"); in unittest_data_add()
4027 if (!of_aliases) in of_unittest()
4028 of_aliases = of_find_node_by_path("/aliases"); in of_unittest()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h135 extern struct device_node *of_aliases;
/kernel/linux/linux-6.6/include/linux/
H A Dof.h141 extern struct device_node *of_aliases;

Completed in 20 milliseconds