Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Drtc.h79 #define RTC_PIE_OFF _IO('p', 0x06) /* ... off */ macro
/Linux-v5.15/tools/testing/selftests/timers/
Drtcpie.c127 retval = ioctl(fd, RTC_PIE_OFF, 0); in main()
/Linux-v5.15/Documentation/ABI/testing/
Drtc-cdev25 * RTC_PIE_ON, RTC_PIE_OFF: Enable or disable the periodic
/Linux-v5.15/drivers/rtc/
Ddev.c341 case RTC_PIE_OFF: in rtc_dev_ioctl()