Lines Matching refs:lenp
449 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
545 int *lenp);
562 int namelen, int *lenp);
594 const char *name, int *lenp);
597 int *lenp) in fdt_get_property_w() argument
600 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
636 const char **namep, int *lenp);
652 const char *name, int namelen, int *lenp);
655 int *lenp) in fdt_getprop_namelen_w() argument
658 namelen, lenp); in fdt_getprop_namelen_w()
691 const char *name, int *lenp);
693 const char *name, int *lenp) in fdt_getprop_w() argument
695 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1043 int *lenp);