Lines Matching full:goldfish
17 #include <linux/goldfish.h>
22 /* Goldfish tty register's offsets */
30 /* Goldfish tty commands */
83 * Goldfish TTY for Ranchu platform uses in goldfish_tty_rw()
117 * Old style Goldfish TTY used on the Goldfish platform in goldfish_tty_rw()
255 tty->driver_name = "goldfish"; in goldfish_tty_create_driver()
344 * Goldfish TTY device used by the Goldfish emulator in goldfish_tty_probe()
346 * to use virtual addresses. Goldfish TTY device in goldfish_tty_probe()
353 * Goldfish TTY device on Ranchu emulator (qemu2) in goldfish_tty_probe()
452 OF_EARLYCON_DECLARE(early_gf_tty, "google,goldfish-tty", gf_earlycon_setup);
456 { .compatible = "google,goldfish-tty", },
473 MODULE_DESCRIPTION("Goldfish TTY Driver");