/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | termios.c | 4 int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() argument 32 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) kernel_termios_to_user_termio() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | termios.c | 15 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) kernel_termios_to_user_termio() argument [all...] |
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | termios-base.h | 15 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() argument 51 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) kernel_termios_to_user_termio() argument [all...] |
H A D | termios.h | 20 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() argument 56 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) kernel_termios_to_user_termio() argument [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_termios.rs | 53 let mut termios = { in test_output_flags() variables 99 let mut termios = { test_local_flags() variables [all...] |
H A D | test_ioctl.rs | 218 let mut termios = unsafe { mem::zeroed() }; in test_ioctl_read_bad() variables 363 let mut termios = unsafe { mem::zeroed() }; test_ioctl_read() variables [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | termios.h | 29 static inline int user_termio_to_kernel_termios(struct ktermios *termios, in user_termio_to_kernel_termios() argument 59 kernel_termios_to_user_termio(struct termio __user *termio, struct ktermios *termios) kernel_termios_to_user_termio() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | empeg.c | 80 struct ktermios *termios = &tty->termios; in empeg_init_termios() local
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | empeg.c | 80 struct ktermios *termios = &tty->termios; in empeg_init_termios() local
|
/third_party/python/Lib/ |
H A D | getpass.py | 173 import termios namespace [all...] |
/third_party/rust/crates/rustix/src/ |
H A D | lib.rs | 194 pub mod termios; modules
|
/third_party/rust/crates/nix/test/ |
H A D | test_pty.rs | 160 let mut termios = tcgetattr(fd).unwrap(); in make_raw() variables 240 let mut termios = { in test_openpty_with_termios() variables
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_baudrate.c | 58 speed_t tty_termios_baud_rate(struct ktermios *termios) in tty_termios_baud_rate() argument 93 tty_termios_input_baud_rate(struct ktermios *termios) tty_termios_input_baud_rate() argument 142 tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud) tty_termios_encode_baud_rate() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_baudrate.c | 58 speed_t tty_termios_baud_rate(const struct ktermios *termios) in tty_termios_baud_rate() argument 88 tty_termios_input_baud_rate(const struct ktermios *termios) tty_termios_input_baud_rate() argument 129 tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud) tty_termios_encode_baud_rate() argument [all...] |
/third_party/node/tools/ |
H A D | pseudo-tty.py | 9 import termios namespace
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl01.c | 37 static struct termios termios; variable
|
/third_party/python/Lib/test/ |
H A D | test_ioctl.py | 7 termios = import_module('termios') variable [all...] |
H A D | test_getpass.py | 9 import termios namespace 11 termios = None variable [all...] |
/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 57 struct termios termios; in test1() local 383 struct termios termio in test6() local [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_lpc18xx.c | 35 static int lpc18xx_rs485_config(struct uart_port *port, struct ktermios *termios, in lpc18xx_rs485_config() argument
|
/third_party/littlefs/scripts/ |
H A D | watch.py | 24 import termios namespace
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 163 pub struct termios { structure names
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mod.rs | 182 pub mod termios; modules
|
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 153 struct ktermios *termios; in jsm_tty_send_xchar() local 194 struct ktermios *termios; in jsm_tty_open() local 302 jsm_tty_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old_termios) jsm_tty_set_termios() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | timbuart.c | 279 timbuart_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) timbuart_set_termios() argument
|