Searched refs:num_power (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 212 "power%d_input", num_power + 1); in scpi_hwmon_probe() 214 "power%d_label", num_power + 1); in scpi_hwmon_probe() 215 num_power++; in scpi_hwmon_probe()
|
H A D | ibmpex.c | 367 int num_power = 0; in ibmpex_find_sensors() local 387 num_power++; in ibmpex_find_sensors() 388 sensor_counter = num_power; 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 210 "power%d_input", num_power + 1); in scpi_hwmon_probe() 212 "power%d_label", num_power + 1); in scpi_hwmon_probe() 213 num_power++; in scpi_hwmon_probe()
|
H A D | ibmpex.c | 367 int num_power = 0; in ibmpex_find_sensors() local 387 num_power++; in ibmpex_find_sensors() 388 sensor_counter = num_power; in ibmpex_find_sensors()
|
Completed in 3 milliseconds