Lines Matching refs:lenp
340 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
545 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
644 int *lenp);
661 int namelen, int *lenp);
693 const char *name, int *lenp);
696 int *lenp) in fdt_get_property_w() argument
699 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
735 const char **namep, int *lenp);
751 const char *name, int namelen, int *lenp);
754 int *lenp) in fdt_getprop_namelen_w() argument
757 namelen, lenp); in fdt_getprop_namelen_w()
790 const char *name, int *lenp);
792 const char *name, int *lenp) in fdt_getprop_w() argument
794 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1142 int *lenp);