Home
last modified time | relevance | path

Searched refs:receive_room (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.15/drivers/input/serio/
Dserport.c94 tty->receive_room = 256; in serport_ldisc_open()
/Linux-v5.15/sound/soc/codecs/
Dcx20442.c224 tty->receive_room = 16; in v253_open()
/Linux-v5.15/net/nfc/nci/
Duart.c172 tty->receive_room = 65536; in nci_uart_tty_open()
/Linux-v5.15/drivers/net/caif/
Dcaif_serial.c347 tty->receive_room = N_TTY_BUF_SIZE; in ldisc_open()
/Linux-v5.15/drivers/tty/
Dtty_buffer.c473 count = min_t(int, count, ld->tty->receive_room); in tty_ldisc_receive_buf()
Dtty_ldisc.c429 tty->receive_room = 0; in tty_set_termios_ldisc()
Dn_hdlc.c245 tty->receive_room = 65536; in n_hdlc_tty_open()
Dmxser.c1558 if (gdl >= tty->receive_room && !port->ldisc_stop_rx) in mxser_receive_chars_new()
1573 int recv_room = tty->receive_room; in mxser_receive_chars_old()
1634 if (tty->receive_room == 0 && !port->ldisc_stop_rx) in mxser_receive_chars()
Dn_tty.c1683 tty->receive_room = room; in n_tty_receive_buf_common()
Dn_gsm.c2517 tty->receive_room = 65536; in gsmld_open()
/Linux-v5.15/include/linux/
Dtty.h184 unsigned int receive_room; /* Bytes free for queue */ member
/Linux-v5.15/Documentation/driver-api/serial/
Dtty.rst46 state needed by the ldisc, and set receive_room
105 to exceed the current value of tty->receive_room.
/Linux-v5.15/drivers/net/ppp/
Dppp_synctty.c196 tty->receive_room = 65536; in ppp_sync_open()
Dppp_async.c197 tty->receive_room = 65536; in ppp_asynctty_open()
/Linux-v5.15/drivers/net/can/
Dslcan.c616 tty->receive_room = 65536; /* We don't flow control */ in slcan_open()
/Linux-v5.15/drivers/bluetooth/
Dhci_ldisc.c496 tty->receive_room = 65536; in hci_uart_tty_open()
/Linux-v5.15/drivers/misc/ti-st/
Dst_core.c739 tty->receive_room = 65536; in st_tty_open()
/Linux-v5.15/drivers/net/hamradio/
Dmkiss.c713 tty->receive_room = 65535; in mkiss_open()
D6pack.c620 tty->receive_room = 65536; in sixpack_open()
/Linux-v5.15/drivers/net/slip/
Dslip.c851 tty->receive_room = 65536; /* We don't flow control */
/Linux-v5.15/drivers/isdn/capi/
Dcapi.c438 if (tty->receive_room < datalen) { in handle_recv_skb()