Home
last modified time | relevance | path

Searched defs:ovtype (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/of/
Dunittest.c2027 enum overlay_type ovtype) in of_path_device_type_exists()
2038 static const char *unittest_path(int nr, enum overlay_type ovtype) in unittest_path()
2059 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists()
2157 enum overlay_type ovtype) in __of_unittest_apply_overlay_check()
2193 enum overlay_type ovtype) in of_unittest_apply_overlay_check()
2206 enum overlay_type ovtype) in of_unittest_apply_revert_overlay_check()
/kernel/linux/linux-5.10/drivers/of/
Dunittest.c1859 enum overlay_type ovtype) in of_path_device_type_exists()
1870 static const char *unittest_path(int nr, enum overlay_type ovtype) in unittest_path()
1891 static int of_unittest_device_exists(int unittest_nr, enum overlay_type ovtype) in of_unittest_device_exists()
2006 enum overlay_type ovtype) in of_unittest_apply_overlay_check()
2041 enum overlay_type ovtype) in of_unittest_apply_revert_overlay_check()
/kernel/linux/linux-6.6/lib/zstd/common/
Dzstd_internal.h208 void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e const ovtype) in ZSTD_wildcopy()
/kernel/linux/linux-6.6/lib/zstd/decompress/
Dzstd_decompress_block.c792 …copy(BYTE* op, const BYTE* const oend_w, BYTE const* ip, ptrdiff_t length, ZSTD_overlap_e ovtype) { in ZSTD_safecopy()