Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 9 of 9) sorted by relevance

/arch/m68k/emu/
Dnfcon.c64 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/
Dline.c50 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 …]
Dstdio_console.c93 static int con_install(struct tty_driver *driver, struct tty_struct *tty) in con_install()
Dssl.c87 static int ssl_install(struct tty_driver *driver, struct tty_struct *tty) in ssl_install()
/arch/xtensa/platforms/iss/
Dconsole.c40 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/
Dsrmcons.c133 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/
Dvirt.h16 struct virt_booter_device_data tty; member
/arch/powerpc/include/asm/
Dhvsi.h74 struct tty_struct *tty; /* tty structure */ member
/arch/ia64/kernel/
Dunaligned.c1361 struct tty_struct *tty = get_current_tty(); in ia64_handle_unaligned() local