Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/pcmcia/
Dscr24x_cs.c47 static struct class *scr24x_class; variable
278 device_create(scr24x_class, NULL, MKDEV(MAJOR(scr24x_devt), dev->devno), in scr24x_probe()
295 device_destroy(scr24x_class, MKDEV(MAJOR(scr24x_devt), dev->devno)); in scr24x_remove()
328 scr24x_class = class_create(THIS_MODULE, "scr24x"); in scr24x_init()
329 if (IS_ERR(scr24x_class)) in scr24x_init()
330 return PTR_ERR(scr24x_class); in scr24x_init()
334 class_destroy(scr24x_class); in scr24x_init()
341 class_destroy(scr24x_class); in scr24x_init()
351 class_destroy(scr24x_class); in scr24x_exit()