RTC_ALM_SET
case RTC_ALM_SET:
ret = ioctl(fd_rtc, RTC_ALM_SET, &rtc_tm);
rc = ioctl(self->fd, RTC_ALM_SET, &tm);