Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/
Dhpilo.c28 static struct class *ilo_class; variable
748 device_destroy(ilo_class, MKDEV(ilo_major, i)); in ilo_remove()
841 dev = device_create(ilo_class, &pdev->dev, in ilo_probe()
884 ilo_class = class_create(THIS_MODULE, "iLO"); in ilo_init()
885 if (IS_ERR(ilo_class)) { in ilo_init()
886 error = PTR_ERR(ilo_class); in ilo_init()
904 class_destroy(ilo_class); in ilo_init()
913 class_destroy(ilo_class); in ilo_exit()