Searched refs:RTC_PIE_ON (Results 1 – 10 of 10) sorted by relevance
74 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ macro
97 rtc_control(rtc, RTC_PIE_ON, 0); in rtctimer_start()
248 case RTC_PIE_ON: in rtc_dev_ioctl()352 case RTC_PIE_ON: in rtc_dev_ioctl()
211 case RTC_PIE_ON: in sirfsoc_rtc_ioctl()
227 retval = ioctl(fd, RTC_PIE_ON, 0); in main()
408 case RTC_PIE_ON: in rtc_do_ioctl()445 case RTC_PIE_ON: /* Allow periodic ints */ in rtc_do_ioctl()882 if (cmd != RTC_PIE_ON && cmd != RTC_PIE_OFF && cmd != RTC_IRQP_SET) in rtc_control()
161 case RTC_PIE_ON: in efi_rtc_ioctl()
186 * RTC_PIE_ON, RTC_PIE_OFF, RTC_IRQP_SET, RTC_IRQP_READ ... these icotls205 * RTC_PIE_ON, RTC_PIE_OFF: These are also emulated by the generic code.
542 case RTC_PIE_ON: /* Allow periodic ints */ in hp_sdc_rtc_ioctl()
936 COMPATIBLE_IOCTL(RTC_PIE_ON)