Home
last modified time | relevance | path

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

/drivers/iio/adc/
Dqcom-spmi-adc5.c520 static const struct adc5_channels adc5_chans_pmic[ADC5_MAX_CHANNEL] = {
566 static const struct adc5_channels adc7_chans_pmic[ADC5_MAX_CHANNEL] = {
599 static const struct adc5_channels adc5_chans_rev2[ADC5_MAX_CHANNEL] = {
/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c35 #define ADC5_MAX_CHANNEL 0xc0 macro
824 if (adc_channel >= ADC5_MAX_CHANNEL) { in adc_tm5_get_dt_channel_data()