stmpe_adc
struct stmpe_adc *info = iio_priv(indio_dev);
struct stmpe_adc *info = (struct stmpe_adc *)dev_id;
static int stmpe_adc_init_hw(struct stmpe_adc *adc)
struct stmpe_adc *info;
indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(struct stmpe_adc));
struct stmpe_adc *info = iio_priv(indio_dev);
static int stmpe_read_voltage(struct stmpe_adc *info,
static int stmpe_read_temp(struct stmpe_adc *info,