Searched refs:LTC4261_FAULT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dltc4261.c40 #define LTC4261_FAULT 0x01 macro
159 fault = data->regs[LTC4261_FAULT] & attr->index; ltc4261_show_bool()
161 i2c_smbus_write_byte_data(data->client, LTC4261_FAULT, ~fault); ltc4261_show_bool()
238 i2c_smbus_write_byte_data(client, LTC4261_FAULT, 0x00); ltc4261_probe()

Completed in 35 milliseconds