Lines Matching refs:unittest_nr

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()
1432 static int __init of_unittest_apply_overlay(int overlay_nr, int unittest_nr, in of_unittest_apply_overlay() argument
1451 int unittest_nr, int before, int after, 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()
1466 ret = of_unittest_apply_overlay(overlay_nr, unittest_nr, &ovcs_id); in of_unittest_apply_overlay_check()
1473 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in of_unittest_apply_overlay_check()
1476 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()
1486 int unittest_nr, int before, int after, in of_unittest_apply_revert_overlay_check() argument
1492 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_revert_overlay_check()
1495 unittest_path(unittest_nr, ovtype), in of_unittest_apply_revert_overlay_check()
1502 ret = of_unittest_apply_overlay(overlay_nr, unittest_nr, &ovcs_id); in of_unittest_apply_revert_overlay_check()
1509 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in of_unittest_apply_revert_overlay_check()
1512 unittest_path(unittest_nr, ovtype), in of_unittest_apply_revert_overlay_check()
1521 unittest_path(unittest_nr, ovtype)); in of_unittest_apply_revert_overlay_check()
1526 if (of_unittest_device_exists(unittest_nr, PDEV_OVERLAY) != before) { in of_unittest_apply_revert_overlay_check()
1529 unittest_path(unittest_nr, ovtype), in of_unittest_apply_revert_overlay_check()
1601 int overlay_nr = 6, unittest_nr = 6; in of_unittest_overlay_6() local
1607 if (of_unittest_device_exists(unittest_nr + i, PDEV_OVERLAY) in of_unittest_overlay_6()
1611 unittest_path(unittest_nr + i, in of_unittest_overlay_6()
1634 if (of_unittest_device_exists(unittest_nr + i, PDEV_OVERLAY) in of_unittest_overlay_6()
1638 unittest_path(unittest_nr + i, in of_unittest_overlay_6()
1650 unittest_path(unittest_nr + i, in of_unittest_overlay_6()
1659 if (of_unittest_device_exists(unittest_nr + i, PDEV_OVERLAY) in of_unittest_overlay_6()
1663 unittest_path(unittest_nr + i, in of_unittest_overlay_6()
1677 int overlay_nr = 8, unittest_nr = 8; in of_unittest_overlay_8() local
1701 unittest_path(unittest_nr, in of_unittest_overlay_8()
1712 unittest_path(unittest_nr, in of_unittest_overlay_8()