Home
last modified time | relevance | path

Searched full:thermocouple (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmaxim,max31856.yaml7 title: Maxim MAX31856 thermocouple support
24 thermocouple-type:
27 Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted).
28 Use defines in dt-bindings/iio/temperature/thermocouple.h.
43 #include <dt-bindings/iio/temperature/thermocouple.h>
53 thermocouple-type = <THERMOCOUPLE_TYPE_K>;
H A Dmicrochip,mcp9600.yaml7 title: Microchip MCP9600 thermocouple EMF converter
38 thermocouple-type:
41 Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted).
42 Use defines in dt-bindings/iio/temperature/thermocouple.h.
55 #include <dt-bindings/iio/temperature/thermocouple.h>
67 thermocouple-type = <THERMOCOUPLE_TYPE_K>;
H A Dmaxim,max31855k.yaml20 the thermocouple type specific variants.
/linux/drivers/iio/temperature/
H A Dmax31856.c4 * Maxim MAX31856 thermocouple sensor driver
20 #include <dt-bindings/iio/temperature/thermocouple.h>
57 { /* Thermocouple Temperature */
122 /* Set thermocouple type based on dts property */ in max31856_init()
235 /* Thermocouple Temp. Data resolution is 0.0078125 */ in max31856_read_raw()
427 ret = device_property_read_u32(&spi->dev, "thermocouple-type", &data->thermocouple_type); in max31856_probe()
430 "Could not read thermocouple type DT property, configuring as a K-Type\n"); in max31856_probe()
450 "error: thermocouple-type %u not supported by max31856\n" in max31856_probe()
488 MODULE_DESCRIPTION("Maxim MAX31856 thermocouple sensor driver");
H A Dmaxim_thermocouple.c3 * maxim_thermocouple.c - Support for Maxim thermocouple chips
41 { /* thermocouple temperature */
59 { /* thermocouple temperature */
304 MODULE_DESCRIPTION("Maxim thermocouple sensors");
H A Dmcp9600.c3 * mcp9600.c - Support for Microchip MCP9600 thermocouple EMF converter
474 MODULE_DESCRIPTION("Microchip MCP9600 thermocouple EMF converter driver");
H A Dltc2983.c701 "Invalid chann:%d for differential thermocouple\n", in ltc2983_thermocouple_new()
721 const char *propname = "adi,custom-thermocouple"; in ltc2983_thermocouple_new()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-thermocouple6 is protected from excessive voltages applied to the thermocouple
17 such as those caused by broken thermocouple wires.
H A Dsysfs-bus-iio2096 One of the following thermocouple types: B, E, J, K, N, R, S, T.
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4170-4.yaml239 load cell weigh scale, RTD, and thermocouple sensors. Each of those
248 thermocouple) ADC channel setups.
250 enum: [ weighscale, rtd, thermocouple ]
455 // Thermocouple sensor
461 adi,sensor-type = "thermocouple";
/linux/Documentation/devicetree/bindings/iio/addac/
H A Dadi,ad74413r.yaml16 temperature detector, and thermocouple measurements integrated
H A Dadi,ad74115.yaml16 temperature detector, and thermocouple measurements integrated into a single
/linux/drivers/iio/adc/
H A Dad4170-4.c372 [AD4170_THERMOCOUPLE_SENSOR] = "thermocouple",