Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Daxp288_adc.c97 IIO_MAP("TS_PIN", "axp288-batt", "axp288-batt-temp"),
98 IIO_MAP("PMIC_TEMP", "axp288-pmic", "axp288-pmic-temp"),
99 IIO_MAP("GPADC", "axp288-gpadc", "axp288-system-temp"),
100 IIO_MAP("BATT_CHG_I", "axp288-chrg", "axp288-chrg-curr"),
101 IIO_MAP("BATT_DISCHRG_I", "axp288-chrg", "axp288-chrg-d-curr"),
102 IIO_MAP("BATT_V", "axp288-batt", "axp288-batt-volt"),
/Linux-v4.19/include/linux/iio/
Dmachine.h31 #define IIO_MAP(_provider_channel, _consumer_dev_name, _consumer_channel) \ macro