Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5-gen3.c47 bool low_thr_en; member
144 lower_set = ((tm_status[1] & BIT(offset)) && chan_prop->low_thr_en); in adctm5_gen3_isr_thread()
175 prop->low_thr_en = false; in adc_tm5_gen3_disable_channel()
253 prop->low_thr_en = (high_temp != INT_MAX); in adc_tm5_gen3_configure()
254 if (prop->low_thr_en) { in adc_tm5_gen3_configure()
H A Dqcom-spmi-adc-tm5.c204 bool low_thr_en; /* For Gen2 ADC_TM */ member
347 (chip->channels[i].low_thr_en); in adc_tm5_gen2_isr()
451 channel->low_thr_en = false; in adc_tm5_gen2_disable_channel()
602 channel->low_thr_en = true; in adc_tm5_gen2_configure()
606 channel->low_thr_en = false; in adc_tm5_gen2_configure()
621 if (channel->low_thr_en) in adc_tm5_gen2_configure()