Home
last modified time | relevance | path

Searched refs:tmp513 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dti,tmp513.yaml5 $id: http://devicetree.org/schemas/hwmon/ti,tmp513.yaml#
21 https://www.ti.com/lit/gpn/tmp513
29 - ti,tmp513
83 tmp513@5c {
84 compatible = "ti,tmp513";
/openbmc/linux/drivers/hwmon/
H A Dtmp513.c156 tmp512, tmp513 enumerator
588 if (data->id == tmp513) { in tmp51x_init()
605 { "tmp513", tmp513 },
617 .data = (void *)tmp513
677 (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties()
679 memcpy(data->nfactor, nfactor, (data->id == tmp513) ? 3 : 2); in tmp51x_read_properties()
701 data->temp_config = (data->id == tmp513) ? in tmp51x_configure()
H A DMakefile213 obj-$(CONFIG_SENSORS_TMP513) += tmp513.o
H A DKconfig2170 will be called tmp513.
/openbmc/linux/Documentation/hwmon/
H A Dtmp513.rst3 Kernel driver tmp513
16 Prefix: 'tmp513'
18 Datasheet: https://www.ti.com/lit/ds/symlink/tmp513.pdf
H A Dindex.rst220 tmp513
/openbmc/linux/
H A DMAINTAINERS21770 F: Documentation/hwmon/tmp513.rst
21771 F: drivers/hwmon/tmp513.c