Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dunittest.c1089 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument
1093 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists()
1170 static int of_unittest_apply_overlay(int unittest_nr, int overlay_nr, in of_unittest_apply_overlay() argument
1205 static int of_unittest_apply_overlay_check(int overlay_nr, int unittest_nr, in of_unittest_apply_overlay_check() argument
1211 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_overlay_check()
1214 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()
1219 ret = of_unittest_apply_overlay(overlay_nr, unittest_nr, NULL); in of_unittest_apply_overlay_check()
1226 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in of_unittest_apply_overlay_check()
1229 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()
1239 int unittest_nr, int before, int after, in of_unittest_apply_revert_overlay_check() argument
[all …]