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()584 ev_int = kzalloc(sizeof(*ev_int), GFP_KERNEL); in iio_device_register_eventset()585 if (!ev_int) in iio_device_register_eventset()592 iio_setup_ev_int(ev_int); in iio_device_register_eventset()615 memcpy(ev_int->group.attrs, in iio_device_register_eventset()634 kfree(ev_int->group.attrs); in iio_device_register_eventset()637 kfree(ev_int); in iio_device_register_eventset()663 if (ev_int == NULL) in iio_device_unregister_eventset()668 kfree(ev_int->group.attrs); in iio_device_unregister_eventset()[all …]
110 bool iio_event_enabled(const struct iio_event_interface *ev_int);
274 const struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_set_clock() local279 if ((ev_int && iio_event_enabled(ev_int)) || in iio_device_set_clock()
Completed in 16 milliseconds