Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/power/supply/
Dab8500_fg.c109 time64_t time_stamps[NBR_AVG_SAMPLES]; member
388 avg->time_stamps[avg->pos] = now; in ab8500_fg_add_cap_sample()
401 } while (now - VALID_CAPACITY_SEC > avg->time_stamps[avg->pos]); in ab8500_fg_add_cap_sample()
426 avg->time_stamps[i] = 0; in ab8500_fg_clear_cap_samples()
447 avg->time_stamps[i] = now; in ab8500_fg_fill_cap_sample()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dcnic.c1439 static void cnic_bnx2x_set_tcp_options(struct cnic_dev *dev, int time_stamps, in cnic_bnx2x_set_tcp_options() argument
1446 if (time_stamps) { in cnic_bnx2x_set_tcp_options()