Searched refs:LTC2945_FAULT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ltc2945.c | 22 #define LTC2945_FAULT 0x03 macro 330 ret = regmap_read(regmap, LTC2945_FAULT, &fault); in ltc2945_bool_show() 336 regmap_update_bits(regmap, LTC2945_FAULT, attr->index, 0); in ltc2945_bool_show() 463 regmap_write(regmap, LTC2945_FAULT, 0x00); in ltc2945_probe()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ltc2945.c | 22 #define LTC2945_FAULT 0x03 macro 355 ret = regmap_read(regmap, LTC2945_FAULT, &fault); in ltc2945_bool_show() 361 regmap_update_bits(regmap, LTC2945_FAULT, attr->index, 0); in ltc2945_bool_show() 502 regmap_write(regmap, LTC2945_FAULT, 0x00); in ltc2945_probe()
|
Completed in 2 milliseconds