Searched refs:sensor_count (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/hwmon/ |
H A D | asus_wmi_sensors.c | 159 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 D | omap4-thermal-data.c | 81 .sensor_count = 1, 212 .sensor_count = 1, 243 .sensor_count = 1,
|
H A D | omap3-thermal-data.c | 89 .sensor_count = 1, 157 .sensor_count = 1,
|
H A D | omap5-thermal-data.c | 302 .sensor_count = 3,
|
H A D | ti-bandgap.h | 330 int sensor_count; member
|
H A D | dra752-thermal-data.c | 371 .sensor_count = 5,
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_hwmon.c | 53 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 D | hwmon.c | 279 *asic_platform_scount = MLX5_GET(mtcap_reg, mtcap_out, sensor_count); in mlx5_hwmon_get_sensors_count()
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test.c | 2456 data->dump.sensor_count = 0xbf; in cros_ec_proto_test_get_sensor_count_normal()
|
/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 11470 u8 sensor_count[0x7]; member
|