Home
last modified time | relevance | path

Searched refs:THERMOCOUPLE_TYPE_K (Results 1 – 3 of 3) sorted by relevance

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