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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dn_hdlc.c12 * $Id: n_hdlc.c,v 1.1.1.1 2008/10/15 03:26:26 james26_jang Exp $
156 struct n_hdlc { struct
181 static struct n_hdlc *n_hdlc_alloc (void);
213 #define tty2n_hdlc(tty) ((struct n_hdlc *) ((tty)->disc_data))
214 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty)
221 * release an n_hdlc per device line discipline info structure
224 static void n_hdlc_release (struct n_hdlc *n_hdlc) argument
226 struct tty_struct *tty = n_hdlc2tty (n_hdlc);
280 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
320 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
375 n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) argument
472 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
522 register struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
595 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); local
675 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
760 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
825 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); local
860 struct n_hdlc *n_hdlc; local
[all...]
H A DMakefile186 obj-$(CONFIG_N_HDLC) += n_hdlc.o
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-connect.in112 modprobe n_hdlc > /dev/null 2>&1

Completed in 108 milliseconds