Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c145 tty_set_termios(tty, &ktermios); in ttyport_open()
185 tty_set_termios(tty, &ktermios); in ttyport_set_baudrate()
200 tty_set_termios(tty, &ktermios); in ttyport_set_flow_control()
217 tty_set_termios(tty, &ktermios); in ttyport_set_parity()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c314 int tty_set_termios(struct tty_struct *tty, struct ktermios *new_termios) in tty_set_termios() function
347 EXPORT_SYMBOL_GPL(tty_set_termios);
414 tty_set_termios(tty, &tmp_termios);
546 tty_set_termios(tty, &termios); in set_sgttyb()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_ldisc.c331 status = tty_set_termios(tty, &ktermios); in hci_uart_set_flow_control()
365 status = tty_set_termios(tty, &ktermios); in hci_uart_set_flow_control()
388 tty_set_termios(tty, &ktermios); in hci_uart_set_baudrate()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspk_ttyio.c174 tty_set_termios(tty, &tmp_termios); in spk_ttyio_initialise_ldisc()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Duart.c451 tty_set_termios(nu->tty, &new_termios); in nci_uart_set_config()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h557 extern int tty_set_termios(struct tty_struct *tty, struct ktermios *kt);