Searched refs:PPP_MAJOR (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ppp/ |
D | ppp_generic.c | 1392 #define PPP_MAJOR 108 macro 1408 err = register_chrdev(PPP_MAJOR, "ppp", &ppp_device_fops); in ppp_init() 1425 device_create(&ppp_class, NULL, MKDEV(PPP_MAJOR, 0), NULL, "ppp"); in ppp_init() 1432 unregister_chrdev(PPP_MAJOR, "ppp"); in ppp_init() 3566 unregister_chrdev(PPP_MAJOR, "ppp"); in ppp_cleanup() 3567 device_destroy(&ppp_class, MKDEV(PPP_MAJOR, 0)); in ppp_cleanup() 3624 MODULE_ALIAS_CHARDEV(PPP_MAJOR, 0);
|