Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Drtc.h88 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ macro
/linux-5.19.10/tools/testing/selftests/rtc/
Drtctest.c123 rc = ioctl(self->fd, RTC_UIE_ON, 0);
148 rc = ioctl(self->fd, RTC_UIE_ON, 0); in TEST_F()
/linux-5.19.10/Documentation/ABI/testing/
Drtc-cdev28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
/linux-5.19.10/drivers/rtc/
Ddev.c355 case RTC_UIE_ON: in rtc_dev_ioctl()
/linux-5.19.10/drivers/mfd/
Dmenelaus.c1035 case RTC_UIE_ON: in menelaus_ioctl()