Searched refs:sensor_count (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 113 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_power() 216 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_talert_irq_handler() 326 if ((id < 0) || (id >= bgp->conf->sensor_count)) { in ti_bandgap_validate() 657 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_set_continuous_mode() 855 bgp->regval = devm_kcalloc(&pdev->dev, bgp->conf->sensor_count, in ti_bandgap_build() 930 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() 976 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe() 1006 for (i = 0; i < bgp->conf->sensor_count; i++) in ti_bandgap_probe() 1011 for (i = 0; i < bgp->conf->sensor_count; i++) { in ti_bandgap_probe() [all …]
|
D | omap4-thermal-data.c | 88 .sensor_count = 1, 219 .sensor_count = 1, 250 .sensor_count = 1,
|
D | omap3-thermal-data.c | 97 .sensor_count = 1, 165 .sensor_count = 1,
|
D | omap5-thermal-data.c | 311 .sensor_count = 3,
|
D | ti-bandgap.h | 334 int sensor_count; member
|
D | dra752-thermal-data.c | 380 .sensor_count = 5,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_hwmon.c | 236 u8 sensor_count; in mlxsw_hwmon_temp_init() local 245 sensor_count = mlxsw_reg_mtcap_sensor_count_get(mtcap_pl); in mlxsw_hwmon_temp_init() 246 for (i = 0; i < sensor_count; i++) { in mlxsw_hwmon_temp_init()
|
D | reg.h | 7464 MLXSW_ITEM32(reg, mtcap, sensor_count, 0x00, 0, 7);
|
/Linux-v4.19/drivers/mfd/ |
D | cros_ec_dev.c | 301 sensor_num = resp->dump.sensor_count; in cros_ec_sensors_register()
|
/Linux-v4.19/include/linux/mfd/ |
D | cros_ec_commands.h | 1609 uint8_t sensor_count; member
|