Searched refs:sensor_count (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 99 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 …]
|
D | omap4-thermal-data.c | 79 .sensor_count = 1, 210 .sensor_count = 1, 241 .sensor_count = 1,
|
D | omap3-thermal-data.c | 89 .sensor_count = 1, 157 .sensor_count = 1,
|
D | omap5-thermal-data.c | 302 .sensor_count = 3,
|
D | ti-bandgap.h | 320 int sensor_count; member
|
D | dra752-thermal-data.c | 371 .sensor_count = 5,
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_hwmon.c | 43 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()
|
D | reg.h | 8170 MLXSW_ITEM32(reg, mtcap, sensor_count, 0x00, 0, 7);
|
/Linux-v5.4/drivers/mfd/ |
D | cros_ec_dev.c | 187 sensor_num = resp->dump.sensor_count; in cros_ec_sensors_register()
|
/Linux-v5.4/include/linux/platform_data/ |
D | cros_ec_commands.h | 2669 uint8_t sensor_count; member
|