Searched refs:uga_handle (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 351 void **uga_handle = NULL; in setup_uga() local 357 (void **)&uga_handle); in setup_uga() 362 uga_proto, NULL, &size, uga_handle); in setup_uga() 370 for_each_efi_handle(handle, uga_handle, size, i) { in setup_uga() 419 efi_bs_call(free_pool, uga_handle); in setup_uga() 432 void **uga_handle = NULL; in setup_graphics() local 446 &uga_proto, NULL, &size, uga_handle); in setup_graphics()
|