gop_handle        351 arch/x86/boot/compressed/eboot.c 	void **gop_handle = NULL;
gop_handle        360 arch/x86/boot/compressed/eboot.c 				&graphics_proto, NULL, &size, gop_handle);
gop_handle         54 drivers/firmware/efi/libstub/arm-stub.c 	void **gop_handle = NULL;
gop_handle         59 drivers/firmware/efi/libstub/arm-stub.c 				&gop_proto, NULL, &size, gop_handle);
gop_handle         88 drivers/firmware/efi/libstub/gop.c             efi_guid_t *proto, unsigned long size, void **gop_handle)
gop_handle         99 drivers/firmware/efi/libstub/gop.c 	u32 *handles = (u32 *)(unsigned long)gop_handle;
gop_handle        185 drivers/firmware/efi/libstub/gop.c 	    efi_guid_t *proto, unsigned long size, void **gop_handle)
gop_handle        196 drivers/firmware/efi/libstub/gop.c 	u64 *handles = (u64 *)(unsigned long)gop_handle;
gop_handle        288 drivers/firmware/efi/libstub/gop.c 	void **gop_handle = NULL;
gop_handle        291 drivers/firmware/efi/libstub/gop.c 				size, (void **)&gop_handle);
gop_handle        297 drivers/firmware/efi/libstub/gop.c 				proto, NULL, &size, gop_handle);
gop_handle        303 drivers/firmware/efi/libstub/gop.c 				     gop_handle);
gop_handle        306 drivers/firmware/efi/libstub/gop.c 				     gop_handle);
gop_handle        310 drivers/firmware/efi/libstub/gop.c 	efi_call_early(free_pool, gop_handle);