/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ioctl.c | 277 to always provide a set_termios method */ in tty_termios_copy_hw() 328 for the set_termios notification eventually */ in tty_set_termios() 334 if (tty->ops->set_termios) in tty_set_termios() 335 tty->ops->set_termios(tty, &old_termios); in tty_set_termios() 341 if (ld->ops->set_termios) in tty_set_termios() 342 ld->ops->set_termios(tty, &old_termios); in tty_set_termios() 351 * set_termios - set termios values for a tty 363 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() function 665 if (tty->ops->set_termios) in tty_change_softcar() 666 tty->ops->set_termios(tt in tty_change_softcar() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ioctl.c | 247 to always provide a set_termios method */ in tty_termios_copy_hw() 345 for the set_termios notification eventually */ in tty_set_termios() 353 if (tty->ops->set_termios) in tty_set_termios() 354 tty->ops->set_termios(tty, &old_termios); in tty_set_termios() 360 if (ld->ops->set_termios) in tty_set_termios() 361 ld->ops->set_termios(tty, &old_termios); in tty_set_termios() 444 * set_termios - set termios values for a tty 456 static int set_termios(struct tty_struct *tty, void __user *arg, int opt) in set_termios() function 756 if (tty->ops->set_termios) in tty_change_softcar() 757 tty->ops->set_termios(tt in tty_change_softcar() [all...] |
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | console.c | 130 if (serial->type->set_termios) { in usb_console_setup() 133 * the termios structure, then later call set_termios to in usb_console_setup() 162 if (serial->type->set_termios) { in usb_console_setup() 166 serial->type->set_termios(tty, port, &dummy); in usb_console_setup()
|
H A D | ir-usb.c | 81 .set_termios = ir_set_termios,
|
H A D | upd78f0730.c | 422 .set_termios = upd78f0730_set_termios,
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | console.c | 130 if (serial->type->set_termios) { in usb_console_setup() 133 * the termios structure, then later call set_termios to in usb_console_setup() 162 if (serial->type->set_termios) { in usb_console_setup() 166 serial->type->set_termios(tty, port, &dummy); in usb_console_setup()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_ldisc.h | 68 * void (*set_termios)(struct tty_struct *tty, struct ktermios * old); 196 void (*set_termios)(struct tty_struct *tty, struct ktermios *old); member
|
H A D | serial_8250.h | 33 void (*set_termios)(struct uart_port *, member
|
H A D | tty_driver.h | 118 * void (*set_termios)(struct tty_struct *tty, struct ktermios * old); 265 void (*set_termios)(struct tty_struct *tty, struct ktermios * old); member
|
H A D | serial_core.h | 53 void (*set_termios)(struct uart_port *, struct ktermios *new, member 112 void (*set_termios)(struct uart_port *, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_ldisc.h | 139 * @set_termios: [TTY] ``void ()(struct tty_struct *tty, const struct ktermios *old)`` 249 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old); member
|
H A D | serial_8250.h | 53 void (*set_termios)(struct uart_port *, member
|
H A D | tty_driver.h | 145 * @set_termios: ``void ()(struct tty_struct *tty, const struct ktermios *old)`` 368 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old); member
|
H A D | serial_core.h | 217 * @set_termios: ``void ()(struct uart_port *port, struct ktermios *new, 390 void (*set_termios)(struct uart_port *, struct ktermios *new, member 435 void (*set_termios)(struct uart_port *, member
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 845 uart.port.set_termios = p->set_termios; in serial8250_probe() 1072 /* Possibly override set_termios call */ in serial8250_register_8250_port() 1073 if (up->port.set_termios) in serial8250_register_8250_port() 1074 uart->port.set_termios = up->port.set_termios; in serial8250_register_8250_port()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 866 uart.port.set_termios = p->set_termios; in serial8250_probe() 1107 /* Possibly override set_termios call */ in serial8250_register_8250_port() 1108 if (up->port.set_termios) in serial8250_register_8250_port() 1109 uart->port.set_termios = up->port.set_termios; in serial8250_register_8250_port()
|
H A D | 8250_lpss.c | 147 port->set_termios = byt_set_termios; in byt_serial_setup() 179 port->set_termios = dw8250_do_set_termios; in ehl_serial_setup()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ssl.c | 102 .set_termios = line_set_termios,
|
H A D | stdio_console.c | 109 .set_termios = line_set_termios,
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | tegra-tcu.c | 143 .set_termios = tegra_tcu_uart_set_termios,
|
H A D | mux.c | 432 .set_termios = mux_set_termios,
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | serial.h | 283 void (*set_termios)(struct tty_struct *tty, member
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | serial.h | 279 void (*set_termios)(struct tty_struct *tty, struct usb_serial_port *port, member
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | mux.c | 413 .set_termios = mux_set_termios,
|
H A D | tegra-tcu.c | 142 .set_termios = tegra_tcu_uart_set_termios,
|