Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/
Dinkern.c156 iio_device_put(indio_dev); in __of_iio_channel_get()
257 iio_device_put(chans[i].indio_dev); in of_iio_channel_get_all()
326 iio_device_put(c->indio_dev); in iio_channel_get_sys()
351 iio_device_put(channel->indio_dev); in iio_channel_release()
449 iio_device_put(chans[i].indio_dev); in iio_channel_get_all()
463 iio_device_put(chan->indio_dev); in iio_channel_release_all()
Dindustrialio-event.c177 iio_device_put(indio_dev); in iio_event_chrdev_release()
214 iio_device_put(indio_dev); in iio_event_getfd()
Dindustrialio-core.c1658 iio_device_put(indio_dev); in iio_chrdev_release()
/Linux-v5.10/include/linux/iio/
Diio.h598 static inline void iio_device_put(struct iio_dev *indio_dev) in iio_device_put() function