Lines Matching refs:channel_count
391 u8 channel_count[hwmon_max]; member
1435 u8 fan_count = state->channel_count[hwmon_fan]; in match_fan_event()
1458 u8 temp_count = state->channel_count[hwmon_temp]; in match_temp_events()
1636 u8 *channel_count = state->channel_count; in init_numeric_sensors() local
1686 channel_count[type]++; in init_numeric_sensors()
1703 info_map[type] = devm_kcalloc(dev, channel_count[type], in init_numeric_sensors()
1832 u8 *channel_count = state->channel_count; in make_chip_info() local
1842 if (channel_count[hwmon_temp]) in make_chip_info()
1843 channel_count[hwmon_chip] = 1; in make_chip_info()
1846 channel_count[hwmon_intrusion] = 1; in make_chip_info()
1849 if (channel_count[type]) in make_chip_info()
1865 count = channel_count[type]; in make_chip_info()