Searched refs:unittest_nr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/of/ |
| D | unittest.c | 1394 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument 1398 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists() 1499 int unittest_nr, int before, int after, in of_unittest_apply_overlay_check() argument 1505 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_overlay_check() 1508 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check() 1521 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in of_unittest_apply_overlay_check() 1524 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check() 1534 int unittest_nr, int before, int after, in of_unittest_apply_revert_overlay_check() argument 1540 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_revert_overlay_check() 1543 unittest_path(unittest_nr, ovtype), in of_unittest_apply_revert_overlay_check() [all …]
|