Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Doverlay.c489 int of_overlay_destroy(int id) in of_overlay_destroy() function
527 EXPORT_SYMBOL_GPL(of_overlay_destroy);
Dunittest.c1157 ret = of_overlay_destroy(id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
1269 ret = of_overlay_destroy(ov_id); in of_unittest_apply_revert_overlay_check()
1422 ret = of_overlay_destroy(ov_id[i]); in of_unittest_overlay_6()
1479 ret = of_overlay_destroy(ov_id[0]); in of_unittest_overlay_8()
1490 ret = of_overlay_destroy(ov_id[i]); in of_unittest_overlay_8()
/linux-4.4.14/Documentation/devicetree/
Doverlay-notes.txt95 2. Call of_overlay_destroy() to remove and cleanup the overlay previously
/linux-4.4.14/include/linux/
Dof.h1083 int of_overlay_destroy(int id);
1093 static inline int of_overlay_destroy(int id) in of_overlay_destroy() function