/kernel/linux/linux-5.10/include/linux/ |
H A D | devpts_fs.h | 38 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 D | devpts_fs.h | 38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_mutex.c | 15 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...] |
H A D | n_null.c | 13 static int n_null_open(struct tty_struct *tty) in n_null_open() argument 18 static void n_null_close(struct tty_struct *tty) in n_null_close() argument 22 static ssize_t n_null_read(struct tty_struct *tty, struct file *file, in n_null_read() argument 29 static ssize_t n_null_write(struct tty_struct *tty, struct file *file, in n_null_write() argument 35 static void n_null_receivebuf(struct tty_struct *tty, in n_null_receivebuf() argument
|
H A D | n_tracesink.c | 64 static int n_tracesink_open(struct tty_struct *tty) in n_tracesink_open() argument 90 n_tracesink_close(struct tty_struct *tty) n_tracesink_close() argument 117 n_tracesink_read(struct tty_struct *tty, struct file *file, unsigned char *buf, size_t nr, void **cookie, unsigned long offset) n_tracesink_read() argument 143 n_tracesink_write(struct tty_struct *tty, struct file *file, const unsigned char *buf, size_t nr) n_tracesink_write() argument [all...] |
H A D | ttynull.c | 17 static int ttynull_open(struct tty_struct *tty, struct file *filp) in ttynull_open() argument 22 static void ttynull_close(struct tty_struct *tty, struct file *filp) in ttynull_close() argument 27 static void ttynull_hangup(struct tty_struct *tty) in ttynull_hangup() argument 32 static int ttynull_write(struct tty_struct *tty, const unsigned char *buf, in ttynull_write() argument 38 static int ttynull_write_room(struct tty_struct *tty) in ttynull_write_room() argument
|
H A D | tty_baudrate.c | 234 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) in tty_encode_baud_rate() argument
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | ctrlchar.c | 48 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 D | ctrlchar.c | 49 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 D | tty_mutex.c | 15 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 D | n_null.c | 13 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 D | tty_tstamp_update.c | 16 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 D | virt.h | 16 struct virt_booter_device_data tty; member
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | empeg.c | 78 static void empeg_init_termios(struct tty_struct *tty) in empeg_init_termios() argument
|
H A D | wishbone-serial.c | 45 static int wishbone_serial_open(struct tty_struct *tty, in wishbone_serial_open() argument
|
H A D | usb_debug.c | 50 static void usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument
|
H A D | navman.c | 66 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 D | ipaq.c | 515 static int ipaq_open(struct tty_struct *tty, in ipaq_open() argument
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | wishbone-serial.c | 45 static int wishbone_serial_open(struct tty_struct *tty, in wishbone_serial_open() argument
|
H A D | empeg.c | 78 static void empeg_init_termios(struct tty_struct *tty) in empeg_init_termios() argument
|
H A D | navman.c | 66 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 D | usb_debug.c | 50 static int usb_debug_break_ctl(struct tty_struct *tty, int break_state) in usb_debug_break_ctl() argument
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
H A D | selection.c | 22 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...] |
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | main.h | 60 struct ipw_tty *tty; member
|
/kernel/linux/linux-5.10/drivers/pps/clients/ |
H A D | pps-ldisc.c | 18 static void pps_tty_dcd_change(struct tty_struct *tty, unsigned int status) in pps_tty_dcd_change() argument 43 static int pps_tty_open(struct tty_struct *tty) in pps_tty_open() argument 85 pps_tty_close(struct tty_struct *tty) pps_tty_close() argument [all...] |