Searched refs:sclp_port (Results 1 – 1 of 1) sorted by relevance
50 static struct tty_port sclp_port; variable66 tty_port_tty_set(&sclp_port, tty); in sclp_tty_open()68 sclp_port.low_latency = 0; in sclp_tty_open()78 tty_port_tty_set(&sclp_port, NULL); in sclp_tty_close()128 tty_port_tty_wakeup(&sclp_port); in sclp_ttybuf_callback()322 struct tty_struct *tty = tty_port_tty_get(&sclp_port); in sclp_tty_input()336 tty_insert_flip_char(&sclp_port, cchar, TTY_NORMAL); in sclp_tty_input()337 tty_flip_buffer_push(&sclp_port); in sclp_tty_input()345 tty_insert_flip_string(&sclp_port, buf, count); in sclp_tty_input()346 tty_insert_flip_char(&sclp_port, '\n', TTY_NORMAL); in sclp_tty_input()[all …]