Home
last modified time | relevance | path

Searched refs:iio_device_put (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/iio/
Dinkern.c161 iio_device_put(indio_dev); in __of_iio_channel_get()
262 iio_device_put(chans[i].indio_dev); in of_iio_channel_get_all()
331 iio_device_put(c->indio_dev); in iio_channel_get_sys()
356 iio_device_put(channel->indio_dev); in iio_channel_release()
473 iio_device_put(chans[i].indio_dev); in iio_channel_get_all()
487 iio_device_put(chan->indio_dev); in iio_channel_release_all()
Dindustrialio-event.c175 iio_device_put(indio_dev); in iio_event_chrdev_release()
211 iio_device_put(indio_dev); in iio_event_getfd()
Dindustrialio-core.c1598 iio_device_put(indio_dev); in iio_chrdev_release()
/linux-4.19.296/include/linux/iio/
Diio.h616 static inline void iio_device_put(struct iio_dev *indio_dev) in iio_device_put() function