Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h88 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ 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.c134 rc = ioctl(self->fd, RTC_UIE_ON, 0);
163 rc = ioctl(self->fd, RTC_UIE_ON, 0); in TEST_F()
/openbmc/linux/drivers/rtc/
H A Ddev.c355 case RTC_UIE_ON: in rtc_dev_ioctl()
/openbmc/linux/drivers/mfd/
H A Dmenelaus.c1035 case RTC_UIE_ON: in menelaus_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h74 IOCTL(RTC_UIE_ON, 0, TYPE_NULL) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1441 +pub const RTC_UIE_ON: u32 = 28675;