Lines Matching refs:lenp
381 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
450 int *lenp);
466 int namelen, int *lenp);
496 const char *name, int *lenp);
499 int *lenp) in fdt_get_property_w() argument
502 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
537 const char **namep, int *lenp);
551 const char *name, int namelen, int *lenp);
581 const char *name, int *lenp);
583 const char *name, int *lenp) in fdt_getprop_w() argument
585 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()