Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-88pm860x.c55 #define ALARM (1 << 5) macro
65 mask = ALARM | ALARM_WAKEUP; in rtc_update_handler()
189 alrm->pending = (ret & (ALARM | ALARM_WAKEUP)) ? 1 : 0; in pm860x_rtc_read_alarm()
229 mask = ALARM | ALARM_WAKEUP | ALARM_EN; in pm860x_rtc_set_alarm()
232 mask = ALARM | ALARM_WAKEUP | ALARM_EN; in pm860x_rtc_set_alarm()
234 ALARM | ALARM_WAKEUP); in pm860x_rtc_set_alarm()
DKconfig312 Say Y to enable support for the LP8788 RTC/ALARM driver.
/drivers/hwmon/
Dadt7475.c43 #define ALARM 9 macro
335 case ALARM: in show_voltage()
420 case ALARM: in show_temp()
691 if (sattr->nr == ALARM) in show_tach()
1051 static SENSOR_DEVICE_ATTR_2(in0_alarm, S_IRUGO, show_voltage, NULL, ALARM, 0);
1057 static SENSOR_DEVICE_ATTR_2(in1_alarm, S_IRUGO, show_voltage, NULL, ALARM, 1);
1063 static SENSOR_DEVICE_ATTR_2(in2_alarm, S_IRUGO, show_voltage, NULL, ALARM, 2);
1069 static SENSOR_DEVICE_ATTR_2(in3_alarm, S_IRUGO, show_voltage, NULL, ALARM, 3);
1075 static SENSOR_DEVICE_ATTR_2(in4_alarm, S_IRUGO, show_voltage, NULL, ALARM, 8);
1081 static SENSOR_DEVICE_ATTR_2(in5_alarm, S_IRUGO, show_voltage, NULL, ALARM, 31);
[all …]