Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Drtc.h72 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ macro
/linux-3.4.99/drivers/char/
Defirtc.c159 case RTC_UIE_ON: in efi_rtc_ioctl()
Dgenrtc.c291 case RTC_UIE_ON: /* enable ints for RTC updates. */ in gen_rtc_ioctl()
Drtc.c410 case RTC_UIE_ON: in rtc_do_ioctl()
474 case RTC_UIE_ON: /* Allow ints for RTC updates. */ in rtc_do_ioctl()
/linux-3.4.99/Documentation/
Drtc.txt181 * RTC_UIE_ON, RTC_UIE_OFF ... if the RTC offers IRQs, the RTC framework
270 retval = ioctl(fd, RTC_UIE_ON, 0);
277 perror("RTC_UIE_ON ioctl");
/linux-3.4.99/drivers/rtc/
Drtc-dev.c366 case RTC_UIE_ON: in rtc_dev_ioctl()
/linux-3.4.99/drivers/input/misc/
Dhp_sdc_rtc.c536 case RTC_UIE_ON: /* Allow ints for RTC updates. */ in hp_sdc_rtc_ioctl()
/linux-3.4.99/drivers/mfd/
Dmenelaus.c1076 case RTC_UIE_ON: in menelaus_ioctl()
/linux-3.4.99/fs/
Dcompat_ioctl.c922 COMPATIBLE_IOCTL(RTC_UIE_ON)