tty_port_alloc_xmit_buf
res = tty_port_alloc_xmit_buf(&channel->tty_port);
if (tty_port_alloc_xmit_buf(port) < 0)
ret = tty_port_alloc_xmit_buf(port);
EXPORT_SYMBOL(tty_port_alloc_xmit_buf);
int tty_port_alloc_xmit_buf(struct tty_port *port);