Home
last modified time | relevance | path

Searched refs:ALARM_BITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h44 const s8 *ALARM_BITS; member
H A Dnct6775-core.c1759 nr = data->ALARM_BITS[sattr->index]; in nct6775_show_alarm()
1799 int bit = data->ALARM_BITS[nr + TEMP_ALARM_BASE]; in show_temp_alarm()
1919 if (nr == 1 && data->ALARM_BITS[in] == -1) in nct6775_in_is_visible()
2147 if (nr == 1 && data->ALARM_BITS[FAN_ALARM_BASE + fan] == -1) in nct6775_fan_is_visible()
3585 data->ALARM_BITS = NCT6106_ALARM_BITS; in nct6775_probe()
3661 data->ALARM_BITS = NCT6116_ALARM_BITS; in nct6775_probe()
3690 data->ALARM_BITS = NCT6775_ALARM_BITS; in nct6775_probe()
3766 data->ALARM_BITS = NCT6776_ALARM_BITS; in nct6775_probe()
3842 data->ALARM_BITS = NCT6779_ALARM_BITS; in nct6775_probe()
3928 data->ALARM_BITS = NCT6791_ALARM_BITS; in nct6775_probe()
[all …]
H A Dnct6775-platform.c810 if (data->ALARM_BITS[INTRUSION_ALARM_BASE + index - 1] < 0) in nct6775_other_is_visible()