Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5-gen3.c46 bool high_thr_en; member
143 upper_set = ((tm_status[0] & BIT(offset)) && chan_prop->high_thr_en); in adctm5_gen3_isr_thread()
174 prop->high_thr_en = false; in adc_tm5_gen3_disable_channel()
261 prop->high_thr_en = (low_temp != -INT_MAX); in adc_tm5_gen3_configure()
262 if (prop->high_thr_en) { in adc_tm5_gen3_configure()
H A Dqcom-spmi-adc-tm5.c203 bool high_thr_en; /* For Gen2 ADC_TM */ member
350 (chip->channels[i].high_thr_en); in adc_tm5_gen2_isr()
450 channel->high_thr_en = false; in adc_tm5_gen2_disable_channel()
611 channel->high_thr_en = true; in adc_tm5_gen2_configure()
615 channel->high_thr_en = false; in adc_tm5_gen2_configure()
619 if (channel->high_thr_en) in adc_tm5_gen2_configure()