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

/drivers/tty/
H A Dn_hdlc.c16 * This module implements the tty line discipline N_HDLC for use with
60 * (using N_HDLC) communications, with the latter using the above
952 KERN_INFO "N_HDLC line discipline registered.\n";
956 KERN_INFO "N_HDLC: init failure %d\n";
970 status = tty_register_ldisc(N_HDLC, &n_hdlc_ldisc);
983 KERN_INFO "N_HDLC: line discipline unregistered\n";
985 KERN_ERR "N_HDLC: can't unregister line discipline (err = %d)\n";
990 int status = tty_unregister_ldisc(N_HDLC);
1005 MODULE_ALIAS_LDISC(N_HDLC); variable

Completed in 262 milliseconds