Searched refs:con_in (Results 1 – 9 of 9) sorted by relevance
46 ret = con_in->reset(con_in, true); in execute()51 ret = con_in->read_key_stroke(con_in, &input_key); in execute()62 ret = boottime->wait_for_event(1, &con_in->wait_for_key, in execute()68 ret = con_in->read_key_stroke(con_in, &input_key); in execute()
13 struct efi_simple_text_input_protocol *con_in; variable261 ret = con_in->read_key_stroke(con_in, &input_key); in efi_st_get_key()
265 con_in = systable->con_in; in efi_selftest()
417 cin = systable->con_in; in efi_main()
507 cin = systable->con_in; in efi_main()
21 struct efi_simple_text_input_protocol *con_in; member38 ret = priv->con_in->read_key_stroke(priv->con_in, &priv->key); in serial_efi_get_key()131 priv->con_in = table->con_in; in serial_efi_probe()
77 extern struct efi_simple_text_input_protocol *con_in;
436 struct efi_simple_text_input_protocol *con_in; member
2186 systab.con_in = NULL; in efi_exit_boot_services()3788 systab.con_in = &efi_con_in; in efi_initialize_system_table()
Completed in 20 milliseconds