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

/linux-master/drivers/iio/temperature/
H A Dltc2983.c255 bool is_steinhart; member in struct:ltc2983_custom_sensor
366 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ :
375 const u8 len = custom->is_steinhart ? 0 :
416 const char *propname, const bool is_steinhart,
425 const u8 n_size = is_steinhart ? 4 : 3;
429 if (is_steinhart)
445 if (is_steinhart && new_custom->size != LTC2983_CUSTOM_STEINHART_SIZE) {
460 if (is_steinhart)
474 if (is_steinhart) {
499 new_custom->is_steinhart
415 __ltc2983_custom_sensor_new(struct ltc2983_data *st, const struct fwnode_handle *fn, const char *propname, const bool is_steinhart, const u32 resolution, const bool has_signed) argument
[all...]

Completed in 117 milliseconds