Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7780.c59 struct ad7780_state { struct
79 static struct ad7780_state *ad_sigma_delta_to_ad7780(struct ad_sigma_delta *sd) in ad_sigma_delta_to_ad7780() argument
81 return container_of(sd, struct ad7780_state, sd); in ad_sigma_delta_to_ad7780()
87 struct ad7780_state *st = ad_sigma_delta_to_ad7780(sigma_delta); in ad7780_set_mode()
111 struct ad7780_state *st = iio_priv(indio_dev); in ad7780_read_raw()
145 struct ad7780_state *st = iio_priv(indio_dev); in ad7780_write_raw()
187 struct ad7780_state *st = ad_sigma_delta_to_ad7780(sigma_delta); in ad7780_postprocess_sample()
265 static int ad7780_init_gpios(struct device *dev, struct ad7780_state *st) in ad7780_init_gpios()
310 struct ad7780_state *st; in ad7780_probe()