Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5-gen3.c136 struct adc_tm5_gen3_channel_props *chan_prop = &adc_tm5->chan_props[i]; in adctm5_gen3_isr_thread() local
137 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()