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

/linux-master/drivers/tty/
H A Dn_hdlc.c123 * struct n_hdlc - per device instance data structure
131 struct n_hdlc { struct
153 static struct n_hdlc *n_hdlc_alloc(void);
161 struct n_hdlc *n_hdlc = tty->disc_data; local
164 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list)))
165 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf);
170 struct n_hdlc *n_hdlc = tty->disc_data; local
173 while ((buf = n_hdlc_buf_get(&n_hdlc
196 struct n_hdlc *n_hdlc = tty->disc_data; local
224 struct n_hdlc *n_hdlc = tty->disc_data; local
264 n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) argument
343 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); local
357 struct n_hdlc *n_hdlc = tty->disc_data; local
375 register struct n_hdlc *n_hdlc = tty->disc_data; local
431 struct n_hdlc *n_hdlc = tty->disc_data; local
523 struct n_hdlc *n_hdlc = tty->disc_data; local
586 struct n_hdlc *n_hdlc = tty->disc_data; local
651 struct n_hdlc *n_hdlc = tty->disc_data; local
699 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); local
[all...]
H A DMakefile10 obj-$(CONFIG_N_HDLC) += n_hdlc.o

Completed in 199 milliseconds