Searched defs:tty (Results 1 – 8 of 8) sorted by relevance
| /arch/m68k/emu/ |
| A D | nfcon.c | 64 static int nfcon_tty_open(struct tty_struct *tty, struct file *filp) in nfcon_tty_open() 69 static void nfcon_tty_close(struct tty_struct *tty, struct file *filp) in nfcon_tty_close() 73 static ssize_t nfcon_tty_write(struct tty_struct *tty, const u8 *buf, in nfcon_tty_write() 80 static int nfcon_tty_put_char(struct tty_struct *tty, u8 ch) in nfcon_tty_put_char() 88 static unsigned int nfcon_tty_write_room(struct tty_struct *tty) in nfcon_tty_write_room()
|
| /arch/um/drivers/ |
| A D | line.c | 50 unsigned int line_write_room(struct tty_struct *tty) in line_write_room() 63 unsigned int line_chars_in_buffer(struct tty_struct *tty) in line_chars_in_buffer() 168 void line_flush_buffer(struct tty_struct *tty) in line_flush_buffer() 182 void line_flush_chars(struct tty_struct *tty) in line_flush_chars() 214 void line_throttle(struct tty_struct *tty) in line_throttle() 222 void line_unthrottle(struct tty_struct *tty) in line_unthrottle() 309 struct tty_struct *tty = tty_port_tty_get(port); in line_destruct() local 323 int line_open(struct tty_struct *tty, struct file *filp) in line_open() 351 void line_hangup(struct tty_struct *tty) in line_hangup() 625 struct tty_struct *tty; in winch_interrupt() local [all …]
|
| A D | stdio_console.c | 93 static int con_install(struct tty_driver *driver, struct tty_struct *tty) in con_install()
|
| A D | ssl.c | 87 static int ssl_install(struct tty_driver *driver, struct tty_struct *tty) in ssl_install()
|
| /arch/xtensa/platforms/iss/ |
| A D | console.c | 40 static int rs_open(struct tty_struct *tty, struct file * filp) in rs_open() 48 static void rs_close(struct tty_struct *tty, struct file * filp) in rs_close() 55 static ssize_t rs_write(struct tty_struct * tty, const u8 *buf, size_t count) in rs_write() 84 static unsigned int rs_write_room(struct tty_struct *tty) in rs_write_room()
|
| /arch/alpha/kernel/ |
| A D | srmcons.c | 132 srmcons_write(struct tty_struct *tty, const u8 *buf, size_t count) in srmcons_write() 144 srmcons_write_room(struct tty_struct *tty) in srmcons_write_room() 150 srmcons_open(struct tty_struct *tty, struct file *filp) in srmcons_open() 171 srmcons_close(struct tty_struct *tty, struct file *filp) in srmcons_close()
|
| /arch/m68k/include/asm/ |
| A D | virt.h | 16 struct virt_booter_device_data tty; member
|
| /arch/powerpc/include/asm/ |
| A D | hvsi.h | 74 struct tty_struct *tty; /* tty structure */ member
|
Completed in 16 milliseconds