Searched refs:vd_class (Results 1 – 1 of 1) sorted by relevance
73 struct class *vd_class; member1432 mtty_dev.vd_class = class_create(THIS_MODULE, MTTY_CLASS_NAME); in mtty_dev_init()1434 if (IS_ERR(mtty_dev.vd_class)) { in mtty_dev_init()1436 ret = PTR_ERR(mtty_dev.vd_class); in mtty_dev_init()1440 mtty_dev.dev.class = mtty_dev.vd_class; in mtty_dev_init()1461 class_destroy(mtty_dev.vd_class); in mtty_dev_init()1480 class_destroy(mtty_dev.vd_class); in mtty_dev_exit()1481 mtty_dev.vd_class = NULL; in mtty_dev_exit()