Searched refs:of_overlay_remove (Results 1 – 4 of 4) sorted by relevance
1183 int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function1260 EXPORT_SYMBOL_GPL(of_overlay_remove);1276 ret = of_overlay_remove(&ovcs->id); in of_overlay_remove_all()
1463 ret = of_overlay_remove(&ovcs_id); in of_unittest_destroy_tracked_overlays()1565 ret = of_overlay_remove(&ovcs_id); in of_unittest_apply_revert_overlay_check()1695 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_6()1746 if (!of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()1757 if (of_overlay_remove(&ovcs_id)) { in of_unittest_overlay_8()
93 2. Call of_overlay_remove() to remove and cleanup the overlay changeset
1444 int of_overlay_remove(int *ovcs_id);1458 static inline int of_overlay_remove(int *ovcs_id) in of_overlay_remove() function