Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/hwmon/
Dltc4261.c39 #define LTC4261_FAULT 0x01 macro
158 fault = data->regs[LTC4261_FAULT] & attr->index; in ltc4261_show_bool()
160 i2c_smbus_write_byte_data(client, LTC4261_FAULT, ~fault); in ltc4261_show_bool()
247 i2c_smbus_write_byte_data(client, LTC4261_FAULT, 0x00); in ltc4261_probe()