Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h95 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
/openbmc/linux/samples/pfsm/
H A Dpfsm-wakeup.c74 ret = ioctl(fd_rtc, RTC_ALM_SET, &rtc_tm); in main()
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
/openbmc/linux/tools/testing/selftests/rtc/
H A Drtctest.c211 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F()
321 rc = ioctl(self->fd, RTC_ALM_SET, &tm);
/openbmc/linux/drivers/rtc/
H A Ddev.c268 case RTC_ALM_SET: in rtc_dev_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h81 IOCTL(RTC_ALM_SET, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtc_time))) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1433 +pub const RTC_ALM_SET: u32 = 1076129799;