Searched refs:cdev_p (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/landisk/
H A Dgio.c29 static struct cdev *cdev_p; variable in typeref:struct:cdev
146 cdev_p = cdev_alloc();
147 cdev_p->ops = &gio_fops;
148 error = cdev_add(cdev_p, dev, DEVCOUNT);
160 cdev_del(cdev_p);

Completed in 40 milliseconds