IIO_DEV_MAX
ret = alloc_chrdev_region(&iio_devt, 0, IIO_DEV_MAX, "iio");
unregister_chrdev_region(iio_devt, IIO_DEV_MAX);