Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/pcmcia/
Dscr24x_cs.c60 static struct class *scr24x_class; variable
292 device_create(scr24x_class, NULL, MKDEV(MAJOR(scr24x_devt), dev->devno), in scr24x_probe()
309 device_destroy(scr24x_class, MKDEV(MAJOR(scr24x_devt), dev->devno)); in scr24x_remove()
342 scr24x_class = class_create(THIS_MODULE, "scr24x"); in scr24x_init()
343 if (IS_ERR(scr24x_class)) in scr24x_init()
344 return PTR_ERR(scr24x_class); in scr24x_init()
348 class_destroy(scr24x_class); in scr24x_init()
355 class_destroy(scr24x_class); in scr24x_init()
365 class_destroy(scr24x_class); in scr24x_exit()