Searched refs:fdt_get_name (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/of/
H A Dfdt_address.c174 fdt_get_name(blob, node_offset, NULL)); fdt_translate_address()
179 fdt_get_name(blob, node_offset, NULL)); fdt_translate_address()
193 fdt_get_name(blob, node_offset, NULL)); fdt_translate_address()
199 na, ns, fdt_get_name(blob, parent, NULL)); fdt_translate_address()
220 fdt_get_name(blob, node_offset, NULL)); fdt_translate_address()
225 pna, pns, fdt_get_name(blob, parent, NULL)); fdt_translate_address()
H A Dfdt.c194 pathp = fdt_get_name(blob, *poffset, &l); unflatten_dt_node()
639 pathp = fdt_get_name(blob, offset, NULL); of_scan_flat_dt()
/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c207 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) fdt_get_name() function
385 name = fdt_get_name(fdt, offset, &namelen); fdt_get_path()
H A Dfdt_rw.c259 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen); fdt_set_name()
H A Dlibfdt.h361 * fdt_get_name - retrieve the name of a given node
366 * fdt_get_name() retrieves the name (including unit address) of the
381 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
/linux-4.4.14/scripts/dtc/
H A Dfdtget.c162 pathp = fdt_get_name(blob, node, NULL); list_subnodes()
/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c519 p = fdt_get_name(initial_boot_params, phy, &current_len); octeon_fdt_set_phy()

Completed in 257 milliseconds