Home
last modified time | relevance | path

Searched refs:rtlx_fops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Drtlx.h46 extern const struct file_operations rtlx_fops;
/linux-4.4.14/arch/mips/kernel/
Drtlx-cmp.c64 major = register_chrdev(0, RTLX_MODULE_NAME, &rtlx_fops); in rtlx_module_init()
Drtlx-mt.c90 major = register_chrdev(0, RTLX_MODULE_NAME, &rtlx_fops); in rtlx_module_init()
Drtlx.c392 const struct file_operations rtlx_fops = { variable