Home
last modified time | relevance | path

Searched refs:tty_port_alloc_xmit_buf (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/tty/
Dtty_port.c215 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf() function
226 EXPORT_SYMBOL(tty_port_alloc_xmit_buf);
Dmips_ejtag_fdc.c703 if (tty_port_alloc_xmit_buf(port) < 0) in mips_ejtag_fdc_tty_port_activate()
/Linux-v5.15/include/linux/
Dtty_port.h110 int tty_port_alloc_xmit_buf(struct tty_port *port);
/Linux-v5.15/drivers/ipack/devices/
Dipoctal.c400 res = tty_port_alloc_xmit_buf(&channel->tty_port); in ipoctal_inst_slot()