Searched refs:tty_port (Results 1 – 12 of 12) sorted by relevance
/arch/parisc/kernel/ |
D | pdc_cons.c | 96 static struct tty_port tty_port; variable 100 tty_port_tty_set(&tty_port, tty); in pdc_console_tty_open() 110 tty_port_tty_set(&tty_port, NULL); in pdc_console_tty_close() 146 tty_insert_flip_char(&tty_port, data & 0xFF, TTY_NORMAL); in pdc_console_poll() 151 tty_flip_buffer_push(&tty_port); in pdc_console_poll() 188 tty_port_init(&tty_port); in pdc_console_tty_driver_init() 199 tty_port_link_device(&tty_port, pdc_console_tty_driver, 0); in pdc_console_tty_driver_init() 204 tty_port_destroy(&tty_port); in pdc_console_tty_driver_init()
|
/arch/um/drivers/ |
D | chan_user.h | 41 struct tty_port; 42 extern void register_winch(int fd, struct tty_port *port); 44 struct tty_port *port, unsigned long stack);
|
D | chan.h | 40 extern void chan_enable_winch(struct chan *chan, struct tty_port *port);
|
D | chan_user.c | 219 static int winch_tramp(int fd, struct tty_port *port, int *fd_out, in winch_tramp() 274 void register_winch(int fd, struct tty_port *port) in register_winch()
|
D | line.h | 35 struct tty_port port;
|
D | line.c | 292 static int line_activate(struct tty_port *port, struct tty_struct *tty) in line_activate() 314 static void line_destruct(struct tty_port *port) in line_destruct() 600 struct tty_port *port; 674 void register_winch_irq(int fd, int tty_fd, int pid, struct tty_port *port, in register_winch_irq()
|
D | chan_kern.c | 125 void chan_enable_winch(struct chan *chan, struct tty_port *port) in chan_enable_winch() 549 struct tty_port *port = &line->port; in chan_interrupt()
|
/arch/alpha/kernel/ |
D | srmcons.c | 33 struct tty_port port; 47 srmcons_do_receive_chars(struct tty_port *port) in srmcons_do_receive_chars() 70 struct tty_port *port = &srmconsp->port; in srmcons_receive_chars() 91 srmcons_do_write(struct tty_port *port, const char *buf, int count) in srmcons_do_write() 160 struct tty_port *port = &srmconsp->port; in srmcons_open() 181 struct tty_port *port = &srmconsp->port; in srmcons_close()
|
/arch/xtensa/platforms/iss/ |
D | console.c | 35 static struct tty_port serial_port; 97 struct tty_port *port = (struct tty_port *)priv; in rs_poll()
|
/arch/ia64/hp/sim/ |
D | simserial.c | 44 struct tty_port port; 56 static void receive_chars(struct tty_port *port) in receive_chars() 331 static void shutdown(struct tty_port *port) in shutdown() 363 static int activate(struct tty_port *port, struct tty_struct *tty) in activate() 417 struct tty_port *port = &info->port; in rs_open()
|
/arch/m68k/emu/ |
D | nfcon.c | 23 static struct tty_port nfcon_tty_port;
|
/arch/mn10300/kernel/ |
D | mn10300-serial.c | 527 struct tty_port *tport = &port->uart.state->port; in mn10300_serial_receive_interrupt()
|