Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_hwmon.c21 struct mlxsw_hwmon *hwmon;
34 struct mlxsw_hwmon { struct
53 struct mlxsw_hwmon *mlxsw_hwmon = mlwsw_hwmon_attr->hwmon; in mlxsw_hwmon_temp_show() argument
59 mlxsw_hwmon->module_sensor_count); in mlxsw_hwmon_temp_show()
61 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_show()
63 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query temp sensor\n"); in mlxsw_hwmon_temp_show()
76 struct mlxsw_hwmon *mlxsw_hwmon = mlwsw_hwmon_attr->hwmon; in mlxsw_hwmon_temp_max_show() local
82 mlxsw_hwmon->module_sensor_count); in mlxsw_hwmon_temp_max_show()
84 err = mlxsw_reg_query(mlxsw_hwmon->core, MLXSW_REG(mtmp), mtmp_pl); in mlxsw_hwmon_temp_max_show()
86 dev_err(mlxsw_hwmon->bus_info->dev, "Failed to query temp sensor\n"); in mlxsw_hwmon_temp_max_show()
[all …]
Dcore.h394 struct mlxsw_hwmon;
400 struct mlxsw_hwmon **p_hwmon);
401 void mlxsw_hwmon_fini(struct mlxsw_hwmon *mlxsw_hwmon);
407 struct mlxsw_hwmon **p_hwmon) in mlxsw_hwmon_init()
412 static inline void mlxsw_hwmon_fini(struct mlxsw_hwmon *mlxsw_hwmon) in mlxsw_hwmon_fini() argument
Dcore.c79 struct mlxsw_hwmon *hwmon;