Searched refs:adf_ctl_class (Results 1 – 1 of 1) sorted by relevance
34 static const struct class adf_ctl_class = { variable47 device_destroy(&adf_ctl_class, MKDEV(adf_ctl_drv.major, 0)); in adf_chr_drv_destroy()49 class_unregister(&adf_ctl_class); in adf_chr_drv_destroy()64 ret = class_register(&adf_ctl_class); in adf_chr_drv_create()75 drv_device = device_create(&adf_ctl_class, NULL, in adf_chr_drv_create()86 class_unregister(&adf_ctl_class); in adf_chr_drv_create()
Completed in 4 milliseconds