Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dgoldfish.c81 if (qtty->version > 0) { in goldfish_tty_rw()
288 struct goldfish_tty *qtty; in goldfish_tty_probe() local
339 qtty->base = base; in goldfish_tty_probe()
340 qtty->irq = irq; in goldfish_tty_probe()
341 qtty->dev = &pdev->dev; in goldfish_tty_probe()
356 if (qtty->version > 0) { in goldfish_tty_probe()
372 "goldfish_tty", qtty); in goldfish_tty_probe()
398 free_irq(irq, qtty); in goldfish_tty_probe()
419 iounmap(qtty->base); in goldfish_tty_remove()
420 qtty->base = NULL; in goldfish_tty_remove()
[all …]