Lines Matching refs:lenp
353 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
588 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
687 int *lenp);
690 int *lenp) in fdt_get_property_by_offset_w() argument
693 fdt_get_property_by_offset(fdt, offset, lenp); in fdt_get_property_by_offset_w()
714 int namelen, int *lenp);
746 const char *name, int *lenp);
749 int *lenp) in fdt_get_property_w() argument
752 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
788 const char **namep, int *lenp);
806 const char *name, int namelen, int *lenp);
809 int *lenp) in fdt_getprop_namelen_w() argument
812 namelen, lenp); in fdt_getprop_namelen_w()
845 const char *name, int *lenp);
847 const char *name, int *lenp) in fdt_getprop_w() argument
849 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1236 int *lenp);