Searched refs:nameoff (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_sw.c226 int nameoff; fdt_property() local
230 nameoff = _fdt_find_add_string(fdt, name); fdt_property()
231 if (nameoff == 0) fdt_property()
239 prop->nameoff = cpu_to_fdt32(nameoff); fdt_property()
273 int nameoff; fdt_finish() local
275 nameoff = fdt32_to_cpu(prop->nameoff); fdt_finish()
276 nameoff += fdt_size_dt_strings(fdt); fdt_finish()
277 prop->nameoff = cpu_to_fdt32(nameoff); fdt_finish()
H A Dfdt.h89 fdt32_t nameoff; member in struct:fdt_property
H A Dfdt_ro.c280 if (_fdt_string_eq(fdt, fdt32_to_cpu(prop->nameoff), fdt_get_property_namelen()
319 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff)); fdt_getprop_by_offset()
H A Dfdt_rw.c246 (*prop)->nameoff = cpu_to_fdt32(namestroff); _fdt_add_property()
/linux-4.4.14/kernel/
H A Dkallsyms.c451 unsigned int nameoff; /* If iterating in core kernel symbols. */ member in struct:kallsym_iter
470 unsigned off = iter->nameoff; get_ksymbol_core()
479 return off - iter->nameoff; get_ksymbol_core()
485 iter->nameoff = get_symbol_offset(new_pos); reset_iter()
502 iter->nameoff += get_ksymbol_core(iter); update_iter()
/linux-4.4.14/scripts/dtc/
H A Dflattree.c279 int nameoff; for_each_property() local
284 nameoff = stringtable_insert(strbuf, prop->name); for_each_property()
288 emit->cell(etarget, nameoff); for_each_property()
H A Dfdtget.c134 name = fdt_string(blob, fdt32_to_cpu(data->nameoff)); list_properties()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c490 phy_handle_name = phy_prop->nameoff; octeon_fdt_set_phy()
494 alt_prop->nameoff = phy_handle_name; octeon_fdt_set_phy()

Completed in 244 milliseconds