Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dmax31856.c81 static const char max31856_tc_types[] = { variable
243 *val = max31856_tc_types[data->thermocouple_type]; in max31856_read_raw()
289 for (i = 0; i < ARRAY_SIZE(max31856_tc_types); i++) { in max31856_write_raw()
290 if (max31856_tc_types[i] == toupper(val)) { in max31856_write_raw()
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A 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()

Completed in 2 milliseconds