Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmcdi_mon.c40 enum efx_hwmon_type hwmon_type; member
43 #define SENSOR(name, label, hwmon_type, port) \ argument
44 [MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port }
109 enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN; in efx_mcdi_sensor_event() local
120 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type; in efx_mcdi_sensor_event()
126 EFX_BUG_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT); in efx_mcdi_sensor_event()
127 unit = efx_hwmon_unit[hwmon_type]; in efx_mcdi_sensor_event()
142 enum efx_hwmon_type hwmon_type; member
209 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value()
236 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_limit()
[all …]