Lines Matching defs:info_map
385 * @info_map: sensor info structs by hwmon type and channel number
393 struct hp_wmi_info **info_map[hwmon_max];
1430 if (!state->info_map[type] || !state->info_map[type][channel])
1433 info = state->info_map[type][channel];
1456 info = state->info_map[type][channel];
1488 info = state->info_map[type][channel];
1526 struct hp_wmi_info **ptr_info = state->info_map[hwmon_fan];
1549 struct hp_wmi_info **ptr_info = state->info_map[hwmon_temp];
1730 struct hp_wmi_info ***info_map = state->info_map;
1797 if (!info_map[type]) {
1798 info_map[type] = devm_kcalloc(dev, channel_count[type],
1799 sizeof(*info_map),
1801 if (!info_map[type])
1805 info_map[type][c] = info;
1926 struct hp_wmi_info ***info_map = state->info_map;
1982 if (info_map[type][i]->has_alarm)