Home
last modified time | relevance | path

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

/drivers/hwmon/
Dltc4260.c22 #define LTC4260_FAULT 0x03 macro
93 ret = regmap_read(regmap, LTC4260_FAULT, &fault); in ltc4260_bool_show()
99 regmap_update_bits(regmap, LTC4260_FAULT, attr->index, 0); in ltc4260_bool_show()
158 regmap_write(regmap, LTC4260_FAULT, 0x00); in ltc4260_probe()