Lines Matching refs:this_attr
198 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_show_fixed_type() local
199 u8 type = this_attr->c->scan_type.endianness; in iio_show_fixed_type()
208 if (this_attr->c->scan_type.repeat > 1) in iio_show_fixed_type()
211 this_attr->c->scan_type.sign, in iio_show_fixed_type()
212 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
213 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
214 this_attr->c->scan_type.repeat, in iio_show_fixed_type()
215 this_attr->c->scan_type.shift); in iio_show_fixed_type()
219 this_attr->c->scan_type.sign, in iio_show_fixed_type()
220 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
221 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
222 this_attr->c->scan_type.shift); in iio_show_fixed_type()
328 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_scan_el_store() local
338 ret = iio_scan_mask_query(indio_dev, buffer, this_attr->address); in iio_scan_el_store()
342 ret = iio_scan_mask_clear(buffer, this_attr->address); in iio_scan_el_store()
346 ret = iio_scan_mask_set(indio_dev, buffer, this_attr->address); in iio_scan_el_store()