Searched refs:ev_int (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | industrialio-event.c | 47 bool iio_event_enabled(const struct iio_event_interface *ev_int) in iio_event_enabled() argument 49 return !!test_bit(IIO_BUSY_BIT_POS, &ev_int->flags); in iio_event_enabled() 69 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_push_event() local 73 if (!ev_int) in iio_push_event() 77 if (iio_event_enabled(ev_int)) { in iio_push_event() 82 copied = kfifo_put(&ev_int->det_events, ev); in iio_push_event() 84 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event() 104 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_poll() local 110 poll_wait(filep, &ev_int->wait, wait); in iio_event_poll() 112 if (!kfifo_is_empty(&ev_int in iio_event_poll() 125 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_event_chrdev_read() local 175 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_event_chrdev_release() local 195 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_event_getfd() local 482 iio_setup_ev_int(struct iio_event_interface *ev_int) iio_setup_ev_int() argument 511 struct iio_event_interface *ev_int; iio_device_register_eventset() local 597 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_device_unregister_eventset() local [all...] |
H A D | iio_core.h | 109 bool iio_event_enabled(const struct iio_event_interface *ev_int);
|
H A D | industrialio-core.c | 268 const struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_set_clock() local 273 if ((ev_int && iio_event_enabled(ev_int)) || in iio_device_set_clock()
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | industrialio-event.c | 45 bool iio_event_enabled(const struct iio_event_interface *ev_int) in iio_event_enabled() argument 47 return !!test_bit(IIO_BUSY_BIT_POS, &ev_int->flags); in iio_event_enabled() 67 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_push_event() local 71 if (!ev_int) in iio_push_event() 75 if (iio_event_enabled(ev_int)) { in iio_push_event() 80 copied = kfifo_put(&ev_int->det_events, ev); in iio_push_event() 82 wake_up_poll(&ev_int->wait, EPOLLIN); in iio_push_event() 102 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_poll() local 108 poll_wait(filep, &ev_int->wait, wait); in iio_event_poll() 110 if (!kfifo_is_empty(&ev_int in iio_event_poll() 123 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_event_chrdev_read() local 173 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_event_chrdev_release() local 193 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_event_getfd() local 469 iio_setup_ev_int(struct iio_event_interface *ev_int) iio_setup_ev_int() argument 480 struct iio_event_interface *ev_int; iio_device_register_eventset() local 557 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; iio_device_unregister_eventset() local [all...] |
H A D | iio_core.h | 80 bool iio_event_enabled(const struct iio_event_interface *ev_int);
|
H A D | industrialio-core.c | 219 const struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_set_clock() local 224 if ((ev_int && iio_event_enabled(ev_int)) || in iio_device_set_clock()
|
Completed in 9 milliseconds