Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h89 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c150 rc = ioctl(self->fd, RTC_UIE_OFF, 0);
189 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
/openbmc/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()
/openbmc/linux/drivers/mfd/
H A Dmenelaus.c1044 case RTC_UIE_OFF: in menelaus_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h75 IOCTL(RTC_UIE_OFF, 0, TYPE_NULL) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1221 +pub const RTC_UIE_OFF: u32 = 28676;