Home
last modified time | relevance | path

Searched refs:time_stamps (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/power/
Dab8500_fg.c109 time64_t time_stamps[NBR_AVG_SAMPLES]; member
395 avg->time_stamps[avg->pos] = ts64.tv_sec; in ab8500_fg_add_cap_sample()
408 } while (ts64.tv_sec - VALID_CAPACITY_SEC > avg->time_stamps[avg->pos]); in ab8500_fg_add_cap_sample()
433 avg->time_stamps[i] = 0; in ab8500_fg_clear_cap_samples()
454 avg->time_stamps[i] = ts64.tv_sec; in ab8500_fg_fill_cap_sample()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.c1428 static void cnic_bnx2x_set_tcp_options(struct cnic_dev *dev, int time_stamps, in cnic_bnx2x_set_tcp_options() argument
1435 if (time_stamps) { in cnic_bnx2x_set_tcp_options()