Lines Matching refs:soff
2544 unsigned long soff; in scan_dt_build_strings() local
2567 soff = dt_find_string(namep); in scan_dt_build_strings()
2568 if (soff != 0) { in scan_dt_build_strings()
2570 namep = sstart + soff; in scan_dt_build_strings()
2592 unsigned long soff; in scan_dt_build_struct() local
2648 soff = dt_find_string(pname); in scan_dt_build_struct()
2649 if (soff == 0) { in scan_dt_build_struct()
2654 prev_name = sstart + soff; in scan_dt_build_struct()
2666 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2679 soff = dt_find_string("phandle"); in scan_dt_build_struct()
2680 if (soff == 0) in scan_dt_build_struct()
2685 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()