Searched refs:sensor_count (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/thermal/ti-soc-thermal/ |
A D | ti-bandgap.c | 109 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_power() 212 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_talert_irq_handler() 658 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_set_continuous_mode() 926 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe() 968 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_probe() 972 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe() 1002 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_probe() 1007 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe() 1033 i = bgp->conf->sensor_count; in ti_bandgap_probe() 1081 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_remove() [all …]
|
A D | omap4-thermal-data.c | 81 .sensor_count = 1, 212 .sensor_count = 1, 243 .sensor_count = 1,
|
A D | omap3-thermal-data.c | 89 .sensor_count = 1, 157 .sensor_count = 1,
|
A D | omap5-thermal-data.c | 302 .sensor_count = 3,
|
A D | ti-bandgap.h | 330 int sensor_count; member
|
A D | dra752-thermal-data.c | 371 .sensor_count = 5,
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_hwmon.c | 52 u8 sensor_count; member 234 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_get() 272 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_fault_show() 312 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_critical_get() 346 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_emergency_get() 587 mlxsw_hwmon->sensor_count = mlxsw_reg_mtcap_sensor_count_get(mtcap_pl); in mlxsw_hwmon_temp_init() 588 for (i = 0; i < mlxsw_hwmon->sensor_count; i++) { in mlxsw_hwmon_temp_init() 674 mlxsw_hwmon->module_sensor_max = mlxsw_hwmon->sensor_count + in mlxsw_hwmon_module_init() 676 for (i = mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_init()
|
A D | reg.h | 9643 MLXSW_ITEM32(reg, mtcap, sensor_count, 0x00, 0, 7);
|
/linux/drivers/platform/chrome/ |
A D | cros_ec_proto.c | 848 int ret, sensor_count; in cros_ec_get_sensor_count() local 870 sensor_count = ret; in cros_ec_get_sensor_count() 873 sensor_count = resp->dump.sensor_count; in cros_ec_get_sensor_count() 881 if (sensor_count < 0 && ec->cmd_offset == 0 && ec_dev->cmd_readmem) { in cros_ec_get_sensor_count() 889 sensor_count = 2; in cros_ec_get_sensor_count() 894 sensor_count = 0; in cros_ec_get_sensor_count() 897 return sensor_count; in cros_ec_get_sensor_count()
|
/linux/include/linux/platform_data/ |
A D | cros_ec_commands.h | 2682 uint8_t sensor_count; member
|
Completed in 68 milliseconds