Home
last modified time | relevance | path

Searched refs:xencons_interface (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/xen/
Dconsole.h17 struct xencons_interface *intf;
/Zephyr-latest/include/zephyr/xen/public/io/
Dconsole.h36 struct xencons_interface { struct
/Zephyr-latest/drivers/serial/
Duart_hvc_xen.c256 data->intf = (struct xencons_interface *) DEVICE_MMIO_GET(dev); in xen_console_init()