Searched refs:hwmon_index (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | mcdi_mon.c | 368 unsigned hwmon_index; in efx_mcdi_mon_probe() local 424 hwmon_index = ++n_temp; /* 1-based */ in efx_mcdi_mon_probe() 432 hwmon_index = ++n_cool; /* 1-based */ in efx_mcdi_mon_probe() 436 hwmon_index = n_in++; /* 0-based */ in efx_mcdi_mon_probe() 440 hwmon_index = ++n_curr; /* 1-based */ in efx_mcdi_mon_probe() 444 hwmon_index = ++n_power; /* 1-based */ in efx_mcdi_mon_probe() 459 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe() 465 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe() 472 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe() 482 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe() [all …]
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | mcdi_mon.c | 368 unsigned hwmon_index; in efx_siena_mcdi_mon_probe() local 424 hwmon_index = ++n_temp; /* 1-based */ in efx_siena_mcdi_mon_probe() 432 hwmon_index = ++n_cool; /* 1-based */ in efx_siena_mcdi_mon_probe() 436 hwmon_index = n_in++; /* 0-based */ in efx_siena_mcdi_mon_probe() 440 hwmon_index = ++n_curr; /* 1-based */ in efx_siena_mcdi_mon_probe() 444 hwmon_index = ++n_power; /* 1-based */ in efx_siena_mcdi_mon_probe() 459 hwmon_prefix, hwmon_index); in efx_siena_mcdi_mon_probe() 465 hwmon_prefix, hwmon_index); in efx_siena_mcdi_mon_probe() 472 hwmon_prefix, hwmon_index); in efx_siena_mcdi_mon_probe() 482 hwmon_prefix, hwmon_index); in efx_siena_mcdi_mon_probe() [all …]
|
/linux-6.1.9/drivers/hwmon/ |
D | ibmpowernv.c | 63 u32 hwmon_index; member 75 u32 hwmon_index; member 329 return sdata_table[i].hwmon_index; in get_sensor_hwmon_index() 331 return ++sensor_groups[sdata->type].hwmon_index; in get_sensor_hwmon_index() 492 sensor_groups[sdata->type].name, sdata->hwmon_index, in create_hwmon_attr() 520 sdata->hwmon_index = hd; in populate_sensor()
|