Home
last modified time | relevance | path

Searched defs:tty (Results 1 - 25 of 368) sorted by relevance

12345678910>>...15

/third_party/toybox/toys/posix/
H A Dtty.c27 char *tty = ttyname(0); in tty_main() local
[all...]
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs10 mod tty; modules
/kernel/linux/linux-5.10/include/linux/
H A Ddevpts_fs.h38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
/kernel/linux/linux-6.6/include/linux/
H A Ddevpts_fs.h38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
/third_party/libuv/docs/code/tty/
H A Dmain.c7 uv_tty_t tty; variable
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/
H A Dtermios_cfsetspeed_test.cpp24 struct termios tty; in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_mutex.c15 void tty_lock(struct tty_struct *tty) in tty_lock() argument
24 int tty_lock_interruptible(struct tty_struct *tty) in tty_lock_interruptible() argument
37 tty_unlock(struct tty_struct *tty) tty_unlock() argument
46 tty_lock_slave(struct tty_struct *tty) tty_lock_slave() argument
52 tty_unlock_slave(struct tty_struct *tty) tty_unlock_slave() argument
58 tty_set_lock_subclass(struct tty_struct *tty) tty_set_lock_subclass() argument
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dctrlchar.c48 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) in ctrlchar_handle() argument
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dctrlchar.c49 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) in ctrlchar_handle() argument
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_mutex.c15 void tty_lock(struct tty_struct *tty) in tty_lock() argument
22 int tty_lock_interruptible(struct tty_struct *tty) in tty_lock_interruptible() argument
33 tty_unlock(struct tty_struct *tty) tty_unlock() argument
40 tty_lock_slave(struct tty_struct *tty) tty_lock_slave() argument
46 tty_unlock_slave(struct tty_struct *tty) tty_unlock_slave() argument
52 tty_set_lock_subclass(struct tty_struct *tty) tty_set_lock_subclass() argument
[all...]
H A Dn_null.c13 static ssize_t n_null_read(struct tty_struct *tty, struct file *file, u8 *buf, in n_null_read() argument
19 static ssize_t n_null_write(struct tty_struct *tty, struct file *file, in n_null_write() argument
/kernel/linux/linux-6.6/tools/testing/selftests/tty/
H A Dtty_tstamp_update.c16 static bool tty_valid(char *tty) in tty_valid() argument
48 char tty[PATH_MAX] = {}; in main() local
[all...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dvirt.h16 struct virt_booter_device_data tty; member
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dempeg.c78 static void empeg_init_termios(struct tty_struct *tty) in empeg_init_termios() argument
H A Dwishbone-serial.c45 static int wishbone_serial_open(struct tty_struct *tty, in wishbone_serial_open() argument
H A Dusb_debug.c50 static void usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument
H A Dnavman.c66 static int navman_open(struct tty_struct *tty, struct usb_serial_port *port) in navman_open() argument
87 static int navman_write(struct tty_struct *tty, struct usb_serial_port *port, in navman_write() argument
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dwishbone-serial.c45 static int wishbone_serial_open(struct tty_struct *tty, in wishbone_serial_open() argument
H A Dempeg.c78 static void empeg_init_termios(struct tty_struct *tty) in empeg_init_termios() argument
H A Dnavman.c66 static int navman_open(struct tty_struct *tty, struct usb_serial_port *port) in navman_open() argument
87 static int navman_write(struct tty_struct *tty, struct usb_serial_port *port, in navman_write() argument
H A Dusb_debug.c50 static int usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument
/third_party/libuv/docs/code/tty-gravity/
H A Dmain.c7 uv_tty_t tty; variable
/third_party/libuv/test/
H A Dtest-handle-fileno.c54 uv_tty_t tty; in TEST_IMPL() local
[all...]
/third_party/toybox/toys/other/
H A Dlogin.c41 int hh = FLAG(h), count, tty = tty_fd(); in login_main() local
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dselection.c22 struct tty_struct *tty; member
30 struct tty_struct *tty; in __speakup_set_selection() local
62 int speakup_set_selection(struct tty_struct *tty) in speakup_set_selection() argument
94 struct tty_struct *tty; speakup_cancel_selection() local
110 struct tty_struct *tty = xchg(&ssw->tty, NULL); __speakup_paste_selection() local
121 speakup_paste_selection(struct tty_struct *tty) speakup_paste_selection() argument
135 struct tty_struct *tty; speakup_cancel_paste() local
[all...]

Completed in 6 milliseconds

12345678910>>...15