Home
last modified time | relevance | path

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

/drivers/tty/
Dmetag_da.c109 static struct dashtty_port dashtty_ports[NUM_TTY_CHANNELS]; variable
152 struct dashtty_port *dport = &dashtty_ports[channel]; in fetch_data()
197 dport = &dashtty_ports[chan]; in find_channel_to_poll()
226 dport = &dashtty_ports[chan]; in put_channel_data()
356 if (dport != &dashtty_ports[CONSOLE_CHANNEL]) in dashtty_port_activate()
375 if (dport != &dashtty_ports[CONSOLE_CHANNEL]) in dashtty_port_shutdown()
411 return tty_port_install(&dashtty_ports[tty->index].port, driver, tty); in dashtty_install()
430 dport = &dashtty_ports[channel]; in dashtty_hangup()
468 dport = &dashtty_ports[channel]; in dashtty_write()
524 dport = &dashtty_ports[channel]; in dashtty_write_room()
[all …]