Home
last modified time | relevance | path

Searched refs:unittest_nr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c1897 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists() argument
1901 path = unittest_path(unittest_nr, ovtype); in of_unittest_device_exists()
2011 int unittest_nr, int before, int after, in of_unittest_apply_overlay_check()
2017 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_overlay_check()
2020 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()
2033 if (of_unittest_device_exists(unittest_nr, ovtype) != after) { in of_unittest_apply_overlay_check()
2036 unittest_path(unittest_nr, ovtype), in of_unittest_apply_overlay_check()
2046 int unittest_nr, int before, int after, in of_unittest_apply_revert_overlay_check()
2052 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_revert_overlay_check()
2055 unittest_path(unittest_nr, ovtyp in of_unittest_apply_revert_overlay_check()
2010 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
2045 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
2213 int overlay_nr = 6, unittest_nr = 6; of_unittest_overlay_6() local
2315 int overlay_nr = 8, unittest_nr = 8; of_unittest_overlay_8() local
[all...]
/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c2059 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...]

Completed in 7 milliseconds