Searched refs:lenp (Results 1 – 5 of 5) sorted by relevance
| /scripts/dtc/libfdt/ |
| A D | fdt_ro.c | 45 if (lenp) in fdt_get_string() 90 if (lenp) in fdt_get_string() 95 if (lenp) in fdt_get_string() 96 *lenp = err; in fdt_get_string() 365 if (lenp) in fdt_get_property_by_offset_() 372 if (lenp) in fdt_get_property_by_offset_() 386 if (lenp) in fdt_get_property_by_offset() 419 if (lenp) in fdt_get_property_namelen_() 432 if (lenp) in fdt_get_property_namelen() 784 if (lenp) in fdt_stringlist_get() [all …]
|
| A D | libfdt.h | 609 int *lenp); 626 int namelen, int *lenp); 658 const char *name, int *lenp); 661 int *lenp) in fdt_get_property_w() argument 700 const char **namep, int *lenp); 716 const char *name, int namelen, int *lenp); 719 int *lenp) in fdt_getprop_namelen_w() argument 722 namelen, lenp); in fdt_getprop_namelen_w() 755 const char *name, int *lenp); 757 const char *name, int *lenp) in fdt_getprop_w() argument [all …]
|
| A D | fdt.c | 156 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 180 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag() 181 if (fdt_chk_basic() && !lenp) in fdt_next_tag() 185 + fdt32_to_cpu(*lenp); in fdt_next_tag() 187 fdt_version(fdt) < 0x10 && fdt32_to_cpu(*lenp) >= 8 && in fdt_next_tag() 188 ((offset - fdt32_to_cpu(*lenp)) % 8) != 0) in fdt_next_tag()
|
| /scripts/dtc/ |
| A D | util.c | 92 int lenp = strlen(path); in join_path() local 98 len = lenp + lenn + 2; in join_path() 99 if ((lenp > 0) && (path[lenp-1] == '/')) { in join_path() 105 memcpy(str, path, lenp); in join_path() 107 str[lenp] = '/'; in join_path() 108 lenp++; in join_path() 110 memcpy(str+lenp, name, lenn+1); in join_path()
|
| /scripts/dtc/pylibfdt/ |
| A D | libfdt.i_shipped | 1044 %apply int *OUTPUT { int *lenp };
|
Completed in 12 milliseconds