Symbol: hwmon_max
drivers/accel/habanalabs/common/hwmon.c
13
#define HWMON_NR_SENSOR_TYPES (hwmon_max)
drivers/hwmon/asus-ec-sensors.c
1320
int nr_count[hwmon_max] = { 0 }, nr_types = 0;
drivers/hwmon/asus-ec-sensors.c
1430
for (type = 0; type < hwmon_max; ++type) {
drivers/hwmon/asus-ec-sensors.c
84
static u32 hwmon_attributes[hwmon_max] = {
drivers/hwmon/asus_wmi_sensors.c
129
static u32 hwmon_attributes[hwmon_max] = {
drivers/hwmon/asus_wmi_sensors.c
161
const struct asus_wmi_sensor_info **info[hwmon_max];
drivers/hwmon/asus_wmi_sensors.c
509
int nr_count[hwmon_max] = {}, nr_types = 0;
drivers/hwmon/asus_wmi_sensors.c
562
for (type = 0; type < hwmon_max; type++) {
drivers/hwmon/hp-wmi-sensors.c
1726
u8 channel_index[hwmon_max] = {};
drivers/hwmon/hp-wmi-sensors.c
180
static const u32 hp_wmi_hwmon_attributes[hwmon_max] = {
drivers/hwmon/hp-wmi-sensors.c
1935
for (type = hwmon_chip; type < hwmon_max; type++)
drivers/hwmon/hp-wmi-sensors.c
1951
for (type = hwmon_chip; type < hwmon_max; type++) {
drivers/hwmon/hp-wmi-sensors.c
393
struct hp_wmi_info **info_map[hwmon_max];
drivers/hwmon/hp-wmi-sensors.c
394
u8 channel_count[hwmon_max];
drivers/hwmon/intel-m10-bmc-hwmon.c
26
const struct m10bmc_sdata *tables[hwmon_max];
drivers/hwmon/scmi-hwmon.c
184
static u32 hwmon_attributes[hwmon_max] = {
drivers/hwmon/scmi-hwmon.c
20
const struct scmi_sensor_info **info[hwmon_max];
drivers/hwmon/scmi-hwmon.c
236
int nr_count[hwmon_max] = {0}, nr_types = 0, nr_count_temp = 0;
drivers/hwmon/scmi-hwmon.c
298
for (type = 0; type < hwmon_max; type++) {
drivers/power/supply/power_supply_hwmon.c
132
static const struct hwmon_type_attr_list ps_type_attrs[hwmon_max] = {