Home
last modified time | relevance | path

Searched refs:scr24x_class (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/char/pcmcia/
Dscr24x_cs.c47 static struct class *scr24x_class; variable
279 device_create(scr24x_class, NULL, MKDEV(MAJOR(scr24x_devt), dev->devno), in scr24x_probe()
296 device_destroy(scr24x_class, MKDEV(MAJOR(scr24x_devt), dev->devno)); in scr24x_remove()
329 scr24x_class = class_create(THIS_MODULE, "scr24x"); in scr24x_init()
330 if (IS_ERR(scr24x_class)) in scr24x_init()
331 return PTR_ERR(scr24x_class); in scr24x_init()
335 class_destroy(scr24x_class); in scr24x_init()
342 class_destroy(scr24x_class); in scr24x_init()
352 class_destroy(scr24x_class); in scr24x_exit()