Searched refs:fw_ts_ms (Results 1 – 6 of 6) sorted by relevance
208 convert_fw_rel_time_to_systime(struct timespec64 *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument210 convert_fw_rel_time_to_systime(struct timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime()213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
190 convert_fw_rel_time_to_systime(struct osl_timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument192 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()
211 convert_fw_rel_time_to_systime(struct osl_timespec *ts, uint32 fw_ts_ms) in convert_fw_rel_time_to_systime() argument213 return ((uint64)(TIMESPEC_TO_US(*ts)) - (uint64)(fw_ts_ms * 1000)); in convert_fw_rel_time_to_systime()