Searched refs:hwmon_type (Results 1 – 1 of 1) sorted by relevance
37 enum efx_hwmon_type hwmon_type; member40 #define SENSOR(name, label, hwmon_type, port) \ argument41 [MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port }106 enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN; in efx_mcdi_sensor_event() local117 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type; in efx_mcdi_sensor_event()123 EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT); in efx_mcdi_sensor_event()124 unit = efx_hwmon_unit[hwmon_type]; in efx_mcdi_sensor_event()139 enum efx_hwmon_type hwmon_type; member206 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value()233 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_limit()[all …]