Home
last modified time | relevance | path

Searched refs:iio_event_interface (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/iio/
Dindustrialio-event.c37 struct iio_event_interface { struct
47 bool iio_event_enabled(const struct iio_event_interface *ev_int) in iio_event_enabled() argument
68 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_push_event()
102 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_poll()
122 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_chrdev_read()
171 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_chrdev_release()
190 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_getfd()
465 static void iio_setup_ev_int(struct iio_event_interface *ev_int) in iio_setup_ev_int()
484 kzalloc(sizeof(struct iio_event_interface), GFP_KERNEL); in iio_device_register_eventset()
Diio_core.h82 struct iio_event_interface;
83 bool iio_event_enabled(const struct iio_event_interface *ev_int);
Dindustrialio-core.c191 const struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_device_set_clock()
/linux-4.19.296/include/linux/iio/
Diio.h536 struct iio_event_interface *event_interface;