Home
last modified time | relevance | path

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

/drivers/hwmon/
Dtmp421.c30 enum chips { tmp421, tmp422, tmp423, tmp441, tmp442 }; enumerator
160 struct tmp421_data *tmp421 = dev_get_drvdata(dev); in tmp421_read() local
163 ret = tmp421_update_device(tmp421); in tmp421_read()
169 *val = temp_from_raw(tmp421->temp[channel], in tmp421_read()
170 tmp421->config & TMP421_CONFIG_RANGE); in tmp421_read()
177 *val = !!(tmp421->temp[channel] & 0x03); in tmp421_read()
253 kind = tmp421; in tmp421_detect()
DMakefile191 obj-$(CONFIG_SENSORS_TMP421) += tmp421.o
DKconfig1947 will be called tmp421.