Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c37 enum efx_hwmon_type hwmon_type; member
40 #define SENSOR(name, label, hwmon_type, port) \ argument
41 [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() local
117 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; member
206 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value()
366 enum efx_hwmon_type hwmon_type; efx_mcdi_mon_probe() local
[all...]
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c37 enum efx_hwmon_type hwmon_type; member
40 #define SENSOR(name, label, hwmon_type, port) \ argument
41 [MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port }
106 enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN; in efx_siena_mcdi_sensor_event() local
117 hwmon_type = efx_mcdi_sensor_type[type].hwmon_type; in efx_siena_mcdi_sensor_event()
123 EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT); in efx_siena_mcdi_sensor_event()
124 unit = efx_hwmon_unit[hwmon_type]; in efx_siena_mcdi_sensor_event()
139 enum efx_hwmon_type hwmon_type; member
206 switch (mon_attr->hwmon_type) { in efx_mcdi_mon_show_value()
366 enum efx_hwmon_type hwmon_type; efx_siena_mcdi_mon_probe() local
[all...]
/linux/tools/perf/util/
H A Dhwmon_pmu.h12 * enum hwmon_type:
20 enum hwmon_type { enum
40 * Similar to enum hwmon_type but describes the item part of a a sysfs filename.
106 enum hwmon_type type :8;
129 enum hwmon_type *type,
H A Dhwmon_pmu.c25 /** Strings that correspond to enum hwmon_type. */
158 enum hwmon_type *type, in parse_hwmon_filename()
254 enum hwmon_type type; in hwmon_pmu__read_events()
556 enum hwmon_type type; in hwmon_pmu__have_event()
591 enum hwmon_type type; in hwmon_pmu__config_term()
675 enum hwmon_type type; in hwmon_pmu__check_alias()
H A Dpmus.c372 enum hwmon_type type; in perf_pmus__scan_for_event()
/linux/tools/perf/tests/
H A Dhwmon_pmu.c257 enum hwmon_type type; in test__parse_hwmon_filename()
322 enum hwmon_type type; in test__parse_hwmon_filename()