Home
last modified time | relevance | path

Searched refs:hwmon_index (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi_mon.c371 unsigned hwmon_index; in efx_mcdi_mon_probe() local
427 hwmon_index = ++n_temp; /* 1-based */ in efx_mcdi_mon_probe()
435 hwmon_index = ++n_cool; /* 1-based */ in efx_mcdi_mon_probe()
439 hwmon_index = n_in++; /* 0-based */ in efx_mcdi_mon_probe()
443 hwmon_index = ++n_curr; /* 1-based */ in efx_mcdi_mon_probe()
447 hwmon_index = ++n_power; /* 1-based */ in efx_mcdi_mon_probe()
462 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe()
468 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe()
475 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe()
485 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe()
[all …]
/Linux-v4.19/drivers/hwmon/
Dibmpowernv.c75 u32 hwmon_index; member
87 u32 hwmon_index; member
342 return sdata_table[i].hwmon_index; in get_sensor_hwmon_index()
344 return ++sensor_groups[sdata->type].hwmon_index; in get_sensor_hwmon_index()
508 sensor_groups[sdata->type].name, sdata->hwmon_index, in create_hwmon_attr()
536 sdata->hwmon_index = hd; in populate_sensor()