H A D | unittest.c | 2059 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument 2063 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists() 2156 int unittest_nr, int before, int after, in __of_unittest_apply_overlay_check() 2162 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in __of_unittest_apply_overlay_check() 2165 unittest_path(unittest_nr, ovtype), in __of_unittest_apply_overlay_check() 2179 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in __of_unittest_apply_overlay_check() 2182 unittest_path(unittest_nr, ovtype), in __of_unittest_apply_overlay_check() 2192 int unittest_nr, int before, int after, in of_unittest_apply_overlay_check() 2196 unittest_nr, before, after, ovtype); in of_unittest_apply_overlay_check() 2205 int unittest_nr, in in of_unittest_apply_revert_overlay_check() 2155 __of_unittest_apply_overlay_check(int overlay_nr, int unittest_nr, int before, int after, enum overlay_type ovtype) __of_unittest_apply_overlay_check() argument 2191 of_unittest_apply_overlay_check(int overlay_nr, int unittest_nr, int before, int after, enum overlay_type ovtype) of_unittest_apply_overlay_check() argument 2204 of_unittest_apply_revert_overlay_check(int overlay_nr, int unittest_nr, int before, int after, enum overlay_type ovtype) of_unittest_apply_revert_overlay_check() argument 2352 int overlay_nr = 6, unittest_nr = 6; of_unittest_overlay_6() local 2454 int overlay_nr = 8, unittest_nr = 8; of_unittest_overlay_8() local [all...] |