Searched refs:con_out (Results 1 – 6 of 6) sorted by relevance
17 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main() local20 con_out->output_string(con_out, L"Hello, world!\n"); in efi_main()
177 .ptr = &systab.con_out,
1300 .con_out = (void*)&efi_con_out,
22 struct efi_simple_text_output_protocol *con_out; member81 ret = priv->con_out->output_string(priv->con_out, ucode); in serial_efi_putc()121 sys_table->con_out->output_string(sys_table->con_out, ucode); in _debug_uart_putc()132 priv->con_out = table->con_out; in serial_efi_probe()
42 struct efi_simple_text_output_protocol *con = priv->sys_table->con_out; in efi_putc()
241 struct efi_simple_text_output_protocol *con_out; member