Home
last modified time | relevance | path

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

/linux/drivers/most/
H A Dmost_cdev.c22 static const struct class most_cdev_class = { variable
97 device_destroy(&most_cdev_class, c->devno); in destroy_cdev()
461 c->dev = device_create(&most_cdev_class, NULL, c->devno, NULL, "%s", name); in comp_probe()
498 err = class_register(&most_cdev_class); in most_cdev_init()
522 class_unregister(&most_cdev_class); in most_cdev_init()
539 class_unregister(&most_cdev_class); in most_cdev_exit()