Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c350 mlxsw_thermal_module_tz_init(struct mlxsw_thermal_module *module_tz) in mlxsw_thermal_module_tz_init() argument
355 if (module_tz->slot_index) in mlxsw_thermal_module_tz_init()
357 module_tz->slot_index, module_tz->module + 1); in mlxsw_thermal_module_tz_init()
360 module_tz->module + 1); in mlxsw_thermal_module_tz_init()
361 module_tz->tzdev = thermal_zone_device_register_with_trips(tz_name, in mlxsw_thermal_module_tz_init()
362 module_tz->trips, in mlxsw_thermal_module_tz_init()
364 module_tz, in mlxsw_thermal_module_tz_init()
368 module_tz->parent->polling_delay); in mlxsw_thermal_module_tz_init()
369 if (IS_ERR(module_tz->tzdev)) { in mlxsw_thermal_module_tz_init()
370 err = PTR_ERR(module_tz->tzdev); in mlxsw_thermal_module_tz_init()
[all …]