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()
253 tty->driver_name = "goldfish"; in goldfish_tty_create_driver()
342 * Goldfish TTY device used by the Goldfish emulator in goldfish_tty_probe()
344 * to use virtual addresses. Goldfish TTY device in goldfish_tty_probe()
351 * Goldfish TTY device on Ranchu emulator (qemu2) in goldfish_tty_probe()
450 OF_EARLYCON_DECLARE(early_gf_tty, "google,goldfish-tty", gf_earlycon_setup);
454 { .compatible = "google,goldfish-tty", },
471 MODULE_DESCRIPTION("Goldfish TTY Driver");