Searched refs:gop_handle (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/firmware/efi/libstub/ |
D | gop.c | 112 efi_guid_t *proto, unsigned long size, void **gop_handle) in setup_gop32() argument 123 u32 *handles = (u32 *)(unsigned long)gop_handle; in setup_gop32() 230 efi_guid_t *proto, unsigned long size, void **gop_handle) in setup_gop64() argument 241 u64 *handles = (u64 *)(unsigned long)gop_handle; in setup_gop64() 330 void **gop_handle = NULL; in efi_setup_gop() local 333 size, (void **)&gop_handle); in efi_setup_gop() 339 proto, NULL, &size, gop_handle); in efi_setup_gop() 345 gop_handle); in efi_setup_gop() 348 gop_handle); in efi_setup_gop() 352 efi_call_early(free_pool, gop_handle); in efi_setup_gop()
|
D | arm-stub.c | 54 void **gop_handle = NULL; in setup_graphics() local 59 &gop_proto, NULL, &size, gop_handle); in setup_graphics()
|
/Linux-v5.4/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()
|