Lines Matching refs:soff
2536 unsigned long soff; in scan_dt_build_strings() local
2559 soff = dt_find_string(namep); in scan_dt_build_strings()
2560 if (soff != 0) { in scan_dt_build_strings()
2562 namep = sstart + soff; in scan_dt_build_strings()
2584 unsigned long soff; in scan_dt_build_struct() local
2640 soff = dt_find_string(pname); in scan_dt_build_struct()
2641 if (soff == 0) { in scan_dt_build_struct()
2646 prev_name = sstart + soff; in scan_dt_build_struct()
2658 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2671 soff = dt_find_string("phandle"); in scan_dt_build_struct()
2672 if (soff == 0) in scan_dt_build_struct()
2677 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()