Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Drtc.h74 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/Linux-v4.19/tools/testing/selftests/rtc/
Drtctest.c73 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
108 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
/Linux-v4.19/drivers/rtc/
Drtc-dev.c363 case RTC_UIE_OFF: in rtc_dev_ioctl()
428 rtc_dev_ioctl(file, RTC_UIE_OFF, 0); in rtc_dev_release()
/Linux-v4.19/Documentation/ABI/testing/
Drtc-cdev28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
/Linux-v4.19/drivers/char/
Defirtc.c160 case RTC_UIE_OFF: in efi_rtc_ioctl()
Drtc.c396 case RTC_UIE_OFF: in rtc_do_ioctl()
456 case RTC_UIE_OFF: /* Mask ints from RTC updates. */ in rtc_do_ioctl()
/Linux-v4.19/drivers/input/misc/
Dhp_sdc_rtc.c532 case RTC_UIE_OFF: /* Allow ints for RTC updates. */ in hp_sdc_rtc_ioctl()
/Linux-v4.19/drivers/mfd/
Dmenelaus.c1057 case RTC_UIE_OFF: in menelaus_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c813 COMPATIBLE_IOCTL(RTC_UIE_OFF)