Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dqcom-spmi-adc5-gen3.c651 aux_device->tm_props = devm_kcalloc(adc->dev, adc->n_tm_channels, in adc5_gen3_add_aux_tm_device()
652 sizeof(*aux_device->tm_props), in adc5_gen3_add_aux_tm_device()
654 if (!aux_device->tm_props) in adc5_gen3_add_aux_tm_device()
662 aux_device->tm_props[i_tm] = adc->chan_props[i].common_props; in adc5_gen3_add_aux_tm_device()
/linux/include/linux/iio/adc/
H A Dqcom-adc5-gen3-common.h181 struct adc5_channel_common_prop *tm_props; member