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

/linux-4.1.27/arch/x86/boot/compressed/
H A Deboot.c647 unsigned long size, void **gop_handle) setup_gop32()
657 u32 *handles = (u32 *)(unsigned long)gop_handle; setup_gop32()
752 unsigned long size, void **gop_handle) setup_gop64()
762 u64 *handles = (u64 *)(unsigned long)gop_handle; setup_gop64()
841 void **gop_handle = NULL; setup_gop() local
844 size, (void **)&gop_handle); setup_gop()
850 proto, NULL, &size, gop_handle); setup_gop()
855 status = setup_gop64(si, proto, size, gop_handle); setup_gop()
857 status = setup_gop32(si, proto, size, gop_handle); setup_gop()
860 efi_call_early(free_pool, gop_handle); setup_gop()
1014 void **gop_handle = NULL; setup_graphics() local
1023 &graphics_proto, NULL, &size, gop_handle); setup_graphics()
646 setup_gop32(struct screen_info *si, efi_guid_t *proto, unsigned long size, void **gop_handle) setup_gop32() argument
751 setup_gop64(struct screen_info *si, efi_guid_t *proto, unsigned long size, void **gop_handle) setup_gop64() argument

Completed in 57 milliseconds