Searched refs:early_init_dt_scan_chosen (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | of_fdt.h | 61 extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
|
| /Linux-v5.15/arch/powerpc/mm/nohash/ |
| D | kaslr_booke.c | 49 early_init_dt_scan_chosen(node, "chosen", 1, boot_command_line); in kaslr_get_cmdline()
|
| /Linux-v5.15/drivers/of/ |
| D | fdt.c | 1131 int __init early_init_dt_scan_chosen(unsigned long node, const char *uname, in early_init_dt_scan_chosen() function 1274 rc = of_scan_flat_dt(early_init_dt_scan_chosen, boot_command_line); in early_init_dt_scan_nodes()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | prom.c | 405 if (early_init_dt_scan_chosen(node, uname, depth, data) == 0) in early_init_dt_scan_chosen_ppc()
|
| /Linux-v5.15/Documentation/devicetree/ |
| D | usage-model.rst | 210 during early boot. Typically the early_init_dt_scan_chosen() helper
|