Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dltc2983.c227 bool is_steinhart; member
332 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign()
341 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign()
384 const bool is_steinhart, in __ltc2983_custom_sensor_new()
395 const u8 n_size = is_steinhart ? 4 : 3; in __ltc2983_custom_sensor_new()
396 const u8 e_size = is_steinhart ? sizeof(u32) : sizeof(u64); in __ltc2983_custom_sensor_new()
411 if (is_steinhart && new_custom->size != LTC2983_CUSTOM_STEINHART_SIZE) { in __ltc2983_custom_sensor_new()
439 if (!is_steinhart) { in __ltc2983_custom_sensor_new()
460 new_custom->is_steinhart = is_steinhart; in __ltc2983_custom_sensor_new()
380 __ltc2983_custom_sensor_new( struct ltc2983_data *st, const struct device_node *np, const char *propname, const bool is_steinhart, const u32 resolution, const bool has_signed) __ltc2983_custom_sensor_new() argument
[all...]
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dltc2983.c254 bool is_steinhart; member
365 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign()
374 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign()
415 const char *propname, const bool is_steinhart, in __ltc2983_custom_sensor_new()
424 const u8 n_size = is_steinhart ? 4 : 3; in __ltc2983_custom_sensor_new()
428 if (is_steinhart) in __ltc2983_custom_sensor_new()
444 if (is_steinhart && new_custom->size != LTC2983_CUSTOM_STEINHART_SIZE) { in __ltc2983_custom_sensor_new()
459 if (is_steinhart) in __ltc2983_custom_sensor_new()
473 if (is_steinhart) { in __ltc2983_custom_sensor_new()
498 new_custom->is_steinhart in __ltc2983_custom_sensor_new()
414 __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) __ltc2983_custom_sensor_new() argument
[all...]

Completed in 4 milliseconds