Lines Matching refs:lenp
365 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
434 int *lenp);
450 int namelen, int *lenp);
480 const char *name, int *lenp);
483 int *lenp) in fdt_get_property_w() argument
486 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
521 const char **namep, int *lenp);
535 const char *name, int namelen, int *lenp);
565 const char *name, int *lenp);
567 const char *name, int *lenp) in fdt_getprop_w() argument
569 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()