Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-cb.c48 struct iio_cb_buffer *iio_channel_get_all_cb(struct device *dev, in iio_channel_get_all_cb() function
107 EXPORT_SYMBOL_GPL(iio_channel_get_all_cb);
/openbmc/linux/include/linux/iio/
H A Dconsumer.h141 struct iio_cb_buffer *iio_channel_get_all_cb(struct device *dev,
/openbmc/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c266 st->iio_cb = iio_channel_get_all_cb(dev, grts_cb, st); in grts_probe()
/openbmc/linux/drivers/input/joystick/
H A Dadc-joystick.c263 joy->buffer = iio_channel_get_all_cb(dev, adc_joystick_handle, in adc_joystick_probe()
/openbmc/linux/drivers/iio/potentiostat/
H A Dlmp91000.c354 data->cb_buffer = iio_channel_get_all_cb(dev, &lmp91000_buffer_cb, in lmp91000_probe()
/openbmc/linux/sound/soc/stm/
H A Dstm32_adfsdm.c354 priv->iio_cb = iio_channel_get_all_cb(&pdev->dev, &stm32_adfsdm_dummy_cb, NULL); in stm32_adfsdm_probe()