Home
last modified time | relevance | path

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

/linux-4.1.27/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()
354 iio_device_put(channel->indio_dev); in iio_channel_release()
423 iio_device_put(chans[i].indio_dev); in iio_channel_get_all()
437 iio_device_put(chan->indio_dev); in iio_channel_release_all()
Dindustrialio-event.c156 iio_device_put(indio_dev); in iio_event_chrdev_release()
186 iio_device_put(indio_dev); in iio_event_getfd()
Dindustrialio-core.c1109 iio_device_put(indio_dev); in iio_chrdev_release()
/linux-4.1.27/include/linux/iio/
Diio.h531 static inline void iio_device_put(struct iio_dev *indio_dev) in iio_device_put() function