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

/linux-4.1.27/drivers/net/wan/
H A Dcosa.c308 static const struct file_operations cosa_fops = { variable in typeref:struct:file_operations
365 if (register_chrdev(cosa_major, "cosa", &cosa_fops)) { cosa_init()
371 if (!(cosa_major=register_chrdev(0, "cosa", &cosa_fops))) { cosa_init()

Completed in 49 milliseconds