Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dof_fdt.h65 extern char *of_fdt_get_string(struct boot_param_header *blob, u32 offset);
/linux-3.3/drivers/of/
Dfdt.c28 char *of_fdt_get_string(struct boot_param_header *blob, u32 offset) in of_fdt_get_string() function
61 nstr = of_fdt_get_string(blob, noff); in of_fdt_get_property()
254 pname = of_fdt_get_string(blob, noff); in unflatten_dt_node()