Home
last modified time | relevance | path

Searched refs:RTC_IRQP_READ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drtc.h99 #define RTC_IRQP_READ _IOR('p', 0x0b, unsigned long) /* Read IRQ rate */ macro
/openbmc/linux/tools/testing/selftests/timers/
H A Drtcpie.c62 retval = ioctl(fd, RTC_IRQP_READ, &old_pie_rate); in main()
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev31 * RTC_IRQP_READ, RTC_IRQP_SET: Read or set the frequency for
/openbmc/linux/drivers/rtc/
H A Ddev.c366 case RTC_IRQP_READ: in rtc_dev_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h84 IOCTL(RTC_IRQP_READ, IOC_R, MK_PTR(TYPE_ULONG)) in IOCTL()