Lines Matching refs:ovtype
2255 enum overlay_type ovtype) in of_path_device_type_exists() argument
2257 switch (ovtype) { in of_path_device_type_exists()
2266 static const char *unittest_path(int nr, enum overlay_type ovtype) in unittest_path() argument
2271 switch (ovtype) { in unittest_path()
2287 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument
2291 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists()
2293 switch (ovtype) { in of_unittest_device_exists()
2385 enum overlay_type ovtype) in __of_unittest_apply_overlay_check() argument
2390 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in __of_unittest_apply_overlay_check()
2393 unittest_path(unittest_nr, ovtype), in __of_unittest_apply_overlay_check()
2407 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in __of_unittest_apply_overlay_check()
2410 unittest_path(unittest_nr, ovtype), in __of_unittest_apply_overlay_check()
2421 enum overlay_type ovtype) in of_unittest_apply_overlay_check() argument
2424 unittest_nr, before, after, ovtype); in of_unittest_apply_overlay_check()
2434 enum overlay_type ovtype) in of_unittest_apply_revert_overlay_check() argument
2439 before, after, ovtype); in of_unittest_apply_revert_overlay_check()
2449 unittest_path(unittest_nr, ovtype)); in of_unittest_apply_revert_overlay_check()
2455 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_revert_overlay_check()
2458 unittest_path(unittest_nr, ovtype), in of_unittest_apply_revert_overlay_check()