Searched refs:guest_writable (Results 1 – 3 of 3) sorted by relevance
126 static void guest_writable(VirtIOSerialPort *port) in guest_writable() function292 k->guest_writable = guest_writable; in virtserialport_class_init()
548 if (port->guest_connected && port->host_connected && vsc->guest_writable) { in handle_input()549 vsc->guest_writable(port); in handle_input()
74 void (*guest_writable)(VirtIOSerialPort *port); member