Lines Matching defs:device
415 /* write char to device */
517 /* Has the device been initialized yet? */
542 .device = uart_console_device,
573 struct earlycon_device *device = console->data;
574 uart_console_write(&device->port, s, n, early_uartlite_putc);
577 static int __init early_uartlite_setup(struct earlycon_device *device,
580 if (!device->port.membase)
583 device->con->write = early_uartlite_write;
608 /** ulite_assign: register a uartlite device with the driver
610 * @dev: pointer to device structure
618 static int ulite_assign(struct device *dev, int id, phys_addr_t base, int irq,
672 /** ulite_release: register a uartlite device with the driver
674 * @dev: pointer to device structure
676 static int ulite_release(struct device *dev)
691 * ulite_suspend - Stop the device.
693 * @dev: handle to the device structure.
696 static int __maybe_unused ulite_suspend(struct device *dev)
707 * ulite_resume - Resume the device.
709 * @dev: handle to the device structure.
712 static int __maybe_unused ulite_resume(struct device *dev)