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

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

Completed in 41 milliseconds