Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tracerouter.c74 tty->receive_room = RECEIVE_ROOM; in n_tracerouter_open()
H A Dtty_buffer.c443 count = min_t(int, count, ld->tty->receive_room); in tty_ldisc_receive_buf()
H A Dtty_ldisc.c443 tty->receive_room = 0; in tty_set_termios_ldisc()
H A Dn_hdlc.c251 tty->receive_room = 65536; in n_hdlc_tty_open()
H A Dn_r3964.c1000 tty->receive_room = 65536; in r3964_open()
H A Dn_tty.c1746 tty->receive_room = room; in n_tty_receive_buf_common()
H A Dn_gsm.c2631 tty->receive_room = 65536; in gsmld_open()
H A Dmxser.c2070 recv_room = tty->receive_room; in mxser_receive_chars()
/OK3568_Linux_fs/kernel/drivers/input/serio/
H A Dserport.c94 tty->receive_room = 256; in serport_ldisc_open()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcx20442.c224 tty->receive_room = 16; in v253_open()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Duart.c172 tty->receive_room = 65536; in nci_uart_tty_open()
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_serial.c348 tty->receive_room = N_TTY_BUF_SIZE; in ldisc_open()
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst46 state needed by the ldisc, and set receive_room
105 to exceed the current value of tty->receive_room.
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_synctty.c196 tty->receive_room = 65536; in ppp_sync_open()
H A Dppp_async.c197 tty->receive_room = 65536; in ppp_asynctty_open()
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dslcan.c615 tty->receive_room = 65536; /* We don't flow control */ in slcan_open()
/OK3568_Linux_fs/kernel/drivers/misc/ti-st/
H A Dst_core.c740 tty->receive_room = 65536; in st_tty_open()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dx25_asy.c568 tty->receive_room = 65536; in x25_asy_open_tty()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_ldisc.c506 tty->receive_room = 65536; in hci_uart_tty_open()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dmkiss.c715 tty->receive_room = 65535; in mkiss_open()
H A D6pack.c624 tty->receive_room = 65536; in sixpack_open()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h332 unsigned int receive_room; /* Bytes free for queue */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c919 tty->receive_room = 65536; in hci_uart_tty_open()
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A Dslip.c850 tty->receive_room = 65536; /* We don't flow control */
/OK3568_Linux_fs/kernel/drivers/isdn/capi/
H A Dcapi.c437 if (tty->receive_room < datalen) { in handle_recv_skb()