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

/linux-master/drivers/tty/
H A Dn_hdlc.c153 static struct n_hdlc *n_hdlc_alloc(void);
234 n_hdlc = n_hdlc_alloc();
236 pr_err("%s: n_hdlc_alloc failed\n", __func__);
693 * n_hdlc_alloc - allocate an n_hdlc instance data structure
697 static struct n_hdlc *n_hdlc_alloc(void) function
719 } /* end of n_hdlc_alloc() */

Completed in 186 milliseconds