ad7791_state
static struct ad7791_state *ad_sigma_delta_to_ad7791(struct ad_sigma_delta *sd)
return container_of(sd, struct ad7791_state, sd);
struct ad7791_state *st = ad_sigma_delta_to_ad7791(sd);
struct ad7791_state *st = iio_priv(indio_dev);
struct ad7791_state *st = iio_priv(indio_dev);
static int ad7791_setup(struct ad7791_state *st,
struct ad7791_state *st;