Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5-gen3.c346 struct tm5_aux_dev_wrapper *aux_dev_wrapper; in adc_tm5_probe() local
354 aux_dev_wrapper = container_of(aux_dev, struct tm5_aux_dev_wrapper, aux_dev); in adc_tm5_probe()
357 adc_tm5->dev_data = aux_dev_wrapper->dev_data; in adc_tm5_probe()
358 adc_tm5->nchannels = aux_dev_wrapper->n_tm_channels; in adc_tm5_probe()
359 adc_tm5->chan_props = devm_kcalloc(dev, aux_dev_wrapper->n_tm_channels, in adc_tm5_probe()
374 adc_tm5->chan_props[i].common_props = aux_dev_wrapper->tm_props[i]; in adc_tm5_probe()