Searched refs:tc_type (Results 1 – 3 of 3) sorted by relevance
23 static int tc_type = TC_G210_INV; variable24 module_param(tc_type, int, 0);25 MODULE_PARM_DESC(tc_type, "Test Chip Type (20 = 20-bit, 40 = 40-bit)");64 if (tc_type == TC_G210_20BIT) { in tc_dwc_g210_pci_probe()67 } else if (tc_type == TC_G210_40BIT) { in tc_dwc_g210_pci_probe()
288 int tc_type = -1; in max31856_write_raw() local293 tc_type = i; in max31856_write_raw()297 if (tc_type < 0) in max31856_write_raw()300 data->thermocouple_type = tc_type; in max31856_write_raw()
126 char tc_type; member214 *val = data->tc_type; in maxim_thermocouple_read_raw()250 data->tc_type = maxim_tc_types[id->driver_data]; in maxim_thermocouple_probe()