Lines Matching refs:i_dev
244 struct iio_dev *i_dev = pf->indio_dev;
245 struct rockchip_saradc *info = iio_priv(i_dev);
257 mutex_lock(&i_dev->mlock);
259 for_each_set_bit(i, i_dev->active_scan_mask, i_dev->masklength) {
260 const struct iio_chan_spec *chan = &i_dev->channels[i];
272 iio_push_to_buffers_with_timestamp(i_dev, &data, iio_get_time_ns(i_dev));
274 mutex_unlock(&i_dev->mlock);
276 iio_trigger_notify_done(i_dev->trig);