Lines Matching refs:data
89 u16 *data = st->data;
95 * to check that the incoming data is correctly aligned. During normal
96 * operation the data should never become unaligned, but some glitch or
103 ret = st->bops->read_block(st->dev, 1, data);
112 data++;
116 return st->bops->read_block(st->dev, num, data);
130 iio_push_to_buffers_with_timestamp(indio_dev, st->data,
157 ret = st->data[ch];
452 st->gpio_frstdata = devm_gpiod_get_optional(dev, "adi,first-data",
559 static void ad7606_regulator_disable(void *data)
561 struct ad7606_state *st = data;