Lines Matching refs:lenp
343 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
412 int *lenp);
428 int namelen, int *lenp);
458 const char *name, int *lenp);
461 int *lenp) in fdt_get_property_w() argument
464 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
499 const char **namep, int *lenp);
513 const char *name, int namelen, int *lenp);
543 const char *name, int *lenp);
545 const char *name, int *lenp) in fdt_getprop_w() argument
547 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()