Home
last modified time | relevance | path

Searched defs:tty_port (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dtty.h221 struct tty_port { struct
225 const struct tty_port_operations *ops; /* Port operations */ argument
226 spinlock_t lock; /* Lock protecting tty field */
227 int blocked_open; /* Waiting to open */
228 int count; /* Usage count */
229 wait_queue_head_t open_wait; /* Open waiters */
230 wait_queue_head_t delta_msr_wait; /* Modem status change */
231 unsigned long flags; /* TTY flags ASY_*/
232 unsigned char console:1, /* port is a console */
233 low_latency:1; /* optional: tune for latency */
[all …]
/linux-4.4.14/drivers/tty/serial/8250/
D8250_dma.c53 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_complete() local
D8250_omap.c724 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_do_complete() local
/linux-4.4.14/arch/parisc/kernel/
Dpdc_cons.c96 static struct tty_port tty_port; variable
/linux-4.4.14/drivers/tty/serial/
Difx6x60.h80 struct tty_port tty_port; member
Dbcm63xx_uart.c236 struct tty_port *tty_port = &port->state->port; in bcm_uart_do_rx() local
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.c902 static void fwtty_port_dtr_rts(struct tty_port *tty_port, int on) in fwtty_port_dtr_rts()
927 static int fwtty_port_carrier_raised(struct tty_port *tty_port) in fwtty_port_carrier_raised()
989 static int fwtty_port_activate(struct tty_port *tty_port, in fwtty_port_activate()
1034 static void fwtty_port_shutdown(struct tty_port *tty_port) in fwtty_port_shutdown()
/linux-4.4.14/drivers/ipack/devices/
Dipoctal.c40 struct tty_port tty_port; member