Lines Matching defs:this_attr
367 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr);
368 u8 type = this_attr->c->scan_type.endianness;
377 if (this_attr->c->scan_type.repeat > 1)
380 this_attr->c->scan_type.sign,
381 this_attr->c->scan_type.realbits,
382 this_attr->c->scan_type.storagebits,
383 this_attr->c->scan_type.repeat,
384 this_attr->c->scan_type.shift);
388 this_attr->c->scan_type.sign,
389 this_attr->c->scan_type.realbits,
390 this_attr->c->scan_type.storagebits,
391 this_attr->c->scan_type.shift);
514 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr);
515 struct iio_buffer *buffer = this_attr->buffer;
525 ret = iio_scan_mask_query(indio_dev, buffer, this_attr->address);
529 ret = iio_scan_mask_clear(buffer, this_attr->address);
533 ret = iio_scan_mask_set(indio_dev, buffer, this_attr->address);