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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c1092 #define PPP_MAJOR 108 macro
1108 err = register_chrdev(PPP_MAJOR, "ppp", &ppp_device_fops);
1121 device_create(ppp_class, NULL, MKDEV(PPP_MAJOR, 0), NULL, "ppp");
1126 unregister_chrdev(PPP_MAJOR, "ppp");
3130 unregister_chrdev(PPP_MAJOR, "ppp");
3131 device_destroy(ppp_class, MKDEV(PPP_MAJOR, 0));
3234 MODULE_ALIAS_CHARDEV(PPP_MAJOR, 0);

Completed in 31 milliseconds