Searched refs:tv (Results 1 – 2 of 2) sorted by relevance
381 struct timeval tv;383 gettimeofday(&tv, NULL);384 epoch = tv.tv_sec;386 epoch += tv.tv_usec;
88 struct timeval tv; in mipi_syst_get_epoch_us() local89 gettimeofday(&tv, NULL); in mipi_syst_get_epoch_us()90 epoch = tv.tv_sec; in mipi_syst_get_epoch_us()92 epoch += tv.tv_usec; in mipi_syst_get_epoch_us()