Home
last modified time | relevance | path

Searched refs:thermo (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/temperature/
H A Dltc2983.c547 if (thermo->custom) { in ltc2983_thermocouple_assign_chan()
658 struct ltc2983_thermocouple *thermo; in ltc2983_thermocouple_new() local
663 thermo = devm_kzalloc(&st->spi->dev, sizeof(*thermo), GFP_KERNEL); in ltc2983_thermocouple_new()
664 if (!thermo) in ltc2983_thermocouple_new()
674 thermo->sensor_config |= in ltc2983_thermocouple_new()
678 thermo->sensor_config |= in ltc2983_thermocouple_new()
682 thermo->sensor_config |= in ltc2983_thermocouple_new()
686 thermo->sensor_config |= in ltc2983_thermocouple_new()
728 if (IS_ERR(thermo->custom)) { in ltc2983_thermocouple_new()
729 ret = PTR_ERR(thermo->custom); in ltc2983_thermocouple_new()
[all …]