Searched refs:num_temp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | scpi-hwmon.c | 139 int num_temp = 0, num_volt = 0, num_current = 0, num_power = 0; in scpi_hwmon_probe() local 191 "temp%d_input", num_temp + 1); in scpi_hwmon_probe() 193 "temp%d_label", num_temp + 1); in scpi_hwmon_probe() 194 num_temp++; in scpi_hwmon_probe()
|
H A D | ibmpex.c | 368 int num_temp = 0; in ibmpex_find_sensors() local 396 num_temp++; in ibmpex_find_sensors() 397 sensor_counter = num_temp; in ibmpex_find_sensors()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | scpi-hwmon.c | 139 int num_temp = 0, num_volt = 0, num_current = 0, num_power = 0; in scpi_hwmon_probe() local 189 "temp%d_input", num_temp + 1); in scpi_hwmon_probe() 191 "temp%d_label", num_temp + 1); in scpi_hwmon_probe() 192 num_temp++; in scpi_hwmon_probe()
|
H A D | ibmpex.c | 368 int num_temp = 0; in ibmpex_find_sensors() local 396 num_temp++; in ibmpex_find_sensors() 397 sensor_counter = num_temp; in ibmpex_find_sensors()
|
Completed in 4 milliseconds