Home
last modified time | relevance | path

Searched refs:ktermios (Results 1 – 8 of 8) sorted by relevance

/include/linux/
A Dtermios_internal.h37 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 *);
A Dserial_8250.h54 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);
A Dtty.h204 struct ktermios termios, termios_locked;
380 extern struct ktermios tty_std_termios;
426 speed_t tty_termios_baud_rate(const struct ktermios *termios);
427 void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud,
448 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old);
449 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);
450 int tty_set_termios(struct tty_struct *tty, struct ktermios *kt);
A Dtty_driver.h460 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old);
538 struct ktermios init_termios;
548 struct ktermios **termios;
A Dserial_core.h391 void (*set_termios)(struct uart_port *, struct ktermios *new,
392 const struct ktermios *old);
393 void (*set_ldisc)(struct uart_port *, struct ktermios *);
449 struct ktermios *new,
450 const struct ktermios *old);
452 struct ktermios *);
471 struct ktermios *termios,
1020 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
1021 const struct ktermios *old, unsigned int min,
A Dtty_ldisc.h248 void (*set_termios)(struct tty_struct *tty, const struct ktermios *old);
/include/uapi/asm-generic/
A Dtermbits.h30 struct ktermios { struct
/include/linux/usb/
A Dserial.h280 const struct ktermios *old);

Completed in 20 milliseconds