Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-proc.c75 (rtc->pie_enabled) ? "yes" : "no"); in rtc_proc_show()
Drtc-test.c81 if (strncmp(buf, "tick", 4) == 0 && rtc->pie_enabled) in test_irq_store()
Dclass.c182 rtc->pie_enabled = 0; in rtc_device_register()
Dinterface.c708 rtc->pie_enabled = enabled; in rtc_irq_set_state()
740 if (rtc->pie_enabled && rtc_update_hrtimer(rtc, 1) < 0) { in rtc_irq_set_freq()
/linux-3.4.99/include/linux/
Drtc.h203 int pie_enabled; member