Lines Matching refs:soff
2509 unsigned long soff; in scan_dt_build_strings() local
2532 soff = dt_find_string(namep); in scan_dt_build_strings()
2533 if (soff != 0) { in scan_dt_build_strings()
2535 namep = sstart + soff; in scan_dt_build_strings()
2557 unsigned long soff; in scan_dt_build_struct() local
2613 soff = dt_find_string(pname); in scan_dt_build_struct()
2614 if (soff == 0) { in scan_dt_build_struct()
2619 prev_name = sstart + soff; in scan_dt_build_struct()
2631 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2644 soff = dt_find_string("phandle"); in scan_dt_build_struct()
2645 if (soff == 0) in scan_dt_build_struct()
2650 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()