Lines Matching refs:this_attr
364 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_show_fixed_type() local
365 u8 type = this_attr->c->scan_type.endianness; in iio_show_fixed_type()
374 if (this_attr->c->scan_type.repeat > 1) in iio_show_fixed_type()
377 this_attr->c->scan_type.sign, in iio_show_fixed_type()
378 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
379 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
380 this_attr->c->scan_type.repeat, in iio_show_fixed_type()
381 this_attr->c->scan_type.shift); in iio_show_fixed_type()
385 this_attr->c->scan_type.sign, in iio_show_fixed_type()
386 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
387 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
388 this_attr->c->scan_type.shift); in iio_show_fixed_type()
510 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_scan_el_store() local
511 struct iio_buffer *buffer = this_attr->buffer; in iio_scan_el_store()
521 ret = iio_scan_mask_query(indio_dev, buffer, this_attr->address); in iio_scan_el_store()
525 ret = iio_scan_mask_clear(buffer, this_attr->address); in iio_scan_el_store()
529 ret = iio_scan_mask_set(indio_dev, buffer, this_attr->address); in iio_scan_el_store()