Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5-gen3.c45 unsigned int tm_chan_index; member
137 int offset = chan_prop->tm_chan_index; in adctm5_gen3_isr_thread()
181 val = BIT(prop->tm_chan_index); in adc_tm5_gen3_disable_channel()
199 val = ADC5_GEN3_CHAN_CONV_REQ | prop->tm_chan_index; in adc_tm5_gen3_disable_channel()
232 buf[1] = ADC5_GEN3_CHAN_CONV_REQ | prop->tm_chan_index; in adc_tm5_gen3_configure()
377 adc_tm5->chan_props[i].tm_chan_index = tm_count % 8; in adc_tm5_probe()