Searched refs:RTC_ALM_READ (Results 1 – 4 of 4) sorted by relevance
96 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ macro
133 rc = ioctl(self->fd, RTC_ALM_READ, &tm); in TEST_F()235 rc = ioctl(self->fd, RTC_ALM_READ, &tm);
16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
257 case RTC_ALM_READ: in rtc_dev_ioctl()
Completed in 6 milliseconds