Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 1 milliseconds