iio_event_interface   79 drivers/iio/iio_core.h struct iio_event_interface;
iio_event_interface   80 drivers/iio/iio_core.h bool iio_event_enabled(const struct iio_event_interface *ev_int);
iio_event_interface  194 drivers/iio/industrialio-core.c 	const struct iio_event_interface *ev_int = indio_dev->event_interface;
iio_event_interface   44 drivers/iio/industrialio-event.c bool iio_event_enabled(const struct iio_event_interface *ev_int)
iio_event_interface   65 drivers/iio/industrialio-event.c 	struct iio_event_interface *ev_int = indio_dev->event_interface;
iio_event_interface   99 drivers/iio/industrialio-event.c 	struct iio_event_interface *ev_int = indio_dev->event_interface;
iio_event_interface  119 drivers/iio/industrialio-event.c 	struct iio_event_interface *ev_int = indio_dev->event_interface;
iio_event_interface  168 drivers/iio/industrialio-event.c 	struct iio_event_interface *ev_int = indio_dev->event_interface;
iio_event_interface  187 drivers/iio/industrialio-event.c 	struct iio_event_interface *ev_int = indio_dev->event_interface;
iio_event_interface  462 drivers/iio/industrialio-event.c static void iio_setup_ev_int(struct iio_event_interface *ev_int)
iio_event_interface  481 drivers/iio/industrialio-event.c 		kzalloc(sizeof(struct iio_event_interface), GFP_KERNEL);
iio_event_interface  533 include/linux/iio/iio.h 	struct iio_event_interface	*event_interface;