Home
last modified time | relevance | path

Searched refs:RTC_ALM_READ (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
A Drtc.h96 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ macro
/linux/tools/testing/selftests/rtc/
A Drtctest.c133 rc = ioctl(self->fd, RTC_ALM_READ, &tm); in TEST_F()
235 rc = ioctl(self->fd, RTC_ALM_READ, &tm);
/linux/Documentation/ABI/testing/
A Drtc-cdev16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
/linux/drivers/rtc/
A Ddev.c257 case RTC_ALM_READ: in rtc_dev_ioctl()

Completed in 6 milliseconds