Searched refs:phantom_class (Results 1 – 1 of 1) sorted by relevance
40 static const struct class phantom_class = { variable408 if (IS_ERR(device_create(&phantom_class, &pdev->dev, in phantom_probe()441 device_destroy(&phantom_class, MKDEV(phantom_major, minor)); in phantom_remove()508 retval = class_register(&phantom_class); in phantom_init()513 retval = class_create_file(&phantom_class, &class_attr_version.attr); in phantom_init()539 class_remove_file(&phantom_class, &class_attr_version.attr); in phantom_init()541 class_unregister(&phantom_class); in phantom_init()552 class_remove_file(&phantom_class, &class_attr_version.attr); in phantom_exit()553 class_unregister(&phantom_class); in phantom_exit()
Completed in 3 milliseconds