Lines Matching refs:soff
2320 unsigned long soff; in scan_dt_build_strings() local
2343 soff = dt_find_string(namep); in scan_dt_build_strings()
2344 if (soff != 0) { in scan_dt_build_strings()
2346 namep = sstart + soff; in scan_dt_build_strings()
2368 unsigned long soff; in scan_dt_build_struct() local
2424 soff = dt_find_string(pname); in scan_dt_build_struct()
2425 if (soff == 0) { in scan_dt_build_struct()
2430 prev_name = sstart + soff; in scan_dt_build_struct()
2442 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2457 soff = dt_find_string("linux,phandle"); in scan_dt_build_struct()
2458 if (soff == 0) in scan_dt_build_struct()
2464 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()