Searched refs:tm_props (Results 1 – 2 of 2) sorted by relevance
651 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()
181 struct adc5_channel_common_prop *tm_props; member