Searched refs:check_fn (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/vc4/tests/ |
| H A D | vc4_test_pv_muxing.c | 147 bool (*check_fn)(enum vc4_encoder_type type, unsigned int channel)) in check_channel_for_encoder() 164 KUNIT_EXPECT_TRUE(test, check_fn(type, channel)); in check_channel_for_encoder() 172 bool (*check_fn)(enum vc4_encoder_type type, unsigned int channel); member 186 .check_fn = &_check_fn, \ 701 params->check_fn)); in drm_vc4_test_pv_muxing()
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | page_fault_test.c | 268 void (*check_fn)(void); in guest_test_check() local 272 check_fn = test->guest_test_check[i]; in guest_test_check() 273 if (check_fn) in guest_test_check() 274 check_fn(); in guest_test_check()
|
| /linux-6.15/tools/testing/selftests/arm64/abi/ |
| H A D | syscall-abi.c | 369 typedef int (*check_fn)(struct syscall_cfg *cfg, int sve_vl, int sme_vl, typedef 381 check_fn check;
|
| /linux-6.15/lib/tests/ |
| H A D | scanf_kunit.c | 21 typedef void (*check_fn)(struct kunit *test, const char *file, const int line, typedef 26 _test(struct kunit *test, const char *file, const int line, check_fn fn, const void *check_data, in _test()
|
| /linux-6.15/scripts/dtc/ |
| H A D | checks.c | 29 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); typedef 33 check_fn fn;
|