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

1234567

/linux-master/include/linux/
H A Ddevpts_fs.h38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) argument
H A Dtty_ldisc.h271 struct tty_struct *tty; member in struct:tty_ldisc
[all...]
/linux-master/drivers/s390/char/
H A Dctrlchar.c49 ctrlchar_handle(const unsigned char *buf, int len, struct tty_struct *tty) argument
/linux-master/drivers/tty/
H A Dtty_mutex.c15 void tty_lock(struct tty_struct *tty) argument
22 int tty_lock_interruptible(struct tty_struct *tty) argument
33 tty_unlock(struct tty_struct *tty) argument
40 tty_lock_slave(struct tty_struct *tty) argument
46 tty_unlock_slave(struct tty_struct *tty) argument
52 tty_set_lock_subclass(struct tty_struct *tty) argument
[all...]
H A Dn_null.c13 static ssize_t n_null_read(struct tty_struct *tty, struct file *file, u8 *buf, argument
19 static ssize_t n_null_write(struct tty_struct *tty, struct file *file, argument
H A Dtty_baudrate.c211 void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud) argument
H A Dttynull.c17 static int ttynull_open(struct tty_struct *tty, struct file *filp) argument
22 static void ttynull_close(struct tty_struct *tty, struct file *filp) argument
27 static void ttynull_hangup(struct tty_struct *tty) argument
32 static ssize_t ttynull_write(struct tty_struct *tty, const u8 *buf, argument
38 static unsigned int ttynull_write_room(struct tty_struct *tty) argument
H A Dtty.h50 __tty_set_flow_change(struct tty_struct *tty, enum tty_flow_change val) argument
56 tty_set_flow_change(struct tty_struct *tty, enum tty_flow_change val) argument
111 tty_audit_add_data(const struct tty_struct *tty, const void *data, size_t size) argument
115 tty_audit_tiocsti(const struct tty_struct *tty, u8 ch) argument
[all...]
H A Dtty_audit.c137 void tty_audit_tiocsti(const struct tty_struct *tty, u8 ch) argument
202 void tty_audit_add_data(const struct tty_struct *tty, cons argument
[all...]
/linux-master/tools/testing/selftests/tty/
H A Dtty_tstamp_update.c16 static bool tty_valid(char *tty) argument
48 char tty[PATH_MAX] = {}; local
[all...]
/linux-master/drivers/usb/serial/
H A Dnavman.c66 static int navman_open(struct tty_struct *tty, struct usb_serial_port *port) argument
87 static int navman_write(struct tty_struct *tty, struct usb_serial_port *port, argument
H A Dwishbone-serial.c45 static int wishbone_serial_open(struct tty_struct *tty, argument
H A Dempeg.c78 static void empeg_init_termios(struct tty_struct *tty) argument
H A Dusb_debug.c50 static int usb_debug_break_ctl(struct tty_struct *tty, int break_state) argument
H A Dipaq.c515 static int ipaq_open(struct tty_struct *tty, argument
H A Dsymbolserial.c91 static int symbol_open(struct tty_struct *tty, struct usb_serial_port *port) argument
116 static void symbol_throttle(struct tty_struct *tty) argument
126 static void symbol_unthrottle(struct tty_struct *tty) argument
H A Dvisor.c224 static int visor_open(struct tty_struct *tty, struct usb_serial_port *port) argument
H A Dconsole.c67 struct tty_struct *tty = NULL; local
[all...]
/linux-master/arch/m68k/include/asm/
H A Dvirt.h16 struct virt_booter_device_data tty; member in struct:virt_booter_data
/linux-master/drivers/tty/ipwireless/
H A Dmain.h57 struct ipw_tty *tty; member in struct:ipw_dev
/linux-master/drivers/accessibility/speakup/
H A Dselection.c22 struct tty_struct *tty; member in struct:speakup_selection_work
30 struct tty_struct *tty; local
62 int speakup_set_selection(struct tty_struct *tty) argument
94 struct tty_struct *tty; local
110 struct tty_struct *tty = xchg(&ssw->tty, NULL); local
121 speakup_paste_selection(struct tty_struct *tty) argument
135 struct tty_struct *tty; local
[all...]
/linux-master/drivers/pps/clients/
H A Dpps-ldisc.c16 static void pps_tty_dcd_change(struct tty_struct *tty, bool active) argument
41 static int pps_tty_open(struct tty_struct *tty) argument
83 pps_tty_close(struct tty_struct *tty) argument
[all...]
/linux-master/tools/perf/ui/tui/
H A Dsetup.c128 static struct termios tty; local
/linux-master/arch/um/drivers/
H A Dssl.c87 static int ssl_install(struct tty_driver *driver, struct tty_struct *tty) argument
H A Dstdio_console.c93 static int con_install(struct tty_driver *driver, struct tty_struct *tty) argument

Completed in 354 milliseconds

1234567