Searched refs:RTC_WKALM_RD (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtc.h | 105 #define RTC_WKALM_RD _IOR('p', 0x10, struct rtc_wkalrm)/* Get wakeup alarm*/ macro
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 278 rc = ioctl(self->fd, RTC_WKALM_RD, &alarm); in TEST_F() 388 rc = ioctl(self->fd, RTC_WKALM_RD, &alarm);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 21 * RTC_WKALM_RD, RTC_WKALM_SET: For RTCs that support a more
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | efirtc.rst | 116 ioctl(d, RTC_WKALM_RD, &wkt)
|
/openbmc/linux/drivers/rtc/ |
H A D | dev.c | 377 case RTC_WKALM_RD: in rtc_dev_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 88 IOCTL(RTC_WKALM_RD, IOC_R, MK_PTR(MK_STRUCT(STRUCT_rtc_wkalrm))) in IOCTL()
|