Searched refs:vd_class (Results 1 – 1 of 1) sorted by relevance
71 struct class *vd_class; member1320 mtty_dev.vd_class = class_create(THIS_MODULE, MTTY_CLASS_NAME); in mtty_dev_init()1322 if (IS_ERR(mtty_dev.vd_class)) { in mtty_dev_init()1324 ret = PTR_ERR(mtty_dev.vd_class); in mtty_dev_init()1328 mtty_dev.dev.class = mtty_dev.vd_class; in mtty_dev_init()1346 class_destroy(mtty_dev.vd_class); in mtty_dev_init()1365 class_destroy(mtty_dev.vd_class); in mtty_dev_exit()1366 mtty_dev.vd_class = NULL; in mtty_dev_exit()