Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/power/supply/
Dab8500_fg.c111 time64_t time_stamps[NBR_AVG_SAMPLES]; member
391 avg->time_stamps[avg->pos] = now; in ab8500_fg_add_cap_sample()
404 } while (now - VALID_CAPACITY_SEC > avg->time_stamps[avg->pos]); in ab8500_fg_add_cap_sample()
429 avg->time_stamps[i] = 0; in ab8500_fg_clear_cap_samples()
450 avg->time_stamps[i] = now; in ab8500_fg_fill_cap_sample()
/linux-5.19.10/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()