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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcs5535_gpio.c50 static struct cdev cs5535_gpio_cdev; variable in typeref:struct:cdev
242 cdev_init(&cs5535_gpio_cdev, &cs5535_gpio_fops);
243 cdev_add(&cs5535_gpio_cdev, dev_id, CS5535_GPIO_COUNT);
252 cdev_del(&cs5535_gpio_cdev);

Completed in 113 milliseconds