rtlx_fops          46 arch/mips/include/asm/rtlx.h extern const struct file_operations rtlx_fops;
rtlx_fops          64 arch/mips/kernel/rtlx-cmp.c 	major = register_chrdev(0, RTLX_MODULE_NAME, &rtlx_fops);
rtlx_fops          90 arch/mips/kernel/rtlx-mt.c 	major = register_chrdev(0, RTLX_MODULE_NAME, &rtlx_fops);
rtlx_fops         394 arch/mips/kernel/rtlx.c const struct file_operations rtlx_fops = {