Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h96 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ macro
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c218 rc = ioctl(self->fd, RTC_ALM_READ, &tm); in TEST_F()
328 rc = ioctl(self->fd, RTC_ALM_READ, &tm);
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
/openbmc/linux/drivers/rtc/
H A Ddev.c257 case RTC_ALM_READ: in rtc_dev_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h80 IOCTL(RTC_ALM_READ, IOC_R, MK_PTR(MK_STRUCT(STRUCT_rtc_time))) in IOCTL()