Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/hwmon/
Dibmpowernv.c63 u32 hwmon_index; member
73 u32 hwmon_index; member
277 return sdata_table[i].hwmon_index; in get_sensor_hwmon_index()
279 return ++sensor_groups[sdata->type].hwmon_index; in get_sensor_hwmon_index()
333 sensor_groups[sdata->type].name, sdata->hwmon_index, in create_hwmon_attr()
407 sdata[count].hwmon_index = in create_device_attrs()
424 sdata[count].hwmon_index = sdata[count - 1].hwmon_index; in create_device_attrs()