Searched refs:drv_class (Results 1 – 1 of 1) sorted by relevance
33 struct class *drv_class; member40 device_destroy(adf_ctl_drv.drv_class, MKDEV(adf_ctl_drv.major, 0)); in adf_chr_drv_destroy()42 class_destroy(adf_ctl_drv.drv_class); in adf_chr_drv_destroy()56 adf_ctl_drv.drv_class = class_create(THIS_MODULE, DEVICE_NAME); in adf_chr_drv_create()57 if (IS_ERR(adf_ctl_drv.drv_class)) { in adf_chr_drv_create()68 drv_device = device_create(adf_ctl_drv.drv_class, NULL, in adf_chr_drv_create()79 class_destroy(adf_ctl_drv.drv_class); in adf_chr_drv_create()
Completed in 3 milliseconds