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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dpc8736x_gpio.c246 static struct cdev pc8736x_gpio_cdev; variable in typeref:struct:cdev
319 cdev_init(&pc8736x_gpio_cdev, &pc8736x_gpio_fileops);
320 cdev_add(&pc8736x_gpio_cdev, devid, PC8736X_GPIO_CT);
338 cdev_del(&pc8736x_gpio_cdev);

Completed in 72 milliseconds