Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_generic.c298 static struct class *ppp_class; variable
1188 ppp_class = class_create(THIS_MODULE, "ppp"); in ppp_init()
1189 if (IS_ERR(ppp_class)) { in ppp_init()
1190 err = PTR_ERR(ppp_class); in ppp_init()
1201 device_create(ppp_class, NULL, MKDEV(PPP_MAJOR, 0), NULL, "ppp"); in ppp_init()
1206 class_destroy(ppp_class); in ppp_init()
3231 device_destroy(ppp_class, MKDEV(PPP_MAJOR, 0)); in ppp_cleanup()
3232 class_destroy(ppp_class); in ppp_cleanup()