Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/ti-soc-thermal/
Dti-bandgap.c99 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_power()
202 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_talert_irq_handler()
312 if ((id < 0) || (id >= bgp->conf->sensor_count)) { in ti_bandgap_validate()
643 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_set_continuous_mode()
841 bgp->regval = devm_kcalloc(&pdev->dev, bgp->conf->sensor_count, in ti_bandgap_build()
916 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe()
958 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_probe()
962 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe()
992 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_probe()
997 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe()
[all …]
Domap4-thermal-data.c79 .sensor_count = 1,
210 .sensor_count = 1,
241 .sensor_count = 1,
Domap3-thermal-data.c89 .sensor_count = 1,
157 .sensor_count = 1,
Domap5-thermal-data.c302 .sensor_count = 3,
Dti-bandgap.h320 int sensor_count; member
Ddra752-thermal-data.c371 .sensor_count = 5,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dcore_hwmon.c43 u8 sensor_count; member
220 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_show()
243 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_fault_show()
284 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_critical_show()
307 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_emergency_show()
472 mlxsw_hwmon->sensor_count = mlxsw_reg_mtcap_sensor_count_get(mtcap_pl); in mlxsw_hwmon_temp_init()
473 for (i = 0; i < mlxsw_hwmon->sensor_count; i++) { in mlxsw_hwmon_temp_init()
545 index = mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_init()
Dreg.h8170 MLXSW_ITEM32(reg, mtcap, sensor_count, 0x00, 0, 7);
/Linux-v5.4/drivers/mfd/
Dcros_ec_dev.c187 sensor_num = resp->dump.sensor_count; in cros_ec_sensors_register()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h2669 uint8_t sensor_count; member