Home
last modified time | relevance | path

Searched refs:prop_data (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/libufdt/
H A Dufdt_overlay.c86 if (prop_data != NULL && len == sizeof(fdt32_t)) { in ufdt_node_try_increase_phandle()
87 fdt_increase_u32(prop_data, offset); in ufdt_node_try_increase_phandle()
90 if (prop_data != NULL && len == sizeof(fdt32_t)) { in ufdt_node_try_increase_phandle()
91 fdt_increase_u32(prop_data, offset); in ufdt_node_try_increase_phandle()
133 const char *prop_data; in ufdt_get_fixup_location() local
177 prop_data = in ufdt_get_fixup_location()
179 if (prop_data == NULL) { in ufdt_get_fixup_location()
192 return (char *)prop_data + prop_offset; in ufdt_get_fixup_location()
451 char *prop_data; in ufdt_local_fixup_prop() local
456 if (prop_offsets_ptr == NULL || prop_data == NULL) return -1; in ufdt_local_fixup_prop()
[all …]