Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dmax31856.c83 static const char max31856_tc_types[] = { variable
245 *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()