Home
last modified time | relevance | path

Searched refs:TTY_NO_WRITE_SPLIT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c206 #if defined(TTY_NO_WRITE_SPLIT) in n_hdlc_tty_close()
207 clear_bit(TTY_NO_WRITE_SPLIT, &tty->flags); in n_hdlc_tty_close()
254 set_bit(TTY_NO_WRITE_SPLIT, &tty->flags); in n_hdlc_tty_open()
H A Dtty_io.c996 if (test_bit(TTY_NO_WRITE_SPLIT, &tty->flags)) in do_tty_write()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h383 #define TTY_NO_WRITE_SPLIT 17 /* Preserve write boundaries to driver */ macro
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst225 TTY_NO_WRITE_SPLIT Prevent driver from splitting up writes into
/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.c692 set_bit(TTY_NO_WRITE_SPLIT, &tty->flags); in acm_port_activate()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.c614 set_bit(TTY_NO_WRITE_SPLIT, &tty->flags); in xr_usb_serial_port_activate()