Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/adc/
Daxp288_adc.c113 IIO_MAP("TS_PIN", "axp288-batt", "axp288-batt-temp"),
114 IIO_MAP("PMIC_TEMP", "axp288-pmic", "axp288-pmic-temp"),
115 IIO_MAP("GPADC", "axp288-gpadc", "axp288-system-temp"),
116 IIO_MAP("BATT_CHG_I", "axp288-chrg", "axp288-chrg-curr"),
117 IIO_MAP("BATT_DISCHRG_I", "axp288-chrg", "axp288-chrg-d-curr"),
118 IIO_MAP("BATT_V", "axp288-batt", "axp288-batt-volt"),
/linux-4.19.296/include/linux/iio/
Dmachine.h31 #define IIO_MAP(_provider_channel, _consumer_dev_name, _consumer_channel) \ macro