Searched refs:RTC_IRQP_SET (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | rtcpie.c | 80 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 D | rtc.h | 100 #define RTC_IRQP_SET _IOW('p', 0x0c, unsigned long) /* Set IRQ rate */ macro
|
/openbmc/linux/drivers/rtc/ |
H A D | dev.c | 230 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 D | rtc-cdev | 31 * RTC_IRQP_READ, RTC_IRQP_SET: Read or set the frequency for
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 85 IOCTL(RTC_IRQP_SET, IOC_W, TYPE_ULONG) in IOCTL()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 1420 +pub const RTC_IRQP_SET: u32 = 1074294796;
|