Home
last modified time | relevance | path

Searched refs:test_rtc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-test.c68 static struct rtc_class_ops test_rtc_ops = { variable
115 test_rtc_ops.set_mmss64 = test_rtc_set_mmss64; in test_probe()
116 test_rtc_ops.set_mmss = NULL; in test_probe()
120 &test_rtc_ops, THIS_MODULE); in test_probe()