Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c1401 #define PPP_MAJOR 108 in ppp_init()
1417 err = register_chrdev(PPP_MAJOR, "ppp", &ppp_device_fops); in ppp_init()
1436 device_create(ppp_class, NULL, MKDEV(PPP_MAJOR, 0), NULL, "ppp"); in ppp_init()
1443 unregister_chrdev(PPP_MAJOR, "ppp"); in ppp_start_xmit()
3576 unregister_chrdev(PPP_MAJOR, "ppp");
3577 device_destroy(ppp_class, MKDEV(PPP_MAJOR, 0));
3633 MODULE_ALIAS_CHARDEV(PPP_MAJOR, 0);
1390 #define PPP_MAJOR global() macro