Searched refs:iio_device_get_current_mode (Results 1 – 4 of 4) sorted by relevance
599 int iio_device_get_current_mode(struct iio_dev *indio_dev);
1541 if (iio_device_get_current_mode(indio_dev) == INDIO_BUFFER_TRIGGERED) in bmc150_accel_buffer_postenable()1573 if (iio_device_get_current_mode(indio_dev) == INDIO_BUFFER_TRIGGERED) in bmc150_accel_buffer_predisable()
2091 int iio_device_get_current_mode(struct iio_dev *indio_dev) in iio_device_get_current_mode() function2097 EXPORT_SYMBOL_GPL(iio_device_get_current_mode);
1300 if (!(iio_device_get_current_mode(indio_dev) & INDIO_ALL_TRIGGERED_MODES)) in at91_adc_buffer_prepare()1351 if (!(iio_device_get_current_mode(indio_dev) & INDIO_ALL_TRIGGERED_MODES)) in at91_adc_buffer_postdisable()