Searched refs:coninex (Results 1 – 1 of 1) sorted by relevance
500 void *coninex; in efi_cons_probe() local524 coninex = NULL; in efi_cons_probe()527 &coninex, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); in efi_cons_probe()529 ecd->ecd_coninex = coninex; in efi_cons_probe()706 efi_readkey_ex(EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *coninex) in efi_readkey_ex() argument713 status = coninex->ReadKeyStrokeEx(coninex, &key_data); in efi_readkey_ex()774 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *coninex; in efi_cons_poll() local785 coninex = ecd->ecd_coninex; in efi_cons_poll()792 if (coninex != NULL) { in efi_cons_poll()793 if (coninex->WaitForKeyEx == NULL) in efi_cons_poll()[all …]