Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/of/
Doverlay.c1186 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function
1254 EXPORT_SYMBOL_GPL(of_overlay_remove);
1270 ret = of_overlay_remove(&ovcs->id); in of_overlay_remove_all()
Dunittest.c1926 ret = of_overlay_remove(&ovcs_id); in of_unittest_destroy_tracked_overlays()
2029 ret = of_overlay_remove(&ovcs_id); in of_unittest_apply_revert_overlay_check()
2235 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_6()
2318 ret = of_overlay_remove(&ovcs_id); in of_unittest_overlay_8()
2337 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()
/Linux-v5.10/Documentation/devicetree/
Doverlay-notes.rst114 2) Call of_overlay_remove() to remove and cleanup the overlay changeset
/Linux-v5.10/include/linux/
Dof.h1462 int of_overlay_remove(int *ovcs_id);
1476 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function