Searched refs:SerialState (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/char/ |
H A D | serial.c | 106 static void serial_xmit(SerialState *s); 108 static inline void recv_fifo_put(SerialState *s, uint8_t chr) in recv_fifo_put() 118 static void serial_update_irq(SerialState *s) in serial_update_irq() 148 static void serial_update_parameters(SerialState *s) in serial_update_parameters() 185 static void serial_update_msl(SerialState *s) in serial_update_msl() 226 SerialState *s = opaque; in serial_watch_cb() 232 static void serial_xmit(SerialState *s) in serial_xmit() 287 static void serial_write_fcr(SerialState *s, uint8_t val) in serial_write_fcr() 314 static void serial_update_tiocm(SerialState *s) in serial_update_tiocm() 335 SerialState *s = opaque; in serial_ioport_write() [all …]
|
H A D | serial-pci.c | 40 SerialState state; 50 SerialState *s = &pci->state; in OBJECT_DECLARE_SIMPLE_TYPE() 67 SerialState *s = &pci->state; in serial_pci_exit() 79 VMSTATE_STRUCT(state, PCISerialState, 0, vmstate_serial, SerialState),
|
H A D | serial-pci-multi.c | 46 SerialState state[PCI_SERIAL_MAX_PORTS]; 55 SerialState *s; in multi_serial_pci_exit() 98 SerialState *s; in multi_serial_pci_realize() 129 0, vmstate_serial, SerialState),
|
H A D | serial-isa.c | 46 SerialState state; 61 SerialState *s = &isa->state; in serial_isa_realizefn() 111 VMSTATE_STRUCT(state, ISASerialState, 0, vmstate_serial, SerialState),
|
H A D | serial-mm.c | 74 SerialState *s = &smm->serial; in serial_mm_realize() 92 VMSTATE_STRUCT(serial, SerialMM, 0, vmstate_serial, SerialState),
|
/openbmc/qemu/include/hw/char/ |
H A D | serial.h | 36 struct SerialState { struct 80 typedef struct SerialState SerialState; typedef 86 OBJECT_DECLARE_SIMPLE_TYPE(SerialState, SERIAL)
|
H A D | serial-mm.h | 41 SerialState serial;
|