Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wan/
Dcosa.c288 static const struct file_operations cosa_fops = { variable
345 if (register_chrdev(cosa_major, "cosa", &cosa_fops)) { in cosa_init()
351 cosa_major = register_chrdev(0, "cosa", &cosa_fops); in cosa_init()