Lines Matching refs:iio_dev_opaque
66 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_push_event() local
67 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_push_event()
101 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_event_poll() local
102 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_poll()
122 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_event_chrdev_read() local
123 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_chrdev_read()
172 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_event_chrdev_release() local
173 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_chrdev_release()
192 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_event_getfd() local
193 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_event_getfd()
352 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_device_add_event() local
386 &iio_dev_opaque->event_interface->dev_attr_list); in iio_device_add_event()
479 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_device_register_eventset() local
493 iio_dev_opaque->event_interface = ev_int; in iio_device_register_eventset()
534 iio_dev_opaque->event_interface = NULL; in iio_device_register_eventset()
547 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_device_wakeup_eventset() local
549 if (iio_dev_opaque->event_interface == NULL) in iio_device_wakeup_eventset()
551 wake_up(&iio_dev_opaque->event_interface->wait); in iio_device_wakeup_eventset()
556 struct iio_dev_opaque *iio_dev_opaque = to_iio_dev_opaque(indio_dev); in iio_device_unregister_eventset() local
557 struct iio_event_interface *ev_int = iio_dev_opaque->event_interface; in iio_device_unregister_eventset()
564 iio_dev_opaque->event_interface = NULL; in iio_device_unregister_eventset()