Searched full:max31856 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/ |
D | maxim,max31856.yaml | 4 $id: http://devicetree.org/schemas/iio/temperature/maxim,max31856.yaml# 7 title: Maxim MAX31856 thermocouple support 13 https://datasheets.maximintegrated.com/en/ds/MAX31856.pdf 17 const: maxim,max31856 49 compatible = "maxim,max31856";
|
/linux-6.12.1/drivers/iio/temperature/ |
D | max31856.c | 2 /* max31856.c 4 * Maxim MAX31856 thermocouple sensor driver 38 /* The MAX31856 registers */ 450 "error: thermocouple-type %u not supported by max31856\n" in max31856_probe() 457 dev_err(&spi->dev, "error: Failed to configure max31856\n"); in max31856_probe() 465 { "max31856", 0 }, 471 { .compatible = "maxim,max31856" }, 478 .name = "max31856", 488 MODULE_DESCRIPTION("Maxim MAX31856 thermocouple sensor driver");
|
D | Kconfig | 153 config MAX31856 config 154 tristate "MAX31856 thermocouple sensor" 157 If you say yes here you get support for MAX31856 161 will be called max31856.
|
D | Makefile | 11 obj-$(CONFIG_MAX31856) += max31856.o
|