Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dhpilo.c28 static struct class *ilo_class; variable
741 device_destroy(ilo_class, MKDEV(ilo_major, i)); in ilo_remove()
833 dev = device_create(ilo_class, &pdev->dev, in ilo_probe()
876 ilo_class = class_create(THIS_MODULE, "iLO"); in ilo_init()
877 if (IS_ERR(ilo_class)) { in ilo_init()
878 error = PTR_ERR(ilo_class); in ilo_init()
896 class_destroy(ilo_class); in ilo_init()
905 class_destroy(ilo_class); in ilo_exit()