Lines Matching refs:lenp
346 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
556 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
655 int *lenp);
675 int namelen, int *lenp);
707 const char *name, int *lenp);
710 int *lenp) in fdt_get_property_w() argument
713 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
749 const char **namep, int *lenp);
767 const char *name, int namelen, int *lenp);
770 int *lenp) in fdt_getprop_namelen_w() argument
773 namelen, lenp); in fdt_getprop_namelen_w()
806 const char *name, int *lenp);
808 const char *name, int *lenp) in fdt_getprop_w() argument
810 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
1161 int *lenp);