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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dlinux_gpio.c104 static struct file_operations gpio_fops = { variable in typeref:struct:file_operations
122 if ((gpio_major = register_chrdev(0, "gpio", &gpio_fops)) < 0)
124 if ((gpio_major = devfs_register_chrdev(0, "gpio", &gpio_fops)) < 0)
143 &gpio_fops, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dgpio.c117 static struct file_operations gpio_fops = { variable in typeref:struct:file_operations
135 if ((gpio_major = devfs_register_chrdev(0, "gpio", &gpio_fops)) < 0)
145 &gpio_fops, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dgpio.c733 static const struct file_operations gpio_fops = { variable in typeref:struct:file_operations
799 res = register_chrdev(GPIO_MAJOR, gpio_name, &gpio_fops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/mach-a3/
H A Dgpio.c879 static const struct file_operations gpio_fops = { variable in typeref:struct:file_operations
956 res = register_chrdev(GPIO_MAJOR, gpio_name, &gpio_fops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/mach-fs/
H A Dgpio.c853 static const struct file_operations gpio_fops = { variable in typeref:struct:file_operations
932 res = register_chrdev(GPIO_MAJOR, gpio_name, &gpio_fops);

Completed in 202 milliseconds