Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dunittest.c3782 { .dtbo_begin = __dtbo_##overlay_name##_begin, \
3790 uint8_t *dtbo_begin; member
3921 data_size = info->dtbo_end - info->dtbo_begin; in unittest_unflatten_overlay_base()
3927 size = fdt_totalsize(info->dtbo_begin); in unittest_unflatten_overlay_base()
3939 memcpy(new_fdt, info->dtbo_begin, size); in unittest_unflatten_overlay_base()
3975 size = info->dtbo_end - info->dtbo_begin; in overlay_data_apply()
3979 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &info->ovcs_id, in overlay_data_apply()
4319 size = info->dtbo_end - info->dtbo_begin; in testdrv_probe()
4320 ret = of_overlay_fdt_apply(info->dtbo_begin, size, &ovcs_id, dn); in testdrv_probe()