Searched refs:LTC4260_FAULT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ltc4260.c | 22 #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() 157 regmap_write(regmap, LTC4260_FAULT, 0x00); in ltc4260_probe()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ltc4260.c | 22 #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() 157 regmap_write(regmap, LTC4260_FAULT, 0x00); in ltc4260_probe()
|
Completed in 2 milliseconds