Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/
Dgenrtc.c161 gen_rtc_irq_data |= RTC_UIE; in gen_rtc_interrupt()
289 gen_clear_rtc_irq_bit(RTC_UIE); in gen_rtc_ioctl()
293 return gen_set_rtc_irq_bit(RTC_UIE); in gen_rtc_ioctl()
377 gen_clear_rtc_irq_bit(RTC_PIE|RTC_AIE|RTC_UIE); in gen_rtc_release()
Drtc.c471 mask_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()
476 set_rtc_irq_bit(RTC_UIE); in rtc_do_ioctl()
767 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_release()
771 tmp &= ~RTC_UIE; in rtc_release()
856 if (!hpet_mask_rtc_irq_bit(RTC_PIE | RTC_AIE | RTC_UIE)) { in rtc_unregister()
860 tmp &= ~RTC_UIE; in rtc_unregister()
1278 YN(RTC_UIE), in rtc_proc_show()
DKconfig341 for RTC_UIE which is required by some programs and may improve
351 Provides an emulation for RTC_UIE which is required by some programs
/linux-4.1.27/arch/powerpc/include/asm/
Drtc.h36 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-4.1.27/arch/m68k/include/asm/
Drtc.h22 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-4.1.27/include/linux/
Dmc146818rtc.h94 # define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-4.1.27/arch/sh/include/asm/
Dsmc37c93x.h184 # define RTC_UIE 0x10 macro
/linux-4.1.27/arch/parisc/include/asm/
Drtc.h25 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-4.1.27/arch/x86/kernel/
Dhpet.c1133 if ((bit_mask & RTC_UIE) && !(oldbits & RTC_UIE)) in hpet_set_rtc_irq_bit()
1223 if (hpet_rtc_flags & (RTC_UIE | RTC_AIE)) in hpet_rtc_interrupt()
1226 if (hpet_rtc_flags & RTC_UIE && in hpet_rtc_interrupt()
/linux-4.1.27/include/asm-generic/
Drtc.h22 #define RTC_UIE 0x10 /* update-finished interrupt enable */ macro
/linux-4.1.27/drivers/rtc/
Drtc-cmos.c474 (rtc_control & RTC_UIE) ? "yes" : "no", in cmos_procfs()
756 cmos_irq_disable(&cmos_rtc, RTC_PIE | RTC_AIE | RTC_UIE); in cmos_do_probe()
873 if (tmp & (RTC_PIE|RTC_AIE|RTC_UIE)) { in cmos_suspend()
DKconfig109 Provides an emulation for RTC_UIE if the underlying rtc chip
110 driver does not expose RTC_UIE ioctls. Those requests generate
/linux-4.1.27/arch/alpha/kernel/
Dtime.c237 x &= ~(RTC_AIE | RTC_UIE); in common_init_rtc()
/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c502 YN(RTC_UIE), in hp_sdc_rtc_proc_show()