Home
last modified time | relevance | path

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

12345678910>>...14

/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
/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...]
H A Dn_null.c13 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 Dn_tracesink.c64 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 Dttynull.c17 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 Dtty_baudrate.c234 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 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
H A Dipaq.c515 static int ipaq_open(struct tty_struct *tty, in ipaq_open() 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
/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...]
/kernel/linux/linux-5.10/drivers/tty/ipwireless/
H A Dmain.h60 struct ipw_tty *tty; member
/kernel/linux/linux-5.10/drivers/pps/clients/
H A Dpps-ldisc.c18 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...]

Completed in 9 milliseconds

12345678910>>...14