Home
last modified time | relevance | path

Searched refs:INTRUSION_ALARM_BASE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/hwmon/
Dnct6775-platform.c714 int nr = to_sensor_dev_attr(attr)->index - INTRUSION_ALARM_BASE; in clear_caseopen()
750 clear_caseopen, INTRUSION_ALARM_BASE);
752 clear_caseopen, INTRUSION_ALARM_BASE + 1);
754 nct6775_store_beep, INTRUSION_ALARM_BASE);
756 nct6775_store_beep, INTRUSION_ALARM_BASE + 1);
770 if (data->ALARM_BITS[INTRUSION_ALARM_BASE + index - 1] < 0) in nct6775_other_is_visible()
775 if (data->BEEP_BITS[INTRUSION_ALARM_BASE + index - 3] < 0) in nct6775_other_is_visible()
Dnct6775.h243 #define INTRUSION_ALARM_BASE 30 macro