Lines Matching refs:soff
2069 unsigned long soff; in scan_dt_build_strings() local
2092 soff = dt_find_string(namep); in scan_dt_build_strings()
2093 if (soff != 0) { in scan_dt_build_strings()
2095 namep = sstart + soff; in scan_dt_build_strings()
2117 unsigned long soff; in scan_dt_build_struct() local
2173 soff = dt_find_string(pname); in scan_dt_build_struct()
2174 if (soff == 0) { in scan_dt_build_struct()
2179 prev_name = sstart + soff; in scan_dt_build_struct()
2191 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2206 soff = dt_find_string("linux,phandle"); in scan_dt_build_struct()
2207 if (soff == 0) in scan_dt_build_struct()
2213 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()