Home
last modified time | relevance | path

Searched full:lm75 (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/hwmon/
H A Dlm75.c3 * lm75.c - Part of lm_sensors, Linux kernel modules for hardware
21 #include "lm75.h"
24 * This driver handles the LM75 and compatible digital temperature sensors.
35 lm75, enumerator
61 * struct lm75_params - lm75 configuration parameters.
103 /* The LM75 registers */
197 [lm75] = {
705 struct lm75_data *lm75 = data; in lm75_remove() local
707 regmap_write(lm75->regmap, LM75_REG_CONF, lm75->orig_conf); in lm75_remove()
731 /* Set to LM75 resolution (9 bits, 1/2 degree C) and range. in lm75_generic_probe()
[all …]
H A Dasb100.c38 #include "lm75.h"
187 struct i2c_client *lm75[2]; member
708 data->lm75[0] = i2c_new_dummy_device(adapter, sc_addr[0]); in asb100_detect_subclients()
709 if (IS_ERR(data->lm75[0])) { in asb100_detect_subclients()
713 err = PTR_ERR(data->lm75[0]); in asb100_detect_subclients()
717 data->lm75[1] = i2c_new_dummy_device(adapter, sc_addr[1]); in asb100_detect_subclients()
718 if (IS_ERR(data->lm75[1])) { in asb100_detect_subclients()
722 err = PTR_ERR(data->lm75[1]); in asb100_detect_subclients()
730 i2c_unregister_device(data->lm75[0]); in asb100_detect_subclients()
791 /* Attach secondary lm75 clients */ in asb100_probe()
[all …]
H A Dlm75.h3 * lm75.h - Part of lm_sensors, Linux kernel modules for hardware monitoring
8 * This file contains common code for encoding/decoding LM75 type
H A Dad7418.c8 * Based on lm75.c
23 #include "lm75.h"
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ufispace-ncplite.dts241 lm75@48 {
242 compatible = "national,lm75";
246 lm75@49 {
247 compatible = "national,lm75";
260 lm75@4f {
261 cpmpatible = "national,lm75";
328 lm75@4d {
329 compatible = "national,lm75";
H A Daspeed-ast2500-evb.dts93 lm75@4d {
94 compatible = "national,lm75";
/linux/drivers/macintosh/
H A Dwindfarm_lm75_sensor.c3 * Windfarm PowerMac thermal control. LM75 sensor
103 ds1775 ? "ds1775" : "lm75", client->addr); in wf_lm75_probe()
162 { "MAC,lm75", 0 },
169 { .compatible = "lm75", .data = (void *)0},
188 MODULE_DESCRIPTION("LM75 sensor objects for PowerMacs thermal control");
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-dns325.dts54 lm75: lm75@48 { label
55 compatible = "national,lm75";
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm730-kudo.dts535 compatible = "national,lm75";
547 compatible = "national,lm75";
559 compatible = "national,lm75";
571 compatible = "national,lm75";
701 compatible = "national,lm75";
713 compatible = "national,lm75";
725 compatible = "national,lm75";
736 compatible = "national,lm75";
H A Dnuvoton-npcm750-evb.dts196 /* lm75 on SVB */
200 lm75@48 {
201 compatible = "national,lm75";
207 /* lm75 on EB */
212 compatible = "national,lm75";
H A Dnuvoton-npcm730-gsj.dts222 lm75@5c {
232 lm75@5c {
242 lm75@5c {
251 lm75@5c {
/linux/arch/powerpc/boot/dts/fsl/
H A Dkmcent2.dts143 compatible = "national,lm75";
148 compatible = "national,lm75";
153 compatible = "national,lm75";
/linux/Documentation/i2c/
H A Dfunctionality.rst105 this is (from the lm75 driver)::
116 Here, the lm75 driver checks if the adapter can do both SMBus byte data
/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-ssmb-dtu.dts203 compatible = "national,lm75";
209 compatible = "national,lm75";
H A Dvf610-zii-ssmb-spu3.dts213 lm75@48 {
214 compatible = "national,lm75";
H A Dvf610-zii-cfu1.dts231 lm75@48 {
232 compatible = "national,lm75";
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx27-phytec-phycore-som.dtsi188 lm75@4a {
189 compatible = "national,lm75";
H A Dimx6qdl-mba6a.dtsi15 lm75: temperature-sensor@49 { label
H A Dimx6qdl-mba6b.dtsi25 lm75: temperature-sensor@49 { label
H A Dimx51-zii-scu3-esb.dts298 lm75@48 {
299 compatible = "national,lm75";
/linux/Documentation/devicetree/bindings/display/
H A Drepaper.txt25 display_temp: lm75@48 {
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-davinci.txt40 compatible = "national,lm75";
H A Dsilabs,cp2112.yaml95 compatible = "national,lm75";
/linux/arch/arm/mach-orion5x/
H A Ddns323-setup.c488 * 0x48 | GMT G751-2f | temp. sensor and therm. watchdog (LM75 compatible)
495 I2C_BOARD_INFO("lm75", 0x48),
505 * 0x48 | GMT G751-2f | temp. sensor and therm. watchdog (LM75 compatible)
510 I2C_BOARD_INFO("lm75", 0x48),
/linux/Documentation/hwmon/
H A Dindex.rst119 lm75

123