Searched full:max31856 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/ |
| D | max31856.txt | 1 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/ |
| 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";
|
| /kernel/linux/linux-6.6/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 | 141 config MAX31856 config 142 tristate "MAX31856 thermocouple sensor" 145 If you say yes here you get support for MAX31856 149 will be called max31856.
|
| D | Makefile | 11 obj-$(CONFIG_MAX31856) += max31856.o
|
| /kernel/linux/linux-5.10/drivers/iio/temperature/ |
| D | max31856.c | 2 /* 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");
|
| D | Kconfig | 121 config MAX31856 config 122 tristate "MAX31856 thermocouple sensor" 125 If you say yes here you get support for MAX31856 129 will be called max31856.
|
| D | Makefile | 10 obj-$(CONFIG_MAX31856) += max31856.o
|