Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dad4030.c150 const struct iio_scan_type *current_scan_type; member
564 st->current_scan_type = iio_get_current_scan_type(indio_dev, in ad4030_set_mode()
566 if (IS_ERR(st->current_scan_type)) in ad4030_set_mode()
567 return PTR_ERR(st->current_scan_type); in ad4030_set_mode()
617 BITS_TO_BYTES(st->current_scan_type->realbits); in ad4030_conversion()
619 BITS_TO_BYTES(st->current_scan_type->storagebits); in ad4030_conversion()
675 st->current_scan_type = iio_get_current_scan_type(indio_dev, in ad4030_single_conversion()
677 if (IS_ERR(st->current_scan_type)) in ad4030_single_conversion()
678 return PTR_ERR(st->current_scan_type); in ad4030_single_conversion()