Searched refs:max31856_tc_types (Results 1 – 1 of 1) sorted by relevance
83 static const char max31856_tc_types[] = { variable245 *val = max31856_tc_types[data->thermocouple_type]; in max31856_read_raw()291 for (i = 0; i < ARRAY_SIZE(max31856_tc_types); i++) { in max31856_write_raw()292 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()