Home
last modified time | relevance | path

Searched refs:of_fdt_get_string (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dof_fdt.h65 extern char *of_fdt_get_string(struct boot_param_header *blob, u32 offset);
/linux-2.6.39/drivers/of/
Dfdt.c27 char *of_fdt_get_string(struct boot_param_header *blob, u32 offset) in of_fdt_get_string() function
60 nstr = of_fdt_get_string(blob, noff); in of_fdt_get_property()
253 pname = of_fdt_get_string(blob, noff); in unflatten_dt_node()