Lines Matching refs:lenp
335 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
540 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
639 int *lenp);
656 int namelen, int *lenp);
688 const char *name, int *lenp);
691 int *lenp) in fdt_get_property_w() argument
694 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
730 const char **namep, int *lenp);
746 const char *name, int namelen, int *lenp);
749 int *lenp) in fdt_getprop_namelen_w() argument
752 namelen, lenp); in fdt_getprop_namelen_w()
785 const char *name, int *lenp);
787 const char *name, int *lenp) in fdt_getprop_w() argument
789 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1137 int *lenp);