linux_find_cdev
struct linux_cdev *linux_find_cdev(const char *name, unsigned major, unsigned minor);
cdevp = linux_find_cdev(name, major, i);