Home
last modified time | relevance | path

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

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