Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-proc.c95 (rtc->pie_enabled) ? "yes" : "no"); in rtc_proc_show()
Drtc-test.c91 if (strncmp(buf, "tick", 4) == 0 && rtc->pie_enabled) in test_irq_store()
Dclass.c223 rtc->pie_enabled = 0; in rtc_device_register()
Dinterface.c694 rtc->pie_enabled = enabled; in rtc_irq_set_state()
726 if (rtc->pie_enabled && rtc_update_hrtimer(rtc, 1) < 0) { in rtc_irq_set_freq()
/linux-4.4.14/include/linux/
Drtc.h139 int pie_enabled; member