Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/temperature/
H A Dhid-sensor-temperature.c195 struct iio_chan_spec *temp_chans; in hid_temperature_probe() local
215 temp_chans = devm_kmemdup(&indio_dev->dev, temperature_channels, in hid_temperature_probe()
217 if (!temp_chans) in hid_temperature_probe()
220 ret = temperature_parse_report(pdev, hsdev, temp_chans, in hid_temperature_probe()
225 indio_dev->channels = temp_chans; in hid_temperature_probe()