Searched refs:uga_handle (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 881 setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga32() argument 886 u32 *handles = (u32 *)uga_handle;; in setup_uga32() 926 setup_uga64(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga64() argument 931 u64 *handles = (u64 *)uga_handle;; in setup_uga64() 978 void **uga_handle = NULL; in setup_uga() local 981 size, (void **)&uga_handle); in setup_uga() 987 uga_proto, NULL, &size, uga_handle); in setup_uga() 995 status = setup_uga64(uga_handle, size, &width, &height); in setup_uga() 997 status = setup_uga32(uga_handle, size, &width, &height); in setup_uga() 1019 efi_call_early(free_pool, uga_handle); in setup_uga() [all …]
|