Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c1929 static int overlay_first_id = -1; variable
1940 if (overlay_first_id < 0) in of_unittest_track_overlay()
1941 overlay_first_id = id; in of_unittest_track_overlay()
1942 id -= overlay_first_id; in of_unittest_track_overlay()
1951 if (overlay_first_id < 0) in of_unittest_untrack_overlay()
1953 id -= overlay_first_id; in of_unittest_untrack_overlay()
1963 if (overlay_first_id < 0) in of_unittest_destroy_tracked_overlays()
1974 ovcs_id = id + overlay_first_id; in of_unittest_destroy_tracked_overlays()
1978 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
1984 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
[all...]

Completed in 3 milliseconds