Searched full:bus_ts (Results 1 – 3 of 3) sorted by relevance
84 "bus_sdram", "bus_gmac", "bus_ts",
1367 if (dhd_pub->bus_ts.tv_sec == 0 && dhd_pub->bus_ts.tv_nsec == 0) { in dhd_doiovar()1368 osl_do_gettimeofday(&dhd_pub->bus_ts); in dhd_doiovar()1373 diff_ms = osl_do_gettimediff(&cur_ts, &dhd_pub->bus_ts)/1000; in dhd_doiovar()1376 memcpy(&dhd_pub->bus_ts, &cur_ts, sizeof(struct osl_timespec)); in dhd_doiovar()
1067 struct osl_timespec bus_ts; member