Home
last modified time | relevance | path

Searched refs:gop_handle (Results 1 – 2 of 2) sorted by relevance

/drivers/firmware/efi/libstub/
Dgop.c114 efi_guid_t *proto, unsigned long size, void **gop_handle) in setup_gop32() argument
125 u32 *handles = (u32 *)(unsigned long)gop_handle; in setup_gop32()
232 efi_guid_t *proto, unsigned long size, void **gop_handle) in setup_gop64() argument
243 u64 *handles = (u64 *)(unsigned long)gop_handle; in setup_gop64()
332 void **gop_handle = NULL; in efi_setup_gop() local
335 size, (void **)&gop_handle); in efi_setup_gop()
341 proto, NULL, &size, gop_handle); in efi_setup_gop()
347 gop_handle); in efi_setup_gop()
350 gop_handle); in efi_setup_gop()
354 efi_call_early(free_pool, gop_handle); in efi_setup_gop()
Darm-stub.c175 void **gop_handle = NULL; in setup_graphics() local
180 &gop_proto, NULL, &size, gop_handle); in setup_graphics()