Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dunittest.c3308 { .dtbo_begin = __dtbo_##overlay_name##_begin, \
3316 uint8_t *dtbo_begin; member
3453 data_size = info->dtbo_end - info->dtbo_begin; in unittest_unflatten_overlay_base()
3459 size = fdt_totalsize(info->dtbo_begin); in unittest_unflatten_overlay_base()
3471 memcpy(new_fdt, info->dtbo_begin, size); in unittest_unflatten_overlay_base()
3507 size = info->dtbo_end - info->dtbo_begin; in overlay_data_apply()
3511 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &info->ovcs_id, in overlay_data_apply()
3853 size = info->dtbo_end - info->dtbo_begin; in testdrv_probe()
3854 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &ovcs_id, dn); in testdrv_probe()