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

/linux-master/drivers/input/serio/
H A Dserport.c94 tty->receive_room = 256;
/linux-master/net/nfc/nci/
H A Duart.c160 tty->receive_room = 65536;
/linux-master/sound/soc/codecs/
H A Dcx20442.c224 tty->receive_room = 16;
/linux-master/drivers/net/caif/
H A Dcaif_serial.c347 tty->receive_room = N_TTY_BUF_SIZE;
/linux-master/drivers/net/mctp/
H A Dmctp-serial.c476 tty->receive_room = 64 * 1024;
/linux-master/drivers/tty/
H A Dtty_buffer.c389 count = min_t(size_t, count, ld->tty->receive_room);
H A Dtty_ldisc.c414 tty->receive_room = 0;
H A Dn_hdlc.c243 tty->receive_room = 65536;
H A Dn_tty.c1738 tty->receive_room = room;
H A Dn_gsm.c3639 tty->receive_room = 65536;
/linux-master/include/linux/
H A Dtty.h167 * @receive_room: bytes permitted to feed to @ldisc without any being lost
212 unsigned int receive_room; member in struct:tty_struct
/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c504 tty->receive_room = 65536;
/linux-master/drivers/net/can/slcan/
H A Dslcan-core.c822 tty->receive_room = 65536; /* We don't flow control */
/linux-master/drivers/misc/ti-st/
H A Dst_core.c734 tty->receive_room = 65536;
/linux-master/drivers/net/ppp/
H A Dppp_synctty.c196 tty->receive_room = 65536;
H A Dppp_async.c198 tty->receive_room = 65536;
/linux-master/drivers/net/can/
H A Dcan327.c1024 tty->receive_room = 65536; /* We don't flow control */
/linux-master/drivers/net/hamradio/
H A D6pack.c621 tty->receive_room = 65536;
H A Dmkiss.c715 tty->receive_room = 65535;
/linux-master/drivers/net/slip/
H A Dslip.c851 tty->receive_room = 65536; /* We don't flow control */
/linux-master/drivers/isdn/capi/
H A Dcapi.c440 if (tty->receive_room < datalen) {

Completed in 230 milliseconds