Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dunittest.c1120 static int overlay_first_id = -1; variable
1124 if (overlay_first_id < 0) in of_unittest_track_overlay()
1125 overlay_first_id = id; in of_unittest_track_overlay()
1126 id -= overlay_first_id; in of_unittest_track_overlay()
1135 if (overlay_first_id < 0) in of_unittest_untrack_overlay()
1137 id -= overlay_first_id; in of_unittest_untrack_overlay()
1146 if (overlay_first_id < 0) in of_unittest_destroy_tracked_overlays()
1157 ret = of_overlay_destroy(id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
1161 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()