Home
last modified time | relevance | path

Searched refs:dashtty_ports (Results 1 – 1 of 1) sorted by relevance

/drivers/tty/
Dmetag_da.c119 static struct dashtty_port dashtty_ports[NUM_TTY_CHANNELS]; variable
162 struct dashtty_port *dport = &dashtty_ports[channel]; in fetch_data()
207 dport = &dashtty_ports[chan]; in find_channel_to_poll()
236 dport = &dashtty_ports[chan]; in put_channel_data()
366 if (console_poll || dport != &dashtty_ports[CONSOLE_CHANNEL]) in dashtty_port_activate()
385 if (console_poll || dport != &dashtty_ports[CONSOLE_CHANNEL]) in dashtty_port_shutdown()
421 return tty_port_install(&dashtty_ports[tty->index].port, driver, tty); in dashtty_install()
440 dport = &dashtty_ports[channel]; in dashtty_hangup()
478 dport = &dashtty_ports[channel]; in dashtty_write()
534 dport = &dashtty_ports[channel]; in dashtty_write_room()
[all …]