Searched refs:vd_class (Results 1 – 1 of 1) sorted by relevance
73 struct class *vd_class; member1983 mtty_dev.vd_class = class_create(MTTY_CLASS_NAME); in mtty_dev_init()1985 if (IS_ERR(mtty_dev.vd_class)) { in mtty_dev_init()1987 ret = PTR_ERR(mtty_dev.vd_class); in mtty_dev_init()1991 mtty_dev.dev.class = mtty_dev.vd_class; in mtty_dev_init()2010 class_destroy(mtty_dev.vd_class); in mtty_dev_init()2029 class_destroy(mtty_dev.vd_class); in mtty_dev_exit()2030 mtty_dev.vd_class = NULL; in mtty_dev_exit()