Symbol: hwmon_type
drivers/net/ethernet/sfc/mcdi_mon.c
106
enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN;
drivers/net/ethernet/sfc/mcdi_mon.c
117
hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
drivers/net/ethernet/sfc/mcdi_mon.c
123
EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT);
drivers/net/ethernet/sfc/mcdi_mon.c
124
unit = efx_hwmon_unit[hwmon_type];
drivers/net/ethernet/sfc/mcdi_mon.c
139
enum efx_hwmon_type hwmon_type;
drivers/net/ethernet/sfc/mcdi_mon.c
206
switch (mon_attr->hwmon_type) {
drivers/net/ethernet/sfc/mcdi_mon.c
233
switch (mon_attr->hwmon_type) {
drivers/net/ethernet/sfc/mcdi_mon.c
292
attr->hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
drivers/net/ethernet/sfc/mcdi_mon.c
294
attr->hwmon_type = EFX_HWMON_UNKNOWN;
drivers/net/ethernet/sfc/mcdi_mon.c
365
enum efx_hwmon_type hwmon_type;
drivers/net/ethernet/sfc/mcdi_mon.c
37
enum efx_hwmon_type hwmon_type;
drivers/net/ethernet/sfc/mcdi_mon.c
40
#define SENSOR(name, label, hwmon_type, port) \
drivers/net/ethernet/sfc/mcdi_mon.c
408
hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
drivers/net/ethernet/sfc/mcdi_mon.c
41
[MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port }
drivers/net/ethernet/sfc/mcdi_mon.c
411
if (hwmon_type != EFX_HWMON_UNKNOWN &&
drivers/net/ethernet/sfc/mcdi_mon.c
417
hwmon_type = EFX_HWMON_UNKNOWN;
drivers/net/ethernet/sfc/mcdi_mon.c
420
switch (hwmon_type) {
drivers/net/ethernet/sfc/mcdi_mon.c
462
if (hwmon_type != EFX_HWMON_POWER) {
drivers/net/ethernet/sfc/siena/mcdi_mon.c
106
enum efx_hwmon_type hwmon_type = EFX_HWMON_UNKNOWN;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
117
hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
123
EFX_WARN_ON_PARANOID(hwmon_type >= EFX_HWMON_TYPES_COUNT);
drivers/net/ethernet/sfc/siena/mcdi_mon.c
124
unit = efx_hwmon_unit[hwmon_type];
drivers/net/ethernet/sfc/siena/mcdi_mon.c
139
enum efx_hwmon_type hwmon_type;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
206
switch (mon_attr->hwmon_type) {
drivers/net/ethernet/sfc/siena/mcdi_mon.c
233
switch (mon_attr->hwmon_type) {
drivers/net/ethernet/sfc/siena/mcdi_mon.c
292
attr->hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
294
attr->hwmon_type = EFX_HWMON_UNKNOWN;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
365
enum efx_hwmon_type hwmon_type;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
37
enum efx_hwmon_type hwmon_type;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
40
#define SENSOR(name, label, hwmon_type, port) \
drivers/net/ethernet/sfc/siena/mcdi_mon.c
408
hwmon_type = efx_mcdi_sensor_type[type].hwmon_type;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
41
[MC_CMD_SENSOR_##name] = { label, EFX_HWMON_ ## hwmon_type, port }
drivers/net/ethernet/sfc/siena/mcdi_mon.c
411
if (hwmon_type != EFX_HWMON_UNKNOWN &&
drivers/net/ethernet/sfc/siena/mcdi_mon.c
417
hwmon_type = EFX_HWMON_UNKNOWN;
drivers/net/ethernet/sfc/siena/mcdi_mon.c
420
switch (hwmon_type) {
drivers/net/ethernet/sfc/siena/mcdi_mon.c
462
if (hwmon_type != EFX_HWMON_POWER) {
tools/perf/tests/hwmon_pmu.c
263
enum hwmon_type type;
tools/perf/tests/hwmon_pmu.c
328
enum hwmon_type type;
tools/perf/util/hwmon_pmu.c
158
enum hwmon_type *type,
tools/perf/util/hwmon_pmu.c
255
enum hwmon_type type;
tools/perf/util/hwmon_pmu.c
560
enum hwmon_type type;
tools/perf/util/hwmon_pmu.c
595
enum hwmon_type type;
tools/perf/util/hwmon_pmu.c
679
enum hwmon_type type;
tools/perf/util/hwmon_pmu.h
106
enum hwmon_type type :8;
tools/perf/util/hwmon_pmu.h
129
enum hwmon_type *type,
tools/perf/util/pmus.c
372
enum hwmon_type type;