Lines Matching refs:lenp
305 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
510 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
609 int *lenp);
626 int namelen, int *lenp);
658 const char *name, int *lenp);
661 int *lenp) in fdt_get_property_w() argument
664 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
700 const char **namep, int *lenp);
716 const char *name, int namelen, int *lenp);
719 int *lenp) in fdt_getprop_namelen_w() argument
722 namelen, lenp); in fdt_getprop_namelen_w()
755 const char *name, int *lenp);
757 const char *name, int *lenp) in fdt_getprop_w() argument
759 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1107 int *lenp);