Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dnct6775.h45 const s8 *BEEP_BITS; member
Dnct6775-core.c1812 nr = data->BEEP_BITS[sattr->index]; in nct6775_show_beep()
1824 int nr = data->BEEP_BITS[sattr->index]; in nct6775_store_beep()
1865 int bit = data->BEEP_BITS[nr + TEMP_ALARM_BASE]; in show_temp_beep()
1892 bit = data->BEEP_BITS[nr + TEMP_ALARM_BASE]; in store_temp_beep()
2145 if (nr == 2 && data->BEEP_BITS[FAN_ALARM_BASE + fan] == -1) in nct6775_fan_is_visible()
3575 data->BEEP_BITS = NCT6106_BEEP_BITS; in nct6775_probe()
3650 data->BEEP_BITS = NCT6116_BEEP_BITS; in nct6775_probe()
3677 data->BEEP_BITS = NCT6775_BEEP_BITS; in nct6775_probe()
3752 data->BEEP_BITS = NCT6776_BEEP_BITS; in nct6775_probe()
3827 data->BEEP_BITS = NCT6779_BEEP_BITS; in nct6775_probe()
[all …]
Dnct6775-platform.c815 if (data->BEEP_BITS[INTRUSION_ALARM_BASE + index - 3] < 0) in nct6775_other_is_visible()