Home
last modified time | relevance | path

Searched refs:of_scan_flat_dt (Results 1 – 2 of 2) sorted by relevance

/drivers/of/
Dfdt.c602 of_scan_flat_dt(__fdt_scan_reserved_mem, NULL); in early_init_fdt_scan_reserved_mem()
629 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function
1218 rc = of_scan_flat_dt(early_init_dt_scan_chosen, boot_command_line); in early_init_dt_scan_nodes()
1223 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_dt_scan_nodes()
1226 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_dt_scan_nodes()
/drivers/firmware/efi/
Defi.c792 ret = of_scan_flat_dt(fdt_find_uefi_params, &info); in efi_get_fdt_params()