| 5681 | } |
| 5682 | |
| 5683 | static int |
| 5684 | latency_test(struct active_device *ad, struct test_op_params *op_params) |
| 5685 | { |
| 5686 | return validation_latency_test(ad, op_params, true); |
| 5687 | } |
| 5688 | |
| 5689 | static int |
| 5690 | validation_test(struct active_device *ad, struct test_op_params *op_params) |
nothing calls this directly
no test coverage detected