Lines Matching refs:lenp
353 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
563 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
662 int *lenp);
682 int namelen, int *lenp);
714 const char *name, int *lenp);
717 int *lenp) in fdt_get_property_w() argument
720 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
756 const char **namep, int *lenp);
774 const char *name, int namelen, int *lenp);
777 int *lenp) in fdt_getprop_namelen_w() argument
780 namelen, lenp); in fdt_getprop_namelen_w()
813 const char *name, int *lenp);
815 const char *name, int *lenp) in fdt_getprop_w() argument
817 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1168 int *lenp);