Searched refs:vd_class (Results 1 – 1 of 1) sorted by relevance
73 struct class *vd_class; member2004 mtty_dev.vd_class = class_create(MTTY_CLASS_NAME); in mtty_dev_init()2006 if (IS_ERR(mtty_dev.vd_class)) { in mtty_dev_init()2008 ret = PTR_ERR(mtty_dev.vd_class); in mtty_dev_init()2012 mtty_dev.dev.class = mtty_dev.vd_class; in mtty_dev_init()2031 class_destroy(mtty_dev.vd_class); in mtty_dev_init()2050 class_destroy(mtty_dev.vd_class); in mtty_dev_exit()2051 mtty_dev.vd_class = NULL; in mtty_dev_exit()