Lines Matching refs:soff
2351 unsigned long soff; in scan_dt_build_strings() local
2374 soff = dt_find_string(namep); in scan_dt_build_strings()
2375 if (soff != 0) { in scan_dt_build_strings()
2377 namep = sstart + soff; in scan_dt_build_strings()
2399 unsigned long soff; in scan_dt_build_struct() local
2455 soff = dt_find_string(pname); in scan_dt_build_struct()
2456 if (soff == 0) { in scan_dt_build_struct()
2461 prev_name = sstart + soff; in scan_dt_build_struct()
2473 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2488 soff = dt_find_string("linux,phandle"); in scan_dt_build_struct()
2489 if (soff == 0) in scan_dt_build_struct()
2495 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()