Lines Matching full:steinhart
338 * entries of the table minus 1. For steinhart sensors 0 is written in __ltc2983_chan_custom_sensor_assign()
344 * Check if the offset was assigned already. It should be for steinhart in __ltc2983_chan_custom_sensor_assign()
351 * sensor, a steinhart sensor might have been added changing in __ltc2983_chan_custom_sensor_assign()
392 * For custom steinhart, the full u32 is taken. For all the others in __ltc2983_custom_sensor_new()
410 /* check Steinhart size */ in __ltc2983_custom_sensor_new()
412 dev_err(dev, "Steinhart sensors size(%zu) must be 24", in __ltc2983_custom_sensor_new()
433 * Steinhart sensors are configured with raw values in the in __ltc2983_custom_sensor_new()
462 * This is done to first add all the steinhart sensors to the table, in __ltc2983_custom_sensor_new()
463 * in order to maximize the table usage. If we mix adding steinhart in __ltc2983_custom_sensor_new()
466 * (for steinhart), and a multiple of 6 for all the other sensors. in __ltc2983_custom_sensor_new()
467 * Since we have const 24 bytes for steinhart sensors and 24 is in __ltc2983_custom_sensor_new()
468 * also a multiple of 6, we guarantee that the first non-steinhart in __ltc2983_custom_sensor_new()
914 bool steinhart = false; in ltc2983_thermistor_new() local
918 steinhart = true; in ltc2983_thermistor_new()
919 propname = "adi,custom-steinhart"; in ltc2983_thermistor_new()
926 steinhart, in ltc2983_thermistor_new()