Lines Matching defs:this_attr
236 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr);
237 u8 type = this_attr->c->scan_type.endianness;
246 if (this_attr->c->scan_type.repeat > 1)
249 this_attr->c->scan_type.sign,
250 this_attr->c->scan_type.realbits,
251 this_attr->c->scan_type.storagebits,
252 this_attr->c->scan_type.repeat,
253 this_attr->c->scan_type.shift);
257 this_attr->c->scan_type.sign,
258 this_attr->c->scan_type.realbits,
259 this_attr->c->scan_type.storagebits,
260 this_attr->c->scan_type.shift);
383 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr);
393 ret = iio_scan_mask_query(indio_dev, buffer, this_attr->address);
397 ret = iio_scan_mask_clear(buffer, this_attr->address);
401 ret = iio_scan_mask_set(indio_dev, buffer, this_attr->address);