Searched refs:n_hdlc (Results 1 – 3 of 3) sorted by relevance
131 struct n_hdlc { struct153 static struct n_hdlc *n_hdlc_alloc(void); argument161 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local164 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()165 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()170 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local173 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()174 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()196 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local207 cancel_work_sync(&n_hdlc->write_work); in n_hdlc_tty_close()[all …]
10 obj-$(CONFIG_N_HDLC) += n_hdlc.o
234 The module will be called n_hdlc. If you want to do that, say M