Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/iio/
Diio.h553 __iio_device_register((indio_dev), THIS_MODULE)
554 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod);
/Linux-v5.15/drivers/iio/
Dindustrialio-core.c1884 int __iio_device_register(struct iio_dev *indio_dev, struct module *this_mod) in __iio_device_register() function
1967 EXPORT_SYMBOL(__iio_device_register);
2006 ret = __iio_device_register(indio_dev, this_mod); in __devm_iio_device_register()