Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7766.c35 struct ad7766 { struct
70 struct ad7766 *ad7766 = iio_priv(indio_dev); in ad7766_trigger_handler() local
73 ret = spi_sync(ad7766->spi, &ad7766->msg); in ad7766_trigger_handler()
87 struct ad7766 *ad7766 = iio_priv(indio_dev); in ad7766_preenable() local
111 struct ad7766 *ad7766 = iio_priv(indio_dev); in ad7766_postdisable() local
130 struct ad7766 *ad7766 = iio_priv(indio_dev); in ad7766_read_raw() local
195 struct ad7766 *ad7766 = iio_trigger_get_drvdata(trig); in ad7766_set_trigger_state() local
214 struct ad7766 *ad7766; in ad7766_probe() local
256 iio_trigger_set_drvdata(ad7766->trig, ad7766); in ad7766_probe()
278 ad7766->xfer.rx_buf = &ad7766->data[1]; in ad7766_probe()
[all …]
H A DMakefile23 obj-$(CONFIG_AD7766) += ad7766.o
H A DKconfig178 called ad7766.