Searched defs:tty_port (Results 1 - 6 of 6) sorted by relevance

/drivers/tty/serial/8250/
H A D8250_dma.c49 struct tty_port *tty_port = &p->port.state->port; local
61 tty_insert_flip_string(tty_port, dma->rx_buf, count);
64 tty_flip_buffer_push(tty_port);
/drivers/tty/serial/
H A Difx6x60.h80 struct tty_port tty_port; member in struct:ifx_spi_device
H A Dbcm63xx_uart.c236 struct tty_port *tty_port = &port->state->port; local
261 tty_insert_flip_char(tty_port, 0, TTY_OVERRUN);
300 tty_insert_flip_char(tty_port, c, flag);
305 tty_flip_buffer_push(tty_port);
/drivers/ipack/devices/
H A Dipoctal.c40 struct tty_port tty_port; member in struct:ipoctal_channel
74 static int ipoctal_port_activate(struct tty_port *port, struct tty_struct *tty)
100 err = tty_port_open(&channel->tty_port, tty, file);
129 tty_port_close(&channel->tty_port, tty, filp);
152 struct tty_port *port = &channel->tty_port;
204 value = channel->tty_port.xmit_buf[*pointer_write];
391 tty_port_init(&channel->tty_port);
392 tty_port_alloc_xmit_buf(&channel->tty_port);
[all...]
/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c94 struct tty_port tty_port; member in struct:fiq_debugger_state
596 if (state->tty_port.ops) {
601 tty_insert_flip_char(&state->tty_port, c, TTY_NORMAL);
605 tty_flip_buffer_push(&state->tty_port);
833 return tty_port_open(&state->tty_port, tty, filp);
986 tty_port_init(&state->tty_port);
987 state->tty_port.ops = &fiq_tty_port_ops;
989 tty_dev = tty_port_register_device(&state->tty_port, fiq_tty_driver,
/drivers/staging/fwserial/
H A Dfwserial.c904 static void fwtty_port_dtr_rts(struct tty_port *tty_port, int on) argument
906 struct fwtty_port *port = to_port(tty_port, port);
924 * fwtty_port_carrier_raised: required tty_port operation
927 * carrier detect -- see drivers/tty/tty_port:tty_port_block_til_ready().
929 static int fwtty_port_carrier_raised(struct tty_port *tty_port) argument
931 struct fwtty_port *port = to_port(tty_port, port);
991 static int fwtty_port_activate(struct tty_port *tty_port, argument
1036 fwtty_port_shutdown(struct tty_port *tty_port) argument
[all...]

Completed in 3273 milliseconds