Searched refs:RTC_IRQP_SET (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | rtc.h | 84 #define RTC_IRQP_SET _IOW('p', 0x0c, unsigned long) /* Set IRQ rate */ macro
|
/linux-4.1.27/sound/core/ |
D | rtctimer.c | 96 rtc_control(rtc, RTC_IRQP_SET, rtctimer_freq); in rtctimer_start()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-dev.c | 243 case RTC_IRQP_SET: in rtc_dev_ioctl() 376 case RTC_IRQP_SET: in rtc_dev_ioctl()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | rtctest.c | 211 retval = ioctl(fd, RTC_IRQP_SET, tmp); in main()
|
/linux-4.1.27/drivers/char/ |
D | rtc.c | 412 case RTC_IRQP_SET: in rtc_do_ioctl() 649 case RTC_IRQP_SET: /* Set periodic IRQ rate. */ in rtc_do_ioctl() 882 if (cmd != RTC_PIE_ON && cmd != RTC_PIE_OFF && cmd != RTC_IRQP_SET) in rtc_control()
|
D | efirtc.c | 169 case RTC_IRQP_SET: in efi_rtc_ioctl()
|
/linux-4.1.27/Documentation/ |
D | rtc.txt | 186 * RTC_PIE_ON, RTC_PIE_OFF, RTC_IRQP_SET, RTC_IRQP_READ ... these icotls 203 * RTC_IRQP_SET, RTC_IRQP_READ: These are emulated by the generic code.
|
/linux-4.1.27/drivers/input/misc/ |
D | hp_sdc_rtc.c | 566 case RTC_IRQP_SET: /* Set periodic IRQ rate. */ in hp_sdc_rtc_ioctl()
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 765 return sys_ioctl(fd, RTC_IRQP_SET, (unsigned long)argp); in rtc_ioctl()
|