Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dasus_wmi_sensors.c159 int sensor_count; member
386 for (i = 0; i < sensor_data->wmi.sensor_count; i++) { in asus_wmi_update_values_for_source()
517 for (i = 0; i < sensor_data->wmi.sensor_count; i++) { in asus_wmi_configure_sensor_setup()
555 sensor_data->wmi.info_by_id = devm_kcalloc(dev, sensor_data->wmi.sensor_count, in asus_wmi_configure_sensor_setup()
582 for (i = sensor_data->wmi.sensor_count - 1; i >= 0; i--) { in asus_wmi_configure_sensor_setup()
606 sensor_data->wmi.sensor_count); in asus_wmi_configure_sensor_setup()
630 if (asus_wmi_get_item_count(&sensor_data->wmi.sensor_count)) in asus_wmi_probe()
633 if (sensor_data->wmi.sensor_count <= 0 || version < 2) { in asus_wmi_probe()
635 version, sensor_data->wmi.sensor_count); in asus_wmi_probe()
/linux/drivers/thermal/ti-soc-thermal/
H A Domap4-thermal-data.c81 .sensor_count = 1,
212 .sensor_count = 1,
243 .sensor_count = 1,
H A Domap3-thermal-data.c89 .sensor_count = 1,
157 .sensor_count = 1,
H A Domap5-thermal-data.c302 .sensor_count = 3,
H A Dti-bandgap.h330 int sensor_count; member
H A Ddra752-thermal-data.c371 .sensor_count = 5,
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c53 u8 sensor_count; member
254 module = mlxsw_hwmon_attr->type_index - mlxsw_hwmon_dev->sensor_count; in mlxsw_hwmon_module_temp_get()
294 module = mlxsw_hwmon_attr->type_index - mlxsw_hwmon_dev->sensor_count; in mlxsw_hwmon_module_temp_fault_show()
335 module = mlxsw_hwmon_attr->type_index - mlxsw_hwmon_dev->sensor_count; in mlxsw_hwmon_module_temp_critical_get()
372 module = mlxsw_hwmon_attr->type_index - mlxsw_hwmon_dev->sensor_count; in mlxsw_hwmon_module_temp_emergency_get()
409 mlxsw_hwmon_attr->mlxsw_hwmon_dev->sensor_count); in mlxsw_hwmon_module_temp_label_show()
618 mlxsw_hwmon_dev->sensor_count = mlxsw_reg_mtcap_sensor_count_get(mtcap_pl); in mlxsw_hwmon_temp_init()
619 for (i = 0; i < mlxsw_hwmon_dev->sensor_count; i++) { in mlxsw_hwmon_temp_init()
706 mlxsw_hwmon_dev->module_sensor_max = mlxsw_hwmon_dev->sensor_count + in mlxsw_hwmon_module_init()
708 for (i = mlxsw_hwmon_dev->sensor_count; in mlxsw_hwmon_module_init()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c279 *asic_platform_scount = MLX5_GET(mtcap_reg, mtcap_out, sensor_count); in mlx5_hwmon_get_sensors_count()
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c2456 data->dump.sensor_count = 0xbf; in cros_ec_proto_test_get_sensor_count_normal()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11470 u8 sensor_count[0x7]; member