Lines Matching refs:gop_handle
647 unsigned long size, void **gop_handle) in setup_gop32() argument
657 u32 *handles = (u32 *)(unsigned long)gop_handle; in setup_gop32()
752 unsigned long size, void **gop_handle) in setup_gop64() argument
762 u64 *handles = (u64 *)(unsigned long)gop_handle; in setup_gop64()
841 void **gop_handle = NULL; in setup_gop() local
844 size, (void **)&gop_handle); in setup_gop()
850 proto, NULL, &size, gop_handle); in setup_gop()
855 status = setup_gop64(si, proto, size, gop_handle); in setup_gop()
857 status = setup_gop32(si, proto, size, gop_handle); in setup_gop()
860 efi_call_early(free_pool, gop_handle); in setup_gop()
1014 void **gop_handle = NULL; in setup_graphics() local
1023 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()