Searched refs:c2port_class (Results 1 – 1 of 1) sorted by relevance
33 static struct class *c2port_class; variable 930 c2dev->dev = device_create(c2port_class, NULL, 0, c2dev, in c2port_device_register() 976 device_destroy(c2port_class, c2dev->id); in c2port_device_unregister() 991 c2port_class = class_create("c2port"); in c2port_init() 992 if (IS_ERR(c2port_class)) { in c2port_init() 994 return PTR_ERR(c2port_class); in c2port_init() 996 c2port_class->dev_groups = c2port_groups; in c2port_init() 1003 class_destroy(c2port_class); in c2port_exit()