Searched refs:RTC_ALM_SET (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtc.h | 95 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
|
/openbmc/linux/samples/pfsm/ |
H A D | pfsm-wakeup.c | 74 ret = ioctl(fd_rtc, RTC_ALM_SET, &rtc_tm); in main()
|
/openbmc/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 211 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F() 321 rc = ioctl(self->fd, RTC_ALM_SET, &tm);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | rtc-cdev | 16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
|
/openbmc/linux/drivers/rtc/ |
H A D | dev.c | 268 case RTC_ALM_SET: in rtc_dev_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 81 IOCTL(RTC_ALM_SET, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtc_time))) in IOCTL()
|