Searched full:max31865 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/ |
D | maxim,max31865.yaml | 4 $id: http://devicetree.org/schemas/iio/temperature/maxim,max31865.yaml# 7 title: Maxim MAX31865 Resistance Temperature Detector. 13 https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf 17 const: maxim,max31865 47 compatible = "maxim,max31865";
|
/linux-6.12.1/drivers/iio/temperature/ |
D | max31865.c | 6 * max31865.c - Maxim MAX31865 RTD-to-Digital Converter sensor driver 36 /* The MAX31865 registers */ 320 dev_err(&spi->dev, "error: Failed to configure max31865\n"); in max31865_probe() 328 { "max31865", 0 }, 334 { .compatible = "maxim,max31865" }, 341 .name = "max31865", 350 MODULE_DESCRIPTION("Maxim MAX31865 RTD-to-Digital Converter sensor driver");
|
D | Kconfig | 163 config MAX31865 config 164 tristate "MAX31865 RTD to Digital converter" 167 If you say yes here you get support for MAX31865 171 will be called max31865.
|
D | Makefile | 12 obj-$(CONFIG_MAX31865) += max31865.o
|