Lines Matching refs:this_attr
236 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_show_fixed_type() local
237 u8 type = this_attr->c->scan_type.endianness; in iio_show_fixed_type()
246 if (this_attr->c->scan_type.repeat > 1) in iio_show_fixed_type()
249 this_attr->c->scan_type.sign, in iio_show_fixed_type()
250 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
251 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
252 this_attr->c->scan_type.repeat, in iio_show_fixed_type()
253 this_attr->c->scan_type.shift); in iio_show_fixed_type()
257 this_attr->c->scan_type.sign, in iio_show_fixed_type()
258 this_attr->c->scan_type.realbits, in iio_show_fixed_type()
259 this_attr->c->scan_type.storagebits, in iio_show_fixed_type()
260 this_attr->c->scan_type.shift); in iio_show_fixed_type()
384 struct iio_dev_attr *this_attr = to_iio_dev_attr(attr); in iio_scan_el_store() local
394 ret = iio_scan_mask_query(indio_dev, buffer, this_attr->address); in iio_scan_el_store()
398 ret = iio_scan_mask_clear(buffer, this_attr->address); in iio_scan_el_store()
402 ret = iio_scan_mask_set(indio_dev, buffer, this_attr->address); in iio_scan_el_store()