Searched refs:n_hdlc (Results 1 – 2 of 2) sorted by relevance
133 struct n_hdlc { struct155 static struct n_hdlc *n_hdlc_alloc(void); argument163 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local166 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()167 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()172 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local175 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()176 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()198 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local209 cancel_work_sync(&n_hdlc->write_work); in n_hdlc_tty_close()[all …]
10 obj-$(CONFIG_N_HDLC) += n_hdlc.o