Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dunittest.c1239 int ret, ov_id; in of_unittest_apply_revert_overlay_check() local
1251 ret = of_unittest_apply_overlay(overlay_nr, unittest_nr, &ov_id); in of_unittest_apply_revert_overlay_check()
1266 ret = of_overlay_destroy(ov_id); in of_unittest_apply_revert_overlay_check()
1368 int ret, i, ov_id[2]; in of_unittest_overlay_6() local
1401 ov_id[i] = ret; in of_unittest_overlay_6()
1402 of_unittest_track_overlay(ov_id[i]); in of_unittest_overlay_6()
1419 ret = of_overlay_destroy(ov_id[i]); in of_unittest_overlay_6()
1427 of_unittest_untrack_overlay(ov_id[i]); in of_unittest_overlay_6()
1450 int ret, i, ov_id[2]; in of_unittest_overlay_8() local
1471 ov_id[i] = ret; in of_unittest_overlay_8()
[all …]