Searched defs:set_termios (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | tty_ldisc.h | 195 	void	(*set_termios)(struct tty_struct *tty, struct ktermios *old);  member
 | 
| D | serial_8250.h | 32 	void		(*set_termios)(struct uart_port *,  member
 | 
| D | serial_core.h | 52 	void		(*set_termios)(struct uart_port *, struct ktermios *new,  member111 	void			(*set_termios)(struct uart_port *,  member
 
 | 
| D | tty_driver.h | 273 	void (*set_termios)(struct tty_struct *tty, struct ktermios * old);  member
 | 
| /Linux-v5.4/drivers/tty/ | 
| D | tty_ioctl.c | 362 static int set_termios(struct tty_struct *tty, void __user *arg, int opt)  in set_termios()  function
 | 
| D | synclink_gt.c | 766 static void set_termios(struct tty_struct *tty, struct ktermios *old_termios)  in set_termios()  function
 | 
| D | synclinkmp.c | 862 static void set_termios(struct tty_struct *tty, struct ktermios *old_termios)  in set_termios()  function
 | 
| /Linux-v5.4/include/linux/usb/ | 
| D | serial.h | 284 	void (*set_termios)(struct tty_struct *tty,  member
 | 
| /Linux-v5.4/drivers/staging/fwserial/ | 
| D | fwserial.c | 925 static unsigned int set_termios(struct fwtty_port *port, struct tty_struct *tty)  in set_termios()  function
 |