Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dhpilo.c31 static struct class *ilo_class; variable
735 device_destroy(ilo_class, MKDEV(ilo_major, i)); in ilo_remove()
827 dev = device_create(ilo_class, &pdev->dev, in ilo_probe()
870 ilo_class = class_create(THIS_MODULE, "iLO"); in ilo_init()
871 if (IS_ERR(ilo_class)) { in ilo_init()
872 error = PTR_ERR(ilo_class); in ilo_init()
890 class_destroy(ilo_class); in ilo_init()
899 class_destroy(ilo_class); in ilo_exit()