Searched defs:set_termios (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/linux/ |
D | tty_ldisc.h | 218 void (*set_termios)(struct tty_struct *tty, struct ktermios *old); member
|
D | serial_8250.h | 33 void (*set_termios)(struct uart_port *, member
|
D | tty_driver.h | 368 void (*set_termios)(struct tty_struct *tty, struct ktermios * old); member
|
D | serial_core.h | 54 void (*set_termios)(struct uart_port *, struct ktermios *new, member 113 void (*set_termios)(struct uart_port *, member
|
/linux-5.19.10/drivers/tty/ |
D | tty_ioctl.c | 386 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() function
|
D | synclink_gt.c | 710 static void set_termios(struct tty_struct *tty, struct ktermios *old_termios) in set_termios() function
|
/linux-5.19.10/include/linux/usb/ |
D | serial.h | 284 void (*set_termios)(struct tty_struct *tty, member
|
/linux-5.19.10/drivers/staging/fwserial/ |
D | fwserial.c | 924 static unsigned int set_termios(struct fwtty_port *port, struct tty_struct *tty) in set_termios() function
|