Home
last modified time | relevance | path

Searched refs:con_out (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Dhelloworld.c17 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main() local
20 con_out->output_string(con_out, L"Hello, world!\n"); in efi_main()
H A Defi_runtime.c177 .ptr = &systab.con_out,
H A Defi_boottime.c1300 .con_out = (void*)&efi_con_out,
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_efi.c22 struct efi_simple_text_output_protocol *con_out; member
81 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()
/rk3399_rockchip-uboot/lib/efi/
H A Defi.c42 struct efi_simple_text_output_protocol *con = priv->sys_table->con_out; in efi_putc()
/rk3399_rockchip-uboot/include/
H A Defi_api.h241 struct efi_simple_text_output_protocol *con_out; member