Searched refs:uts (Results 1 – 6 of 6) sorted by relevance
| /include/test/ |
| A D | ut.h | 173 ut_failf(uts, __FILE__, __LINE__, __func__, \ 188 ut_failf(uts, __FILE__, __LINE__, __func__, \ 206 ut_failf(uts, __FILE__, __LINE__, __func__, \ 335 uts->expect_str, uts->actual_str); \ 348 uts->expect_str, uts->actual_str); \ 358 if (ut_check_skipline(uts)) { \ 373 uts->expect_str, uts->actual_str); \ 386 uts->expect_str, uts->actual_str); \ 396 if (ut_check_console_end(uts)) { \ 399 uts->actual_str); \ [all …]
|
| A D | video.h | 29 int video_compress_fb(struct unit_test_state *uts, struct udevice *dev, 43 int video_check_copy_fb(struct unit_test_state *uts, struct udevice *dev);
|
| A D | spl.h | 81 int check_image_info(struct unit_test_state *uts, struct spl_image_info *info1, 114 int do_spl_test_load(struct unit_test_state *uts, const char *test_name, 145 static int func##_##type(struct unit_test_state *uts) \ 149 return func(uts, __func__, type); \
|
| A D | test.h | 212 static inline int test_load_other_fdt(struct unit_test_state *uts) in test_load_other_fdt() argument 216 ret = sandbox_load_other_fdt(&uts->other_fdt, &uts->other_fdt_size); in test_load_other_fdt()
|
| /include/dm/ |
| A D | test.h | 203 int dm_check_operations(struct unit_test_state *uts, struct udevice *dev, 213 int dm_check_devices(struct unit_test_state *uts, int num_devices); 223 void dm_leak_check_start(struct unit_test_state *uts); 233 */int dm_leak_check_end(struct unit_test_state *uts);
|
| /include/ |
| A D | upl.h | 320 int upl_get_test_data(struct unit_test_state *uts, struct upl *upl);
|
Completed in 15 milliseconds