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

/drivers/char/
H A Dscx200_gpio.c73 static struct cdev scx200_gpio_cdev; /* use 1 cdev for all pins */ variable in typeref:struct:cdev
109 cdev_init(&scx200_gpio_cdev, &scx200_gpio_fileops);
110 cdev_add(&scx200_gpio_cdev, devid, MAX_PINS);
124 cdev_del(&scx200_gpio_cdev);
125 /* cdev_put(&scx200_gpio_cdev); */

Completed in 60 milliseconds