Home
last modified time | relevance | path

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

/drivers/iio/
Dindustrialio-event.c34 struct iio_event_interface { struct
44 bool iio_event_enabled(const struct iio_event_interface *ev_int) in iio_event_enabled() argument
65 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_push_event()
99 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_poll()
119 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_chrdev_read()
168 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_chrdev_release()
187 struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_event_getfd()
462 static void iio_setup_ev_int(struct iio_event_interface *ev_int) in iio_setup_ev_int()
481 kzalloc(sizeof(struct iio_event_interface), GFP_KERNEL); in iio_device_register_eventset()
Diio_core.h79 struct iio_event_interface;
80 bool iio_event_enabled(const struct iio_event_interface *ev_int);
Dindustrialio-core.c194 const struct iio_event_interface *ev_int = indio_dev->event_interface; in iio_device_set_clock()