Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ppp/
Dppp_generic.c1166 #define PPP_MAJOR 108 macro
1182 err = register_chrdev(PPP_MAJOR, "ppp", &ppp_device_fops); in ppp_init()
1201 device_create(ppp_class, NULL, MKDEV(PPP_MAJOR, 0), NULL, "ppp"); in ppp_init()
1208 unregister_chrdev(PPP_MAJOR, "ppp"); in ppp_init()
3230 unregister_chrdev(PPP_MAJOR, "ppp"); in ppp_cleanup()
3231 device_destroy(ppp_class, MKDEV(PPP_MAJOR, 0)); in ppp_cleanup()
3287 MODULE_ALIAS_CHARDEV(PPP_MAJOR, 0);