Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Drtc.h77 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/Linux-v5.10/tools/testing/selftests/rtc/
Drtctest.c73 rc = ioctl(self->fd, RTC_UIE_OFF, 0);
108 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
/Linux-v5.10/drivers/rtc/
Ddev.c357 case RTC_UIE_OFF: in rtc_dev_ioctl()
451 rtc_dev_ioctl(file, RTC_UIE_OFF, 0); in rtc_dev_release()
/Linux-v5.10/Documentation/ABI/testing/
Drtc-cdev28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
/Linux-v5.10/drivers/mfd/
Dmenelaus.c1044 case RTC_UIE_OFF: in menelaus_ioctl()