Lines Matching refs:ts
137 struct timespec *ts = (struct timespec *)args; in soft_rtc_control() local
139 ts->tv_sec = init_time + _ts.tv_sec; in soft_rtc_control()
140 ts->tv_nsec = init_ts.tv_nsec + _ts.tv_nsec; in soft_rtc_control()
146 struct timespec *ts = (struct timespec *)args; in soft_rtc_control() local
148 set_rtc_time(ts->tv_sec); in soft_rtc_control()
149 init_ts.tv_nsec = ts->tv_nsec - _ts.tv_nsec; in soft_rtc_control()
154 struct timespec *ts = (struct timespec *)args; in soft_rtc_control() local
155 ts->tv_sec = 0; in soft_rtc_control()
156 ts->tv_nsec = (rt_ktime_cputimer_getres() / RT_KTIME_RESMUL); in soft_rtc_control()
178 struct timespec *ts = (struct timespec *)args; in soft_rtc_control() local
179 ts->tv_sec = 0; in soft_rtc_control()
180 ts->tv_nsec = (1000UL * 1000 * 1000) / RT_TICK_PER_SECOND; in soft_rtc_control()