Searched refs:temp_chans (Results 1 – 1 of 1) sorted by relevance
198 struct iio_chan_spec *temp_chans; in hid_temperature_probe() local216 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()