Searched refs:ttys (Results 1 – 5 of 5) sorted by relevance
472 static ssize_t ehv_bc_tty_write(struct tty_struct *ttys, const u8 *s, in ehv_bc_tty_write() argument475 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write()511 static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_open() argument513 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_open()518 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()526 static void ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_close() argument528 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_close()531 tty_port_close(&bc->port, ttys, filp); in ehv_bc_tty_close()541 static unsigned int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room() argument543 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room()[all …]
863 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_get_char()878 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_put_char()
143 This allows LEDs to be controlled by activity on ttys which includes
16 ttys or ptys.
76 as the console subsystem automagically binds ttys to the fb.