Searched refs:system_table (Results 1 – 3 of 3) sorted by relevance
51 void lv_uefi_init(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE * system_table) in lv_uefi_init() argument54 LV_ASSERT_NULL(system_table); in lv_uefi_init()57 gLvEfiST = system_table; in lv_uefi_init()
43 EFI_SYSTEM_TABLE * system_table);
4 int efi_main(void * image_handle, void * system_table) in efi_main() argument