Lines Matching refs:lenp
353 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
563 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
662 int *lenp);
665 int *lenp) in fdt_get_property_by_offset_w() argument
668 fdt_get_property_by_offset(fdt, offset, lenp); in fdt_get_property_by_offset_w()
689 int namelen, int *lenp);
721 const char *name, int *lenp);
724 int *lenp) in fdt_get_property_w() argument
727 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
763 const char **namep, int *lenp);
781 const char *name, int namelen, int *lenp);
784 int *lenp) in fdt_getprop_namelen_w() argument
787 namelen, lenp); in fdt_getprop_namelen_w()
820 const char *name, int *lenp);
822 const char *name, int *lenp) in fdt_getprop_w() argument
824 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1175 int *lenp);