Searched defs:termios (Results 1 - 25 of 102) sorted by relevance

12345

/linux-master/arch/alpha/kernel/
H A Dtermios.c4 int user_termio_to_kernel_termios(struct ktermios *termios, argument
32 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dtermios.c15 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) argument
[all...]
/linux-master/drivers/usb/serial/
H A Dempeg.c80 struct ktermios *termios = &tty->termios; local
H A Dark3116.c196 struct ktermios *termios = &tty->termios; local
H A Dmct_u232.c601 struct ktermios *termios = &tty->termios; local
H A Dbelkin_sa.c291 struct ktermios *termios = &tty->termios; local
/linux-master/drivers/tty/
H A Dtty_baudrate.c58 speed_t tty_termios_baud_rate(const struct ktermios *termios) argument
88 tty_termios_input_baud_rate(const struct ktermios *termios) argument
129 tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud) argument
[all...]
H A Dtty_ioctl.c208 struct ktermios *termios = &tty->termios; local
364 user_termio_to_kernel_termios(struct ktermios *termios, struct termio __user *termio) argument
384 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) argument
592 set_sgflags(struct ktermios *termios, int flags) argument
633 struct ktermios termios; local
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_lpc18xx.c35 static int lpc18xx_rs485_config(struct uart_port *port, struct ktermios *termios, argument
H A D8250_dwlib.c95 void dw8250_do_set_termios(struct uart_port *p, struct ktermios *termios, argument
180 static int dw8250_rs485_config(struct uart_port *p, struct ktermios *termios, argument
138 dw8250_rs485_set_addr(struct uart_port *p, struct serial_rs485 *rs485, struct ktermios *termios) argument
[all...]
H A D8250_mid.c207 static void mid8250_set_termios(struct uart_port *p, struct ktermios *termios, argument
H A D8250_lpss.c72 static void byt_set_termios(struct uart_port *p, struct ktermios *termios, argument
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c153 struct ktermios *termios; local
194 struct ktermios *termios; local
302 jsm_tty_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old_termios) argument
[all...]
/linux-master/drivers/tty/serial/
H A Dtimbuart.c276 timbuart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) argument
H A Dmux.c272 mux_set_termios(struct uart_port *port, struct ktermios *termios, argument
H A D21285.c224 serial21285_set_termios(struct uart_port *port, struct ktermios *termios, argument
[all...]
H A Daltera_jtaguart.c102 altera_jtaguart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) argument
H A Dapbuart.c204 apbuart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) argument
H A Dclps711x.c220 uart_clps711x_set_ldisc(struct uart_port *port, struct ktermios *termios) argument
252 uart_clps711x_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) argument
[all...]
H A Dsunhv.c323 static void sunhv_set_termios(struct uart_port *port, struct ktermios *termios, argument
H A Dmcf.c194 static void mcf_set_termios(struct uart_port *port, struct ktermios *termios, argument
416 mcf_config_rs485(struct uart_port *port, struct ktermios *termios, struct serial_rs485 *rs485) argument
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h16 struct termios { struct
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h23 struct termios { struct
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h10 struct termios { struct
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h23 struct termios { struct

Completed in 375 milliseconds

12345