Home
last modified time | relevance | path

Searched refs:this_el (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/iio/
Dindustrialio-ring.c464 struct iio_scan_el *this_el = to_iio_scan_el(attr); in iio_scan_el_show() local
466 ret = iio_scan_mask_query(ring, this_el->number); in iio_scan_el_show()
482 struct iio_scan_el *this_el = to_iio_scan_el(attr); in iio_scan_el_store() local
490 ret = iio_scan_mask_query(ring, this_el->number); in iio_scan_el_store()
494 ret = iio_scan_mask_clear(ring, this_el->number); in iio_scan_el_store()
498 ret = iio_scan_mask_set(ring, this_el->number); in iio_scan_el_store()
502 if (this_el->set_state) in iio_scan_el_store()
503 ret = this_el->set_state(this_el, indio_dev, state); in iio_scan_el_store()