Home
last modified time | relevance | path

Searched refs:ttys (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tty/
H A Dehv_bytechan.c472 static ssize_t ehv_bc_tty_write(struct tty_struct *ttys, const u8 *s, in ehv_bc_tty_write() argument
475 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() argument
513 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() argument
528 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() argument
543 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room()
[all …]
/linux/drivers/tty/hvc/
H A Dhvc_console.c863 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()
/linux/drivers/leds/trigger/
H A DKconfig143 This allows LEDs to be controlled by activity on ttys which includes
/linux/arch/um/drivers/
H A DKconfig16 ttys or ptys.
/linux/Documentation/fb/
H A Dsstfb.rst76 as the console subsystem automagically binds ttys to the fb.