Searched refs:RTC_UIE_OFF (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtc.h | 89 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 150 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 D | dev.c | 359 case RTC_UIE_OFF: in rtc_dev_ioctl() 516 rtc_dev_ioctl(file, RTC_UIE_OFF, 0); in rtc_dev_release()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
|
/openbmc/linux/drivers/mfd/ |
H A D | menelaus.c | 1044 case RTC_UIE_OFF: in menelaus_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 75 IOCTL(RTC_UIE_OFF, 0, TYPE_NULL) in IOCTL()
|