Searched refs:gop_handle (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | gop.c | 114 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()
|
D | arm-stub.c | 57 void **gop_handle = NULL; in setup_graphics() local 62 &gop_proto, NULL, &size, gop_handle); in setup_graphics()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 351 void **gop_handle = NULL; in setup_graphics() local 360 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()
|