Home
last modified time | relevance | path

Searched refs:__iio_device_register (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/iio/
H A Diio.h641 __iio_device_register((indio_dev), THIS_MODULE)
642 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
/linux/drivers/iio/
H A Dindustrialio-core.c2010 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() function
2099 EXPORT_SYMBOL(__iio_device_register);
2136 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()