Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_tracerouter.c74 tty->receive_room = RECEIVE_ROOM; in n_tracerouter_open()
Dtty_buffer.c458 count = min_t(int, count, ld->tty->receive_room); in tty_ldisc_receive_buf()
Dtty_ldisc.c433 tty->receive_room = 0; in tty_set_termios_ldisc()
Dn_hdlc.c349 tty->receive_room = 65536; in n_hdlc_tty_open()
Dn_r3964.c994 tty->receive_room = 65536; in r3964_open()
Dn_tty.c1736 tty->receive_room = room; in n_tty_receive_buf_common()
Dn_gsm.c2385 tty->receive_room = 65536; in gsmld_open()
Dmxser.c2063 recv_room = tty->receive_room; in mxser_receive_chars()
/Linux-v4.19/drivers/input/serio/
Dserport.c98 tty->receive_room = 256; in serport_ldisc_open()
/Linux-v4.19/sound/soc/codecs/
Dcx20442.c228 tty->receive_room = 16; in v253_open()
/Linux-v4.19/net/nfc/nci/
Duart.c172 tty->receive_room = 65536; in nci_uart_tty_open()
/Linux-v4.19/drivers/net/caif/
Dcaif_serial.c358 tty->receive_room = N_TTY_BUF_SIZE; in ldisc_open()
/Linux-v4.19/Documentation/serial/
Dtty.txt43 state needed by the ldisc, and set receive_room
99 to exceed the current value of tty->receive_room.
/Linux-v4.19/drivers/net/can/
Dslcan.c607 tty->receive_room = 65536; /* We don't flow control */ in slcan_open()
/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c200 tty->receive_room = 65536; in ppp_sync_open()
Dppp_async.c201 tty->receive_room = 65536; in ppp_asynctty_open()
/Linux-v4.19/drivers/isdn/gigaset/
Dser-gigaset.c529 tty->receive_room = RBUFSIZE/2; in gigaset_tty_open()
/Linux-v4.19/drivers/bluetooth/
Dhci_ldisc.c491 tty->receive_room = 65536; in hci_uart_tty_open()
/Linux-v4.19/drivers/misc/ti-st/
Dst_core.c737 tty->receive_room = 65536; in st_tty_open()
/Linux-v4.19/drivers/net/wan/
Dx25_asy.c563 tty->receive_room = 65536; in x25_asy_open_tty()
/Linux-v4.19/drivers/net/hamradio/
Dmkiss.c723 tty->receive_room = 65535; in mkiss_open()
D6pack.c630 tty->receive_room = 65536; in sixpack_open()
/Linux-v4.19/include/linux/
Dtty.h318 unsigned int receive_room; /* Bytes free for queue */ member
/Linux-v4.19/drivers/net/slip/
Dslip.c846 tty->receive_room = 65536; /* We don't flow control */
/Linux-v4.19/drivers/isdn/capi/
Dcapi.c435 if (tty->receive_room < datalen) { in handle_recv_skb()