Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drtc.h89 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/linux/drivers/rtc/
H A Ddev.c359 case RTC_UIE_OFF: in rtc_dev_ioctl()
516 rtc_dev_ioctl(file, RTC_UIE_OFF, 0); in rtc_dev_release()
/linux/Documentation/ABI/testing/
H A Drtc-cdev28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
/linux/tools/testing/selftests/rtc/
H A Drtctest.c174 rc = ioctl(self->fd, RTC_UIE_OFF, 0);
213 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
/linux/drivers/mfd/
H A Dmenelaus.c1043 case RTC_UIE_OFF: in menelaus_ioctl()