Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c35 static struct class *most_class; variable
1928 most_class = class_create(THIS_MODULE, "most"); in most_init()
1929 if (IS_ERR(most_class)) { in most_init()
1939 device_create(most_class, NULL, 0, NULL, "mostcore"); in most_init()
1958 device_destroy(most_class, 0); in most_init()
1962 class_destroy(most_class); in most_init()
1985 device_destroy(most_class, 0); in most_exit()
1987 class_destroy(most_class); in most_exit()