Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dhid-sensor-temperature.c198 struct iio_chan_spec *temp_chans; in hid_temperature_probe() local
216 temp_chans = devm_kmemdup(&indio_dev->dev, temperature_channels, in hid_temperature_probe()
218 if (!temp_chans) in hid_temperature_probe()
221 ret = temperature_parse_report(pdev, hsdev, temp_chans, in hid_temperature_probe()
226 indio_dev->channels = temp_chans; in hid_temperature_probe()