Lines Matching refs:gop_handle
647 unsigned long size, void **gop_handle) in setup_gop32() argument
658 u32 *handles = (u32 *)(unsigned long)gop_handle; in setup_gop32()
760 unsigned long size, void **gop_handle) in setup_gop64() argument
771 u64 *handles = (u64 *)(unsigned long)gop_handle; in setup_gop64()
857 void **gop_handle = NULL; in setup_gop() local
860 size, (void **)&gop_handle); in setup_gop()
866 proto, NULL, &size, gop_handle); in setup_gop()
871 status = setup_gop64(si, proto, size, gop_handle); in setup_gop()
873 status = setup_gop32(si, proto, size, gop_handle); in setup_gop()
876 efi_call_early(free_pool, gop_handle); in setup_gop()
1030 void **gop_handle = NULL; in setup_graphics() local
1039 &graphics_proto, NULL, &size, gop_handle); in setup_graphics()