Home
last modified time | relevance | path

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

/drivers/hwmon/
A Dtmp102.c55 struct tmp102 { struct
76 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_read() local
110 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_write() local
166 struct tmp102 *tmp102 = data; in tmp102_restore_config() local
168 regmap_write(tmp102->regmap, TMP102_CONF_REG, tmp102->config_orig); in tmp102_restore_config()
197 struct tmp102 *tmp102; in tmp102_probe() local
212 tmp102 = devm_kzalloc(dev, sizeof(*tmp102), GFP_KERNEL); in tmp102_probe()
213 if (!tmp102) in tmp102_probe()
256 tmp102, in tmp102_probe()
271 struct tmp102 *tmp102 = i2c_get_clientdata(client); in tmp102_suspend() local
[all …]
A DMakefile226 obj-$(CONFIG_SENSORS_TMP102) += tmp102.o
A DKconfig2337 will be called tmp102.

Completed in 11 milliseconds