Searched refs:test_level (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/kunit/ |
| H A D | attributes.c | 285 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level) in kunit_print_attr() argument 304 KUNIT_INDENT_LEN * test_level, "", test->name, in kunit_print_attr() 308 KUNIT_INDENT_LEN * test_level, "", attr_name, attr_str); in kunit_print_attr()
|
| H A D | test.c | 176 unsigned int test_level, in kunit_print_ok_not_ok() argument 189 WARN(!test && test_level, "suite test level can't be %u!\n", test_level); in kunit_print_ok_not_ok() 206 KUNIT_INDENT_LEN * test_level, "", in kunit_print_ok_not_ok()
|
| /linux/include/kunit/ |
| H A D | attributes.h | 31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
|
| /linux/drivers/acpi/ |
| H A D | acpi_video.c | 741 int test_level; in acpi_video_bqc_quirk() local 777 test_level = current_level == max_level in acpi_video_bqc_quirk() 781 result = acpi_video_device_lcd_set_level(device, test_level); in acpi_video_bqc_quirk() 789 if (level != test_level) { in acpi_video_bqc_quirk() 794 if (br->levels[level + ACPI_VIDEO_FIRST_LEVEL] == test_level) in acpi_video_bqc_quirk()
|