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,
130 struct goldfish_tty *qtty = &goldfish_ttys[line];
138 struct goldfish_tty *qtty = dev_id;
159 struct goldfish_tty *qtty = container_of(port, struct goldfish_tty,
167 struct goldfish_tty *qtty = container_of(port, struct goldfish_tty,
174 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
202 struct goldfish_tty *qtty = &goldfish_ttys[tty->index];
295 struct goldfish_tty *qtty;
305 pr_err("goldfish_tty: No MEM resource available!\n");
311 pr_err("goldfish_tty: Unable to ioremap base!\n");
329 pr_err("goldfish_tty: Reached maximum tty number of %d.\n",
379 "goldfish_tty", qtty);
381 pr_err("goldfish_tty: No IRQ available!\n");
420 struct goldfish_tty *qtty = platform_get_drvdata(pdev);
474 .name = "goldfish_tty",