Searched refs:ovtype (Results 1 – 1 of 1) sorted by relevance
1054 enum overlay_type ovtype) in of_path_device_type_exists() argument1056 switch (ovtype) { in of_path_device_type_exists()1065 static const char *unittest_path(int nr, enum overlay_type ovtype) in unittest_path() argument1070 switch (ovtype) { in unittest_path()1086 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument1090 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists()1092 switch (ovtype) { in of_unittest_device_exists()1203 int before, int after, enum overlay_type ovtype) in of_unittest_apply_overlay_check() argument1208 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_overlay_check()1211 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()[all …]