Searched refs:ev_int (Results 1 – 3 of 3) sorted by relevance
73 if (!ev_int) in iio_push_event()198 if (ev_int == NULL) in iio_event_getfd()586 ev_int = kzalloc(sizeof(*ev_int), GFP_KERNEL); in iio_device_register_eventset()587 if (!ev_int) in iio_device_register_eventset()594 iio_setup_ev_int(ev_int); in iio_device_register_eventset()617 memcpy(ev_int->group.attrs, in iio_device_register_eventset()636 kfree(ev_int->group.attrs); in iio_device_register_eventset()639 kfree(ev_int); in iio_device_register_eventset()665 if (ev_int == NULL) in iio_device_unregister_eventset()670 kfree(ev_int->group.attrs); in iio_device_unregister_eventset()[all …]
110 bool iio_event_enabled(const struct iio_event_interface *ev_int);
275 const struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_set_clock() local280 if ((ev_int && iio_event_enabled(ev_int)) || in iio_device_set_clock()