Searched refs:overflow_period (Results 1 – 5 of 5) sorted by relevance
340 const s64 overflow_period, in cros_ec_sensor_ring_fix_overflow() argument347 if (abs(state->last - *ts) > (overflow_period / 2)) { in cros_ec_sensor_ring_fix_overflow()348 adjust = state->last > *ts ? overflow_period : -overflow_period; in cros_ec_sensor_ring_fix_overflow()
261 schedule_delayed_work(&timer->overflow_work, timer->overflow_period); in mlx5_timestamp_overflow()971 timer->overflow_period = ns; in mlx5_init_overflow_period()974 if (timer->overflow_period) in mlx5_init_overflow_period()981 clock_info->overflow_period = timer->overflow_period; in mlx5_init_overflow_period()
477 __aligned_u64 overflow_period; member
88 unsigned long overflow_period; member270 mlxsw_core_schedule_dw(&clock->overflow_work, clock->overflow_period); in mlxsw_sp1_ptp_clock_overflow()306 clock->overflow_period = nsecs_to_jiffies(nsec); in mlxsw_sp1_ptp_clock_init()
711 unsigned long overflow_period; member