Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/ABI/testing/
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
/Linux-v5.10/include/uapi/linux/
Drtc.h78 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ macro
/Linux-v5.10/tools/testing/selftests/timers/
Drtcpie.c88 retval = ioctl(fd, RTC_PIE_ON, 0); in main()
/Linux-v5.10/drivers/rtc/
Ddev.c233 case RTC_PIE_ON: in rtc_dev_ioctl()
337 case RTC_PIE_ON: in rtc_dev_ioctl()