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.c3322 { .dtbo_begin = __dtbo_##overlay_name##_begin, \
3330 uint8_t *dtbo_begin; member
3467 data_size = info->dtbo_end - info->dtbo_begin; in unittest_unflatten_overlay_base()
3473 size = fdt_totalsize(info->dtbo_begin); in unittest_unflatten_overlay_base()
3485 memcpy(new_fdt, info->dtbo_begin, size); in unittest_unflatten_overlay_base()
3521 size = info->dtbo_end - info->dtbo_begin; in overlay_data_apply()
3525 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &info->ovcs_id, in overlay_data_apply()
3867 size = info->dtbo_end - info->dtbo_begin; in testdrv_probe()
3868 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &ovcs_id, dn); in testdrv_probe()