Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dcosa.c308 static const struct file_operations cosa_fops = { variable
365 if (register_chrdev(cosa_major, "cosa", &cosa_fops)) { in cosa_init()
371 if (!(cosa_major=register_chrdev(0, "cosa", &cosa_fops))) { in cosa_init()