Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev25 * RTC_PIE_ON, RTC_PIE_OFF: Enable or disable the periodic
33 Requires a separate RTC_PIE_ON call to enable the periodic
/openbmc/linux/include/uapi/linux/
H A Drtc.h90 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ macro
/openbmc/linux/tools/testing/selftests/timers/
H A Drtcpie.c96 retval = ioctl(fd, RTC_PIE_ON, 0); in main()
/openbmc/linux/drivers/rtc/
H A Ddev.c235 case RTC_PIE_ON: in rtc_dev_ioctl()
339 case RTC_PIE_ON: in rtc_dev_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h76 IOCTL(RTC_PIE_ON, 0, TYPE_NULL) in IOCTL()