Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
A Dcosa.c213 static struct class *cosa_class; variable
368 cosa_class = class_create(THIS_MODULE, "cosa"); in cosa_init()
369 if (IS_ERR(cosa_class)) { in cosa_init()
370 err = PTR_ERR(cosa_class); in cosa_init()
374 device_create(cosa_class, NULL, MKDEV(cosa_major, i), NULL, in cosa_init()
392 device_destroy(cosa_class, MKDEV(cosa_major, i)); in cosa_exit()
393 class_destroy(cosa_class); in cosa_exit()

Completed in 6 milliseconds