Searched refs:most_class (Results 1 – 1 of 1) sorted by relevance
35 static struct class *most_class; variable1928 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()