Searched refs:tmp102 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | tmp102.c | 54 struct tmp102 { struct 75 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_read() argument 82 if (time_before(jiffies, tmp102->ready_time)) { in tmp102_read() 98 err = regmap_read(tmp102->regmap, reg, ®val); in tmp102_read() 109 struct tmp102 *tmp102 = dev_get_drvdata(dev); in tmp102_write() local 124 return regmap_write(tmp102->regmap, reg, tmp102_mC_to_reg(temp)); in tmp102_write() 165 struct tmp102 *tmp102 = data; in tmp102_restore_config() local 167 regmap_write(tmp102->regmap, TMP102_CONF_REG, tmp102->config_orig); in tmp102_restore_config() 196 struct tmp102 *tmp102; in tmp102_probe() local 207 tmp102 = devm_kzalloc(dev, sizeof(*tmp102), GFP_KERNEL); in tmp102_probe() [all …]
|
| H A D | Makefile | 179 obj-$(CONFIG_SENSORS_TMP102) += tmp102.o
|
| H A D | Kconfig | 1821 will be called tmp102.
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | tmp102.rst | 1 Kernel driver tmp102 8 Prefix: 'tmp102' 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
|
| H A D | index.rst | 169 tmp102
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | am57xx-beagle-x15-common.dtsi | 392 tmp102: tmp102@48 { label 393 compatible = "ti,tmp102"; 557 thermal-sensors = <&tmp102 0>;
|
| H A D | imx6-logicpd-som.dtsi | 168 compatible = "ti,tmp102"; 176 compatible = "ti,tmp102";
|
| H A D | am335x-phycore-som.dtsi | 144 compatible = "ti,tmp102";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am57xx-beagle-x15-common.dtsi | 365 tmp102: tmp102@48 { label 366 compatible = "ti,tmp102"; 519 thermal-sensors = <&tmp102 0>;
|