Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c368 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()
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()
490 hwmon_prefix, hwmon_index); in efx_mcdi_mon_probe()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c368 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()
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()
490 hwmon_prefix, hwmon_index); in efx_siena_mcdi_mon_probe()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dibmpowernv.c63 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()