Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood-dns325.dts53 lm75: lm75@48 { label
54 compatible = "national,lm75";
Dimx53-mba53.dts191 sensor2: lm75@49 {
192 compatible = "lm75";
Dimx53-tqma53.dtsi271 sensor1: lm75@48 {
272 compatible = "lm75";
Dimx27-phytec-phycore-som.dtsi207 lm75@4a {
208 compatible = "national,lm75";
Dlpc4357-ea4357-devkit.dts470 lm75@48 {
471 compatible = "nxp,lm75";
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-lpc2k.txt28 lm75@48 {
29 compatible = "nxp,lm75";
Di2c-davinci.txt28 compatible = "national,lm75";
Dtrivial-devices.txt69 national,lm75 I2C TEMP SENSOR
/linux-4.4.14/drivers/hwmon/
Dasb100.c200 struct i2c_client *lm75[2]; member
722 data->lm75[0] = i2c_new_dummy(adapter, sc_addr[0]); in asb100_detect_subclients()
723 if (!data->lm75[0]) { in asb100_detect_subclients()
731 data->lm75[1] = i2c_new_dummy(adapter, sc_addr[1]); in asb100_detect_subclients()
732 if (!data->lm75[1]) { in asb100_detect_subclients()
744 i2c_unregister_device(data->lm75[0]); in asb100_detect_subclients()
835 i2c_unregister_device(data->lm75[1]); in asb100_probe()
836 i2c_unregister_device(data->lm75[0]); in asb100_probe()
847 i2c_unregister_device(data->lm75[1]); in asb100_remove()
848 i2c_unregister_device(data->lm75[0]); in asb100_remove()
[all …]
Dw83791d.c290 struct i2c_client *lm75[2]; member
1300 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (val & 0x7)); in w83791d_detect_subclients()
1302 if ((data->lm75[0] != NULL) && in w83791d_detect_subclients()
1307 data->lm75[0]->addr); in w83791d_detect_subclients()
1311 data->lm75[1] = i2c_new_dummy(adapter, in w83791d_detect_subclients()
1320 if (data->lm75[0] != NULL) in w83791d_detect_subclients()
1321 i2c_unregister_device(data->lm75[0]); in w83791d_detect_subclients()
1438 if (data->lm75[0] != NULL) in w83791d_probe()
1439 i2c_unregister_device(data->lm75[0]); in w83791d_probe()
1440 if (data->lm75[1] != NULL) in w83791d_probe()
[all …]
Dw83792d.c281 struct i2c_client *lm75[2]; member
965 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (val & 0x7)); in w83792d_detect_subclients()
967 if ((data->lm75[0] != NULL) && in w83792d_detect_subclients()
971 data->lm75[0]->addr); in w83792d_detect_subclients()
975 data->lm75[1] = i2c_new_dummy(adapter, in w83792d_detect_subclients()
984 if (data->lm75[0] != NULL) in w83792d_detect_subclients()
985 i2c_unregister_device(data->lm75[0]); in w83792d_detect_subclients()
1460 if (data->lm75[0] != NULL) in w83792d_probe()
1461 i2c_unregister_device(data->lm75[0]); in w83792d_probe()
1462 if (data->lm75[1] != NULL) in w83792d_probe()
[all …]
Dlm75.c45 lm75, enumerator
179 ATTRIBUTE_GROUPS(lm75);
237 case lm75: in lm75_probe()
337 { "lm75", lm75, },
Dw83781d.c222 struct i2c_client *lm75[2]; /* for secondary I2C addresses */ member
912 data->lm75[i] = i2c_new_dummy(adapter, sc_addr[i]); in w83781d_detect_subclients()
913 if (!data->lm75[i]) { in w83781d_detect_subclients()
928 i2c_unregister_device(data->lm75[0]); in w83781d_detect_subclients()
1251 if (data->lm75[0]) in w83781d_probe()
1252 i2c_unregister_device(data->lm75[0]); in w83781d_probe()
1253 if (data->lm75[1]) in w83781d_probe()
1254 i2c_unregister_device(data->lm75[1]); in w83781d_probe()
1267 if (data->lm75[0]) in w83781d_remove()
1268 i2c_unregister_device(data->lm75[0]); in w83781d_remove()
[all …]
Dw83793.c218 struct i2c_client *lm75[2]; member
1567 if (data->lm75[0] != NULL) in w83793_remove()
1568 i2c_unregister_device(data->lm75[0]); in w83793_remove()
1569 if (data->lm75[1] != NULL) in w83793_remove()
1570 i2c_unregister_device(data->lm75[1]); in w83793_remove()
1609 data->lm75[0] = i2c_new_dummy(adapter, 0x48 + (tmp & 0x7)); in w83793_detect_subclients()
1611 if ((data->lm75[0] != NULL) in w83793_detect_subclients()
1615 "use force_subclients\n", data->lm75[0]->addr); in w83793_detect_subclients()
1619 data->lm75[1] = i2c_new_dummy(adapter, in w83793_detect_subclients()
1628 if (data->lm75[0] != NULL) in w83793_detect_subclients()
[all …]
DMakefile90 obj-$(CONFIG_SENSORS_LM75) += lm75.o
DKconfig970 will be called lm75.
/linux-4.4.14/Documentation/hwmon/
Dlm751 Kernel driver lm75
6 Prefix: 'lm75'
/linux-4.4.14/Documentation/i2c/
Dfunctionality97 this is (from the lm75 driver):
108 Here, the lm75 driver checks if the adapter can do both SMBus byte data
/linux-4.4.14/arch/powerpc/boot/dts/
Dtqm8541.dts99 compatible = "national,lm75";
Dtqm8555.dts99 compatible = "national,lm75";
Dtqm8540.dts100 compatible = "national,lm75";
Dhotfoot.dts135 compatible = "national,lm75";
Dtqm8560.dts101 compatible = "national,lm75";
Dmpc8379_rdb.dts146 compatible = "national,lm75";
Dmpc8377_rdb.dts148 compatible = "national,lm75";
Dtqm8548-bigflash.dts101 compatible = "national,lm75";
Dmpc8378_rdb.dts148 compatible = "national,lm75";
Dtqm8548.dts101 compatible = "national,lm75";