Home
last modified time | relevance | path

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

/drivers/of/
Dkexec.c135 prop = of_get_property(of_chosen, "linux,ima-kexec-buffer", &len); in ima_get_kexec_buffer()
178 prop = of_find_property(of_chosen, "linux,ima-kexec-buffer", NULL); in ima_free_kexec_buffer()
186 ret = of_remove_property(of_chosen, prop); in ima_free_kexec_buffer()
Dbase.c38 struct device_node *of_chosen; variable
39 EXPORT_SYMBOL(of_chosen);
1973 of_chosen = of_find_node_by_path("/chosen"); in of_alias_scan()
1974 if (of_chosen == NULL) in of_alias_scan()
1975 of_chosen = of_find_node_by_path("/chosen@0"); in of_alias_scan()
1977 if (of_chosen) { in of_alias_scan()
1981 if (of_property_read_string(of_chosen, "stdout-path", &name)) in of_alias_scan()
1982 of_property_read_string(of_chosen, "linux,stdout-path", in of_alias_scan()
Dunittest.c1491 of_chosen = of_find_node_by_path("/chosen"); in unittest_data_add()
/drivers/video/fbdev/
Dsimplefb.c559 if (IS_ENABLED(CONFIG_OF_ADDRESS) && of_chosen) { in simplefb_init()
560 for_each_child_of_node(of_chosen, np) { in simplefb_init()
Doffb.c667 if (of_get_property(of_chosen, "linux,bootx-noscreen", NULL) != NULL) { in offb_init()
674 offb_init_nodriver(of_chosen, 1); in offb_init()
/drivers/pci/
Dof.c238 ret = of_property_read_u32(of_chosen, "linux,pci-probe-only", &val); in of_pci_check_probe_only()