Lines Matching defs:device
44 struct device *dev;
100 * so the buffer can be accessed by the device.
299 struct device *ttydev;
354 * Goldfish TTY device used by the Goldfish emulator
356 * to use virtual addresses. Goldfish TTY device
363 * Goldfish TTY device on Ranchu emulator (qemu2)
397 qtty->console.device = goldfish_tty_console_device;
453 static int __init gf_earlycon_setup(struct earlycon_device *device,
456 if (!device->port.membase)
459 device->con->write = gf_early_write;