Home
last modified time | relevance | path

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

/Linux-v6.6/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
107 EXPORT_SYMBOL_GPL(iio_channel_get_all_cb);
/Linux-v6.6/include/linux/iio/
Dconsumer.h141 struct iio_cb_buffer *iio_channel_get_all_cb(struct device *dev,
/Linux-v6.6/drivers/input/touchscreen/
Dresistive-adc-touch.c266 st->iio_cb = iio_channel_get_all_cb(dev, grts_cb, st); in grts_probe()
/Linux-v6.6/drivers/input/joystick/
Dadc-joystick.c263 joy->buffer = iio_channel_get_all_cb(dev, adc_joystick_handle, in adc_joystick_probe()
/Linux-v6.6/drivers/iio/potentiostat/
Dlmp91000.c354 data->cb_buffer = iio_channel_get_all_cb(dev, &lmp91000_buffer_cb, in lmp91000_probe()
/Linux-v6.6/sound/soc/stm/
Dstm32_adfsdm.c354 priv->iio_cb = iio_channel_get_all_cb(&pdev->dev, &stm32_adfsdm_dummy_cb, NULL); in stm32_adfsdm_probe()