Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dunittest.c1425 static int overlay_first_id = -1; variable
1429 if (overlay_first_id < 0) in of_unittest_track_overlay()
1430 overlay_first_id = id; in of_unittest_track_overlay()
1431 id -= overlay_first_id; in of_unittest_track_overlay()
1440 if (overlay_first_id < 0) in of_unittest_untrack_overlay()
1442 id -= overlay_first_id; in of_unittest_untrack_overlay()
1451 if (overlay_first_id < 0) in of_unittest_destroy_tracked_overlays()
1462 ovcs_id = id + overlay_first_id; in of_unittest_destroy_tracked_overlays()
1466 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
1472 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()