Lines Matching refs:lenp
480 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
576 int *lenp);
593 int namelen, int *lenp);
625 const char *name, int *lenp);
628 int *lenp) in fdt_get_property_w() argument
631 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
667 const char **namep, int *lenp);
683 const char *name, int namelen, int *lenp);
686 int *lenp) in fdt_getprop_namelen_w() argument
689 namelen, lenp); in fdt_getprop_namelen_w()
722 const char *name, int *lenp);
724 const char *name, int *lenp) in fdt_getprop_w() argument
726 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1074 int *lenp);