Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dunittest.c1313 enum overlay_type ovtype) in of_path_device_type_exists() argument
1315 switch (ovtype) { in of_path_device_type_exists()
1324 static const char *unittest_path(int nr, enum overlay_type ovtype) in unittest_path() argument
1329 switch (ovtype) { in unittest_path()
1345 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument
1349 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists()
1351 switch (ovtype) { in of_unittest_device_exists()
1452 enum overlay_type ovtype) in of_unittest_apply_overlay_check() argument
1457 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_overlay_check()
1460 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()
[all …]