Searched refs:ev_int (Results 1 – 3 of 3) sorted by relevance
73 if (!ev_int) in iio_push_event()77 if (iio_event_enabled(ev_int)) { in iio_push_event()198 if (ev_int == NULL) in iio_event_getfd()512 if (ev_int == NULL) in iio_device_register_eventset()519 iio_setup_ev_int(ev_int); in iio_device_register_eventset()542 memcpy(ev_int->group.attrs, in iio_device_register_eventset()556 &ev_int->ioctl_handler); in iio_device_register_eventset()562 kfree(ev_int); in iio_device_register_eventset()588 if (ev_int == NULL) in iio_device_unregister_eventset()593 kfree(ev_int->group.attrs); in iio_device_unregister_eventset()[all …]
109 bool iio_event_enabled(const struct iio_event_interface *ev_int);
264 const struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_set_clock() local269 if ((ev_int && iio_event_enabled(ev_int)) || in iio_device_set_clock()
Completed in 12 milliseconds