Lines Matching refs:args
84 static rt_err_t soft_rtc_control(rt_device_t dev, int cmd, void *args) in soft_rtc_control() argument
96 t = (time_t *) args; in soft_rtc_control()
102 t = (time_t *) args; in soft_rtc_control()
108 *((struct rt_rtc_wkalarm *)args) = wkalarm; in soft_rtc_control()
111 wkalarm = *((struct rt_rtc_wkalarm *)args); in soft_rtc_control()
119 struct timeval *tv = (struct timeval *)args; in soft_rtc_control()
128 struct timeval *tv = (struct timeval *)args; in soft_rtc_control()
137 struct timespec *ts = (struct timespec *)args; in soft_rtc_control()
146 struct timespec *ts = (struct timespec *)args; in soft_rtc_control()
154 struct timespec *ts = (struct timespec *)args; in soft_rtc_control()
162 struct timeval *tv = (struct timeval *)args; in soft_rtc_control()
170 struct timeval *tv = (struct timeval *)args; in soft_rtc_control()
178 struct timespec *ts = (struct timespec *)args; in soft_rtc_control()