Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iio/
A Dindustrialio-event.c36 struct iio_event_interface { struct
47 bool iio_event_enabled(const struct iio_event_interface *ev_int) in iio_event_enabled() argument
69 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_push_event()
104 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_poll()
125 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_chrdev_read()
175 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_chrdev_release()
195 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_getfd()
480 static void iio_setup_ev_int(struct iio_event_interface *ev_int) in iio_setup_ev_int()
509 struct iio_event_interface *ev_int; in iio_device_register_eventset()
518 ev_int = kzalloc(sizeof(struct iio_event_interface), GFP_KERNEL); in iio_device_register_eventset()
[all …]
A Diio_core.h108 struct iio_event_interface;
109 bool iio_event_enabled(const struct iio_event_interface *ev_int);
A Dindustrialio-core.c258 const struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_set_clock()
/linux-6.3-rc2/include/linux/iio/
A Diio-opaque.h51 struct iio_event_interface *event_interface;

Completed in 9 milliseconds