Home
last modified time | relevance | path

Searched refs:RTC_IRQP_SET (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/timers/
H A Drtcpie.c80 retval = ioctl(fd, RTC_IRQP_SET, tmp); in main()
135 ioctl(fd, RTC_IRQP_SET, old_pie_rate); in main()
/openbmc/linux/include/uapi/linux/
H A Drtc.h100 #define RTC_IRQP_SET _IOW('p', 0x0c, unsigned long) /* Set IRQ rate */ macro
/openbmc/linux/drivers/rtc/
H A Ddev.c230 case RTC_IRQP_SET: in rtc_dev_ioctl()
363 case RTC_IRQP_SET: in rtc_dev_ioctl()
484 return rtc_dev_ioctl(file, RTC_IRQP_SET, arg); in rtc_dev_compat_ioctl()
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev31 * RTC_IRQP_READ, RTC_IRQP_SET: Read or set the frequency for
/openbmc/qemu/linux-user/
H A Dioctls.h85 IOCTL(RTC_IRQP_SET, IOC_W, TYPE_ULONG) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1420 +pub const RTC_IRQP_SET: u32 = 1074294796;