Searched refs:chan_prop (Results 1 – 1 of 1) sorted by relevance
136 struct adc_tm5_gen3_channel_props *chan_prop = &adc_tm5->chan_props[i]; in adctm5_gen3_isr_thread() local137 int offset = chan_prop->tm_chan_index; in adctm5_gen3_isr_thread()140 if (chan_prop->sdam_index != sdam_index) in adctm5_gen3_isr_thread()143 upper_set = ((tm_status[0] & BIT(offset)) && chan_prop->high_thr_en); in adctm5_gen3_isr_thread()144 lower_set = ((tm_status[1] & BIT(offset)) && chan_prop->low_thr_en); in adctm5_gen3_isr_thread()149 thermal_zone_device_update(chan_prop->tzd, THERMAL_TRIP_VIOLATED); in adctm5_gen3_isr_thread()