Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/power/supply/
Dcw2015_battery.c77 u32 poll_interval_ms; member
265 CW2015_BAT_SOC_ERROR_MS / cw_bat->poll_interval_ms; in cw_get_soc()
282 CW2015_BAT_CHARGING_STUCK_MS / cw_bat->poll_interval_ms; in cw_get_soc()
458 msecs_to_jiffies(cw_bat->poll_interval_ms)); in cw_bat_work()
591 &cw_bat->poll_interval_ms); in cw2015_parse_properties()
594 cw_bat->poll_interval_ms = CW2015_DEFAULT_POLL_INTERVAL_MS; in cw2015_parse_properties()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c856 u64 poll_interval_ms = mlx5_tout_ms(dev, HEALTH_POLL_INTERVAL); in mlx5_start_health_poll() local
865 health->timer.expires = jiffies + msecs_to_jiffies(poll_interval_ms); in mlx5_start_health_poll()