Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/boards/mach-landisk/
Dgio.c29 static struct cdev *cdev_p; variable
149 cdev_p = cdev_alloc(); in gio_init()
150 cdev_p->ops = &gio_fops; in gio_init()
151 error = cdev_add(cdev_p, dev, DEVCOUNT); in gio_init()
163 cdev_del(cdev_p); in gio_exit()