Searched refs:iio_device_get_current_mode (Results 1 – 4 of 4) sorted by relevance
597 int iio_device_get_current_mode(struct iio_dev *indio_dev);
1528 if (iio_device_get_current_mode(indio_dev) == INDIO_BUFFER_TRIGGERED) in bmc150_accel_buffer_postenable()1560 if (iio_device_get_current_mode(indio_dev) == INDIO_BUFFER_TRIGGERED) in bmc150_accel_buffer_predisable()
2098 int iio_device_get_current_mode(struct iio_dev *indio_dev) in iio_device_get_current_mode() function2104 EXPORT_SYMBOL_GPL(iio_device_get_current_mode);
1120 if (!(iio_device_get_current_mode(indio_dev) & INDIO_ALL_TRIGGERED_MODES)) in at91_adc_buffer_prepare()1162 if (!(iio_device_get_current_mode(indio_dev) & INDIO_ALL_TRIGGERED_MODES)) in at91_adc_buffer_postdisable()