Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dina2xx.c133 enum ina2xx_alert_type { enum
163 enum ina2xx_alert_type active_alert;
444 static u32 ina2xx_alert_type_to_mask(enum ina2xx_alert_type alert) in ina2xx_alert_type_to_mask()
468 static enum ina2xx_alert_type ina2xx_mask_to_alert_type(u32 mask) in ina2xx_mask_to_alert_type()
497 static int ina226_alert_limit_read(struct ina2xx_data *data, enum ina2xx_alert_type alert, in ina226_alert_limit_read()
527 static int ina226_alert_limit_write(struct ina2xx_data *data, enum ina2xx_alert_type alert, in ina226_alert_limit_write()
585 static int ina226_alert_read(struct ina2xx_data *data, enum ina2xx_alert_type alert, long *val) in ina226_alert_read()
613 enum ina2xx_alert_type under_voltage_alert = channel ? INA2XX_ALERT_BUS_VOLTAGE_LOW in ina2xx_in_read()
615 enum ina2xx_alert_type over_voltage_alert = channel ? INA2XX_ALERT_BUS_VOLTAGE_HIGH in ina2xx_in_read()