Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Doverlay.c236 if (k >= ovcs->count) in dup_and_fixup_symbol_prop()
660 fragment = &ovcs->fragments[ovcs->count - 1]; in build_changeset()
840 ovcs->count = cnt; in init_overlay_changeset()
857 if (ovcs->id) { in free_overlay_changeset()
860 ovcs->id = 0; in free_overlay_changeset()
885 kfree(ovcs); in free_overlay_changeset()
1012 ovcs = kzalloc(sizeof(*ovcs), GFP_KERNEL); in of_overlay_fdt_apply()
1013 if (!ovcs) in of_overlay_fdt_apply()
1024 ovcs->id = idr_alloc(&ovcs_idr, ovcs, 1, 0, GFP_KERNEL); in of_overlay_fdt_apply()
1026 ret = ovcs->id; in of_overlay_fdt_apply()
[all …]