Searched defs:set_termios (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | tty_ldisc.h | 189 void (*set_termios)(struct tty_struct *tty, struct ktermios *old); member
|
D | serial_8250.h | 36 void (*set_termios)(struct uart_port *, member
|
D | tty_driver.h | 272 void (*set_termios)(struct tty_struct *tty, struct ktermios * old); member
|
D | serial_core.h | 64 void (*set_termios)(struct uart_port *, struct ktermios *new, member 123 void (*set_termios)(struct uart_port *, member
|
/Linux-v4.19/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-v4.19/include/linux/usb/ |
D | serial.h | 288 void (*set_termios)(struct tty_struct *tty, member
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.c | 922 static unsigned int set_termios(struct fwtty_port *port, struct tty_struct *tty) in set_termios() function
|