Searched defs:_SERIAL_IO_INTERFACE (Results 1 – 3 of 3) sorted by relevance
119 typedef struct _SERIAL_IO_INTERFACE { struct120 UINT32 Revision;121 EFI_SERIAL_RESET Reset;122 EFI_SERIAL_SET_ATTRIBUTES SetAttributes;123 EFI_SERIAL_SET_CONTROL_BITS SetControl;124 EFI_SERIAL_GET_CONTROL_BITS GetControl;125 EFI_SERIAL_WRITE Write;126 EFI_SERIAL_READ Read;128 SERIAL_IO_MODE *Mode;