Searched defs:iio_trigger_ops (Results 1 – 1 of 1) sorted by relevance
31 struct iio_trigger_ops { struct32 struct module *owner;33 int (*set_trigger_state)(struct iio_trigger *trig, bool state);57 const struct iio_trigger_ops *ops; argument