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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c860 static struct file_operations dev_nvram_fops = { variable in typeref:struct:file_operations
931 if ((nvram_major = devfs_register_chrdev(0, "nvram", &dev_nvram_fops)) < 0) {
950 S_IFCHR | S_IRUSR | S_IWUSR | S_IRGRP, &dev_nvram_fops, NULL);

Completed in 37 milliseconds