Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dunittest.c1242 int ret, ov_id; in of_unittest_apply_revert_overlay_check() local
1254 ret = of_unittest_apply_overlay(overlay_nr, unittest_nr, &ov_id); in of_unittest_apply_revert_overlay_check()
1269 ret = of_overlay_destroy(ov_id); in of_unittest_apply_revert_overlay_check()
1371 int ret, i, ov_id[2]; in of_unittest_overlay_6() local
1404 ov_id[i] = ret; in of_unittest_overlay_6()
1405 of_unittest_track_overlay(ov_id[i]); in of_unittest_overlay_6()
1422 ret = of_overlay_destroy(ov_id[i]); in of_unittest_overlay_6()
1430 of_unittest_untrack_overlay(ov_id[i]); in of_unittest_overlay_6()
1453 int ret, i, ov_id[2]; in of_unittest_overlay_8() local
1474 ov_id[i] = ret; in of_unittest_overlay_8()
[all …]