Lines Matching defs:goldfish_tty
36 struct goldfish_tty {
51 static struct goldfish_tty *goldfish_ttys;
53 static void do_rw_io(struct goldfish_tty *qtty,
76 static void goldfish_tty_rw(struct goldfish_tty *qtty,
131 struct goldfish_tty *qtty = &goldfish_ttys[line];
139 struct goldfish_tty *qtty = dev_id;
160 struct goldfish_tty *qtty = container_of(port, struct goldfish_tty,
168 struct goldfish_tty *qtty = container_of(port, struct goldfish_tty,
175 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
203 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
296 struct goldfish_tty *qtty;
306 pr_err("goldfish_tty: No MEM resource available!\n");
312 pr_err("goldfish_tty: Unable to ioremap base!\n");
318 pr_err("goldfish_tty: No IRQ resource available!\n");
332 pr_err("goldfish_tty: Reached maximum tty number of %d.\n",
382 "goldfish_tty", qtty);
384 pr_err("goldfish_tty: No IRQ available!\n");
423 struct goldfish_tty *qtty = platform_get_drvdata(pdev);
477 .name = "goldfish_tty",