Searched defs:tty_port (Results 1 – 8 of 8) sorted by relevance
221 struct tty_port { struct225 const struct tty_port_operations *ops; /* Port operations */ argument226 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 …]
53 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_complete() local
724 struct tty_port *tty_port = &p->port.state->port; in __dma_rx_do_complete() local
96 static struct tty_port tty_port; variable
80 struct tty_port tty_port; member
236 struct tty_port *tty_port = &port->state->port; in bcm_uart_do_rx() local
902 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()
40 struct tty_port tty_port; member