Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Doverlay.c1016 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function
1093 EXPORT_SYMBOL_GPL(of_overlay_remove);
1109 ret = of_overlay_remove(&ovcs->id); in of_overlay_remove_all()
Dunittest.c1414 ret = of_overlay_remove(&ovcs_id); in of_unittest_destroy_tracked_overlays()
1517 ret = of_overlay_remove(&ovcs_id); in of_unittest_apply_revert_overlay_check()
1647 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_6()
1698 if (!of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()
1709 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()
/Linux-v4.19/Documentation/devicetree/
Doverlay-notes.txt93 2. Call of_overlay_remove() to remove and cleanup the overlay changeset
/Linux-v4.19/include/linux/
Dof.h1409 int of_overlay_remove(int *ovcs_id);
1422 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function