Searched refs:unittest_nr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/of/ |
H A D | unittest.c | 2073 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument 2077 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists() 2170 int unittest_nr, int before, int after, in __of_unittest_apply_overlay_check() argument 2176 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in __of_unittest_apply_overlay_check() 2179 unittest_path(unittest_nr, ovtype), in __of_unittest_apply_overlay_check() 2193 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in __of_unittest_apply_overlay_check() 2196 unittest_path(unittest_nr, ovtype), in __of_unittest_apply_overlay_check() 2206 int unittest_nr, int before, int after, in of_unittest_apply_overlay_check() argument 2210 unittest_nr, before, after, ovtype); in of_unittest_apply_overlay_check() 2219 int unittest_nr, int before, int after, in of_unittest_apply_revert_overlay_check() argument [all …]
|