Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2350 char *prev_name, *namep, *sstart; in scan_dt_build_strings() local
2357 prev_name = ""; in scan_dt_build_strings()
2361 if (call_prom("nextprop", 3, 1, node, prev_name, namep) != 1) { in scan_dt_build_strings()
2370 prev_name = "name"; in scan_dt_build_strings()
2383 prev_name = namep; in scan_dt_build_strings()
2398 char *namep, *prev_name, *sstart, *p, *ep, *lp, *path; in scan_dt_build_struct() local
2441 prev_name = ""; in scan_dt_build_struct()
2444 if (call_prom("nextprop", 3, 1, node, prev_name, in scan_dt_build_struct()
2450 prev_name = "name"; in scan_dt_build_struct()
2461 prev_name = sstart + soff; in scan_dt_build_struct()