Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dgoldfish.c85 if (qtty->version > 0) { in goldfish_tty_rw()
295 struct goldfish_tty *qtty; in goldfish_tty_probe() local
346 qtty->base = base; in goldfish_tty_probe()
347 qtty->irq = irq; in goldfish_tty_probe()
348 qtty->dev = &pdev->dev; in goldfish_tty_probe()
363 if (qtty->version > 0) { in goldfish_tty_probe()
379 "goldfish_tty", qtty); in goldfish_tty_probe()
405 free_irq(irq, qtty); in goldfish_tty_probe()
426 iounmap(qtty->base); in goldfish_tty_remove()
427 qtty->base = NULL; in goldfish_tty_remove()
[all …]