Searched refs:RTC_ALM_READ (Results 1 – 8 of 8) sorted by relevance
81 #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
167 case RTC_ALM_READ: in efi_rtc_ioctl()
463 case RTC_ALM_READ: /* Read the present alarm time */ in rtc_do_ioctl()
254 case RTC_ALM_READ: in rtc_dev_ioctl()
537 case RTC_ALM_READ: /* Read the present alarm time */ in hp_sdc_rtc_ioctl()
563 COMPATIBLE_IOCTL(RTC_ALM_READ)