Searched refs:ktermios (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| D | termios_internal.h | 37 int user_termio_to_kernel_termios(struct ktermios *, struct termio __user *); 38 int kernel_termios_to_user_termio(struct termio __user *, struct ktermios *); 40 int user_termios_to_kernel_termios(struct ktermios *, struct termios2 __user *); 41 int kernel_termios_to_user_termios(struct termios2 __user *, struct ktermios *); 42 int user_termios_to_kernel_termios_1(struct ktermios *, struct termios __user *); 43 int kernel_termios_to_user_termios_1(struct termios __user *, struct ktermios *); 45 int user_termios_to_kernel_termios(struct ktermios *, struct termios __user *); 46 int kernel_termios_to_user_termios(struct termios __user *, struct ktermios *);
|
| D | serial_8250.h | 54 struct ktermios *new, 55 const struct ktermios *old); 57 struct ktermios *); 186 void serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios, 187 const struct ktermios *old); 188 void serial8250_do_set_ldisc(struct uart_port *port, struct ktermios *termios);
|
| D | tty.h | 205 struct ktermios termios, termios_locked; 383 extern struct ktermios tty_std_termios; 429 speed_t tty_termios_baud_rate(const struct ktermios *termios); 430 void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, 451 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old); 452 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b); 453 int tty_set_termios(struct tty_struct *tty, struct ktermios *kt);
|
| D | tty_driver.h | 375 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old); 456 struct ktermios init_termios; 466 struct ktermios **termios;
|
| D | serial_core.h | 392 void (*set_termios)(struct uart_port *, struct ktermios *new, 393 const struct ktermios *old); 394 void (*set_ldisc)(struct uart_port *, struct ktermios *); 441 struct ktermios *new, 442 const struct ktermios *old); 444 struct ktermios *); 463 struct ktermios *termios, 1023 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios, 1024 const struct ktermios *old, unsigned int min,
|
| D | tty_ldisc.h | 250 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old);
|
| /include/uapi/asm-generic/ |
| D | termbits.h | 30 struct ktermios { struct
|
| /include/linux/usb/ |
| D | serial.h | 280 const struct ktermios *old);
|