Searched refs:vd_class (Results 1 – 1 of 1) sorted by relevance
71 struct class *vd_class; member1416 mtty_dev.vd_class = class_create(MTTY_CLASS_NAME); in mtty_dev_init()1418 if (IS_ERR(mtty_dev.vd_class)) { in mtty_dev_init()1420 ret = PTR_ERR(mtty_dev.vd_class); in mtty_dev_init()1424 mtty_dev.dev.class = mtty_dev.vd_class; in mtty_dev_init()1443 class_destroy(mtty_dev.vd_class); in mtty_dev_init()1462 class_destroy(mtty_dev.vd_class); in mtty_dev_exit()1463 mtty_dev.vd_class = NULL; in mtty_dev_exit()