Searched refs:rtc_file (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 26 static char *rtc_file = "/dev/rtc0"; variable 33 self->fd = open(rtc_file, O_RDONLY); in FIXTURE_SETUP() 45 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 92 SKIP(return, "Skipping test since %s does not exist", rtc_file); 130 SKIP(return, "Skipping test since %s does not exist", rtc_file); 159 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 202 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 260 SKIP(return, "Skipping test since %s does not exist", rtc_file); in TEST_F() 312 SKIP(return, "Skipping test since %s does not exist", rtc_file); 370 SKIP(return, "Skipping test since %s does not exist", rtc_file); [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 24 static char *rtc_file = "/dev/rtc0"; variable 31 self->fd = open(rtc_file, O_RDONLY); in FIXTURE_SETUP() 327 rtc_file = argv[1]; in main()
|
Completed in 2 milliseconds