Home
last modified time | relevance | path

Searched refs:overflow_period (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c340 const s64 overflow_period, in cros_ec_sensor_ring_fix_overflow() argument
347 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c261 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()
/openbmc/linux/include/uapi/rdma/
H A Dmlx5-abi.h477 __aligned_u64 overflow_period; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c88 unsigned long overflow_period; member
270 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()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h711 unsigned long overflow_period; member