Home
last modified time | relevance | path

Searched full:thermocouple_type_k (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/
Dmaxim,max31856.yaml27 Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted).
53 thermocouple-type = <THERMOCOUPLE_TYPE_K>;
Dmicrochip,mcp9600.yaml41 Type of thermocouple (THERMOCOUPLE_TYPE_K if omitted).
67 thermocouple-type = <THERMOCOUPLE_TYPE_K>;
/linux-6.12.1/include/dt-bindings/iio/temperature/
Dthermocouple.h10 #define THERMOCOUPLE_TYPE_K 0x03 macro
/linux-6.12.1/drivers/iio/temperature/
Dmax31856.c431 data->thermocouple_type = THERMOCOUPLE_TYPE_K; in max31856_probe()
442 case THERMOCOUPLE_TYPE_K: in max31856_probe()