Searched refs:temp_chans (Results 1 – 1 of 1) sorted by relevance
208 struct iio_chan_spec *temp_chans; in hid_temperature_probe() local226 temp_chans = devm_kmemdup(&indio_dev->dev, temperature_channels, in hid_temperature_probe()228 if (!temp_chans) in hid_temperature_probe()231 ret = temperature_parse_report(pdev, hsdev, temp_chans, in hid_temperature_probe()236 indio_dev->channels = temp_chans; in hid_temperature_probe()