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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dtermios.h56 #define N_HDLC 13 /* synchronous HDLC */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_hdlc.c17 * This module implements the tty line discipline N_HDLC for use with
61 * (using N_HDLC) communications, with the latter using the above
892 KERN_INFO "N_HDLC line discipline registered.\n";
896 KERN_INFO "N_HDLC: init failure %d\n";
910 status = tty_register_ldisc(N_HDLC, &n_hdlc_ldisc);
923 KERN_INFO "N_HDLC: line discipline unregistered\n";
925 KERN_ERR "N_HDLC: can't unregister line discipline (err = %d)\n";
930 int status = tty_unregister_ldisc(N_HDLC);
945 MODULE_ALIAS_LDISC(N_HDLC); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h44 #define N_HDLC 13 /* synchronous HDLC */ macro

Completed in 53 milliseconds