Home
last modified time | relevance | path

Searched full:max31856 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/
Dmax31856.txt1 Maxim MAX31856 thermocouple support
3 https://datasheets.maximintegrated.com/en/ds/MAX31856.pdf
10 - compatible: must be "maxim,max31856"
13 - spi-cpha: must be defined for max31856 to enable SPI mode 1
19 compatible = "maxim,max31856";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/temperature/
Dmaxim,max31856.yaml4 $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";
/kernel/linux/linux-6.6/drivers/iio/temperature/
Dmax31856.c2 /* 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");
DKconfig141 config MAX31856 config
142 tristate "MAX31856 thermocouple sensor"
145 If you say yes here you get support for MAX31856
149 will be called max31856.
DMakefile11 obj-$(CONFIG_MAX31856) += max31856.o
/kernel/linux/linux-5.10/drivers/iio/temperature/
Dmax31856.c2 /* max31856.c
4 * Maxim MAX31856 thermocouple sensor driver
36 /* 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");
DKconfig121 config MAX31856 config
122 tristate "MAX31856 thermocouple sensor"
125 If you say yes here you get support for MAX31856
129 will be called max31856.
DMakefile10 obj-$(CONFIG_MAX31856) += max31856.o