Lines Matching full:alarms
173 * This driver can optionally provide the hwmon alarms for each sensor the PVT
174 * controller supports. The alarms functionality is made compile-time
176 * described further in this comment. So in case if alarms are unnecessary in
178 * IRQs being periodically raised to get the data cache/alarms status up to
185 * threshold value alarms. Alas the wrapper interface hasn't been fully thought
188 * completed. Due to this if alarms need to be implemented for all available
191 * the alarms by itself at each conversion. This also makes pointless to handle
192 * the alarms interrupts, since in occasion they happen synchronously with
195 * driver data cache. This solution is implemented if hwmon alarms are enabled
196 * in this driver. In case if the alarms are disabled, the conversion is
263 * whether the alarms were triggered for the current sensor. Note that in pvt_soft_isr()
671 * If alarms are enabled, the requested timeout must be divided in pvt_write_timeout()
1004 * If alarms are enabled the sensors are polled one after another and in pvt_init_iface()