Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drtc.h95 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
/linux/samples/pfsm/
H A Dpfsm-wakeup.c74 ret = ioctl(fd_rtc, RTC_ALM_SET, &rtc_tm); in main()
/linux/Documentation/ABI/testing/
H A Drtc-cdev16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
/linux/tools/testing/selftests/rtc/
H A Drtctest.c240 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F()
370 rc = ioctl(self->fd, RTC_ALM_SET, &tm);
/linux/drivers/rtc/
H A Ddev.c268 case RTC_ALM_SET: in rtc_dev_ioctl()