Searched defs:tty (Results 1 – 9 of 9) sorted by relevance
/arch/m68k/emu/ |
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/ |
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() 187 ssize_t line_write(struct tty_struct *tty, const u8 *buf, size_t len) in line_write() 214 void line_throttle(struct tty_struct *tty) in line_throttle() 222 void line_unthrottle(struct tty_struct *tty) in line_unthrottle() 285 static int line_activate(struct tty_port *port, struct tty_struct *tty) in line_activate() 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() [all …]
|
D | stdio_console.c | 93 static int con_install(struct tty_driver *driver, struct tty_struct *tty) in con_install()
|
D | ssl.c | 87 static int ssl_install(struct tty_driver *driver, struct tty_struct *tty) in ssl_install()
|
/arch/xtensa/platforms/iss/ |
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/ |
D | srmcons.c | 133 srmcons_write(struct tty_struct *tty, const u8 *buf, size_t count) in srmcons_write() 145 srmcons_write_room(struct tty_struct *tty) in srmcons_write_room() 151 srmcons_open(struct tty_struct *tty, struct file *filp) in srmcons_open() 172 srmcons_close(struct tty_struct *tty, struct file *filp) in srmcons_close()
|
/arch/m68k/include/asm/ |
D | virt.h | 16 struct virt_booter_device_data tty; member
|
/arch/powerpc/include/asm/ |
D | hvsi.h | 74 struct tty_struct *tty; /* tty structure */ member
|
/arch/ia64/kernel/ |
D | unaligned.c | 1361 struct tty_struct *tty = get_current_tty(); in ia64_handle_unaligned() local
|