Lines Matching refs:this_attr
211 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_show_fixed_type() local
212 u8 type = this_attr->c->scan_type.endianness; in iio_show_fixed_type()
221 if (this_attr->c->scan_type.repeat > 1) in iio_show_fixed_type()
224 this_attr->c->scan_type.sign, in iio_show_fixed_type()
225 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
226 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
227 this_attr->c->scan_type.repeat, in iio_show_fixed_type()
228 this_attr->c->scan_type.shift); in iio_show_fixed_type()
232 this_attr->c->scan_type.sign, in iio_show_fixed_type()
233 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
234 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
235 this_attr->c->scan_type.shift); in iio_show_fixed_type()
347 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_scan_el_store() local
357 ret = iio_scan_mask_query(indio_dev, buffer, this_attr->address); in iio_scan_el_store()
361 ret = iio_scan_mask_clear(buffer, this_attr->address); in iio_scan_el_store()
365 ret = iio_scan_mask_set(indio_dev, buffer, this_attr->address); in iio_scan_el_store()