Lines Matching refs:soff
2540 unsigned long soff; in scan_dt_build_strings() local
2563 soff = dt_find_string(namep); in scan_dt_build_strings()
2564 if (soff != 0) { in scan_dt_build_strings()
2566 namep = sstart + soff; in scan_dt_build_strings()
2588 unsigned long soff; in scan_dt_build_struct() local
2644 soff = dt_find_string(pname); in scan_dt_build_struct()
2645 if (soff == 0) { in scan_dt_build_struct()
2650 prev_name = sstart + soff; in scan_dt_build_struct()
2662 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2675 soff = dt_find_string("phandle"); in scan_dt_build_struct()
2676 if (soff == 0) in scan_dt_build_struct()
2681 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()