Searched defs:iio_buffer_setup_ops (Results 1 – 2 of 2) sorted by relevance
115825 struct iio_buffer_setup_ops { struct115826 int (*preenable)(struct iio_dev *);115827 int (*postenable)(struct iio_dev *);115828 int (*predisable)(struct iio_dev *);115829 int (*postdisable)(struct iio_dev *);115830 bool (*validate_scan_mask)(struct iio_dev *, const unsigned long *);
122253 struct iio_buffer_setup_ops { struct122254 int (*preenable)(struct iio_dev *);122255 int (*postenable)(struct iio_dev *);122256 int (*predisable)(struct iio_dev *);122257 int (*postdisable)(struct iio_dev *);122258 bool (*validate_scan_mask)(struct iio_dev *, const unsigned long *);