Home
last modified time | relevance | path

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

/drivers/pps/generators/
A Dpps_gen.c29 static struct class *pps_gen_class; variable
186 pps_gen->dev = device_create(pps_gen_class, pps_gen->info->parent, devt, in pps_gen_register_cdev()
210 device_destroy(pps_gen_class, pps_gen->dev->devt); in pps_gen_unregister_cdev()
310 class_destroy(pps_gen_class); in pps_gen_exit()
318 pps_gen_class = class_create("pps-gen"); in pps_gen_init()
319 if (IS_ERR(pps_gen_class)) { in pps_gen_init()
321 return PTR_ERR(pps_gen_class); in pps_gen_init()
323 pps_gen_class->dev_groups = pps_gen_groups; in pps_gen_init()
335 class_destroy(pps_gen_class); in pps_gen_init()

Completed in 3 milliseconds