Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h104 #define RTC_WKALM_SET _IOW('p', 0x0f, struct rtc_wkalrm)/* Set wakeup alarm*/ macro
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev21 * RTC_WKALM_RD, RTC_WKALM_SET: For RTCs that support a more
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c271 rc = ioctl(self->fd, RTC_WKALM_SET, &alarm); in TEST_F()
381 rc = ioctl(self->fd, RTC_WKALM_SET, &alarm);
/openbmc/linux/Documentation/arch/ia64/
H A Defirtc.rst120 ioctl(d, RTC_WKALM_SET, &wkt)
/openbmc/linux/drivers/rtc/
H A Ddev.c370 case RTC_WKALM_SET: in rtc_dev_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h89 IOCTL(RTC_WKALM_SET, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtc_wkalrm))) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1232 +pub const RTC_WKALM_SET: u32 = 1076391951;