Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Doverlay.c486 int of_overlay_destroy(int id) in of_overlay_destroy() function
524 EXPORT_SYMBOL_GPL(of_overlay_destroy);
Dunittest.c1154 ret = of_overlay_destroy(id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
1266 ret = of_overlay_destroy(ov_id); in of_unittest_apply_revert_overlay_check()
1419 ret = of_overlay_destroy(ov_id[i]); in of_unittest_overlay_6()
1476 ret = of_overlay_destroy(ov_id[0]); in of_unittest_overlay_8()
1487 ret = of_overlay_destroy(ov_id[i]); in of_unittest_overlay_8()
/linux-4.1.27/Documentation/devicetree/
Doverlay-notes.txt95 2. Call of_overlay_destroy() to remove and cleanup the overlay previously
/linux-4.1.27/include/linux/
Dof.h1077 int of_overlay_destroy(int id);
1087 static inline int of_overlay_destroy(int id) in of_overlay_destroy() function