Lines Matching refs:iio_event_interface
35 struct iio_event_interface { struct
45 bool iio_event_enabled(const struct iio_event_interface *ev_int) in iio_event_enabled() argument
67 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_push_event()
102 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_poll()
123 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_chrdev_read()
173 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_chrdev_release()
193 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_getfd()
469 static void iio_setup_ev_int(struct iio_event_interface *ev_int) in iio_setup_ev_int()
480 struct iio_event_interface *ev_int; in iio_device_register_eventset()
489 ev_int = kzalloc(sizeof(struct iio_event_interface), GFP_KERNEL); in iio_device_register_eventset()
557 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_unregister_eventset()