Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/buffer/
Dindustrialio-buffer-cb.c48 struct iio_cb_buffer *iio_channel_get_all_cb(struct device *dev, in iio_channel_get_all_cb() function
102 EXPORT_SYMBOL_GPL(iio_channel_get_all_cb);
/Linux-v5.10/include/linux/iio/
Dconsumer.h111 struct iio_cb_buffer *iio_channel_get_all_cb(struct device *dev,
/Linux-v5.10/drivers/input/touchscreen/
Dresistive-adc-touch.c167 st->iio_cb = iio_channel_get_all_cb(dev, grts_cb, st); in grts_probe()
/Linux-v5.10/drivers/input/joystick/
Dadc-joystick.c232 joy->buffer = iio_channel_get_all_cb(dev, adc_joystick_handle, joy); in adc_joystick_probe()
/Linux-v5.10/drivers/iio/potentiostat/
Dlmp91000.c359 data->cb_buffer = iio_channel_get_all_cb(dev, &lmp91000_buffer_cb, in lmp91000_probe()
/Linux-v5.10/sound/soc/stm/
Dstm32_adfsdm.c338 priv->iio_cb = iio_channel_get_all_cb(&pdev->dev, NULL, NULL); in stm32_adfsdm_probe()